summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-15 18:12:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-15 18:13:06 +0300
commit7aa637abc8b0bca35aacdb9492e65f557ed32038 (patch)
tree097b4bcb0b5f97f85762a42337efac38d7449cc5
parent0b2bf7258ab98bac2b27cc2fe72b25fa58646867 (diff)
downloadplus-7aa637abc8b0bca35aacdb9492e65f557ed32038.tar.gz
plus-7aa637abc8b0bca35aacdb9492e65f557ed32038.tar.bz2
plus-7aa637abc8b0bca35aacdb9492e65f557ed32038.tar.xz
plus-7aa637abc8b0bca35aacdb9492e65f557ed32038.zip
Disable dyecmd tool in windows installers for now.v1.5.8.15
-rw-r--r--packaging/windows/evol.nsi10
-rw-r--r--packaging/windows/setup.nsi10
-rw-r--r--packaging/windows/tmw.nsi10
3 files changed, 15 insertions, 15 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi
index e35c7f42d..24babbcef 100644
--- a/packaging/windows/evol.nsi
+++ b/packaging/windows/evol.nsi
@@ -384,10 +384,10 @@ Section /o "Profiler" SecProfiler
${EndIf}
SectionEnd
-Section "Tools" SecTools
- SetOutPath "$INSTDIR"
- File "${EXEDIR}\dyecmd.exe"
-SectionEnd
+; Section "Tools" SecTools
+; SetOutPath "$INSTDIR"
+; File "${EXEDIR}\dyecmd.exe"
+; SectionEnd
Section /o "Evol Online music" SecEvolMusic
AddSize 9787
@@ -412,7 +412,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_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 5317fd761..74a65c12d 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -384,10 +384,10 @@ Section /o "Profiler" SecProfiler
${EndIf}
SectionEnd
-Section "Tools" SecTools
- SetOutPath "$INSTDIR"
- File "${EXEDIR}\dyecmd.exe"
-SectionEnd
+; Section "Tools" SecTools
+; SetOutPath "$INSTDIR"
+; File "${EXEDIR}\dyecmd.exe"
+; SectionEnd
Section /o "Evol Online music" SecEvolMusic
AddSize 9787
@@ -431,7 +431,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_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 5fa039c08..029771bed 100644
--- a/packaging/windows/tmw.nsi
+++ b/packaging/windows/tmw.nsi
@@ -384,10 +384,10 @@ Section /o "Profiler" SecProfiler
${EndIf}
SectionEnd
-Section "Tools" SecTools
- SetOutPath "$INSTDIR"
- File "${EXEDIR}\dyecmd.exe"
-SectionEnd
+; Section "Tools" SecTools
+; SetOutPath "$INSTDIR"
+; File "${EXEDIR}\dyecmd.exe"
+; SectionEnd
Section "Translations" SecTrans
SetOutPath "$INSTDIR"
@@ -402,7 +402,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_DESCRIPTION_TEXT ${SecTools} "Install tools like dyecmd."
!insertmacro MUI_FUNCTION_DESCRIPTION_END