change installer

This commit is contained in:
Mario Fetka 2019-09-24 21:59:50 +02:00
parent 5190008fe0
commit 938a23b439
1 changed files with 4 additions and 2 deletions

View File

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