This commit is contained in:
Mario Fetka
2019-01-03 21:38:06 +01:00
parent eec43bfb6a
commit 00ec1ad508
4 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ else
endif
[Winbatch_install_32]
"$Install32Exe$" /S /D="$InstallDir32$"
"$Install32Exe$" /S /D="$InstallDir32$" /NOLAUNCH
[Files_install_32]
; copy the ini file to the InstallDir
@@ -113,7 +113,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Winbatch_install_64]
"$Install64Exe$" /S /D="$InstallDir64$"
"$Install64Exe$" /S /D="$InstallDir64$" /NOLAUNCH
[Files_install_64]
; copy the ini file to the InstallDir