From ef5519c44cf9e4e4f40d1bdc26a37832039831b3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 19 Aug 2014 16:55:35 +0300 Subject: Add tools section into windows installers. --- packaging/windows/setup.nsi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packaging/windows/setup.nsi') diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index a22383ecf..2d90ef8b7 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -380,6 +380,11 @@ Section /o "Profiler" SecProfiler ${EndIf} SectionEnd +Section "Tools" SecTools + SetOutPath "$INSTDIR" + File "${EXEDIR}\dyecmd.exe" +SectionEnd + Section /o "Evol Online music" SecEvolMusic AddSize 9787 CreateDirectory "$INSTDIR\data\music" @@ -422,6 +427,7 @@ SectionEnd !insertmacro MUI_DESCRIPTION_TEXT ${SecTrans} "Translations for the user interface. Uncheck this component to leave it in English." !insertmacro MUI_DESCRIPTION_TEXT ${SecDebug} "Install debugger for try to detect stability issues." !insertmacro MUI_DESCRIPTION_TEXT ${SecProfiler} "Install profiler build to detect perfomance issues." + !insertmacro MUI_DESCRIPTION_TEXT ${SecTools} "Install tools like dyecmd." !insertmacro MUI_FUNCTION_DESCRIPTION_END -- cgit v1.2.3-60-g2f50