This commit is contained in:
Mario Fetka
2014-06-25 09:43:04 +02:00
parent 6a1491afc0
commit da58c65164
7 changed files with 17 additions and 15 deletions

View File

@@ -98,7 +98,7 @@ else
endif
[Winbatch_install_32]
"$InstallExe$" /auto
msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
[Files_install_32]
; copy the ini file to the InstallDir
@@ -109,7 +109,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Winbatch_install_64]
"$InstallExe$" /auto
msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
[Files_install_64]
; copy the ini file to the InstallDir