summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-19 16:55:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-19 17:02:11 +0300
commitef5519c44cf9e4e4f40d1bdc26a37832039831b3 (patch)
treed4713d80d476c7e7cb3f571d34e54074422e939d /packaging
parent8aa553f661d186fc9047563baaeef1062d3f417b (diff)
downloadplus-ef5519c44cf9e4e4f40d1bdc26a37832039831b3.tar.gz
plus-ef5519c44cf9e4e4f40d1bdc26a37832039831b3.tar.bz2
plus-ef5519c44cf9e4e4f40d1bdc26a37832039831b3.tar.xz
plus-ef5519c44cf9e4e4f40d1bdc26a37832039831b3.zip
Add tools section into windows installers.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/evol.nsi6
-rw-r--r--packaging/windows/setup.nsi6
-rw-r--r--packaging/windows/tmw.nsi6
3 files changed, 18 insertions, 0 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi
index 461e31d71..23cccc407 100644
--- a/packaging/windows/evol.nsi
+++ b/packaging/windows/evol.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"
@@ -403,6 +408,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
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
diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi
index 1eb7eae35..63686249d 100644
--- a/packaging/windows/tmw.nsi
+++ b/packaging/windows/tmw.nsi
@@ -380,6 +380,11 @@ Section /o "Profiler" SecProfiler
${EndIf}
SectionEnd
+Section "Tools" SecTools
+ SetOutPath "$INSTDIR"
+ File "${EXEDIR}\dyecmd.exe"
+SectionEnd
+
Section "Translations" SecTrans
SetOutPath "$INSTDIR"
File /nonfatal /r "${SRCDIR}\translations"
@@ -393,6 +398,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