change build

This commit is contained in:
Mario Fetka
2015-11-18 15:23:20 +01:00
parent 2a130f4f04
commit 3db3113d72
2 changed files with 21 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ else
endif
[Winbatch_install_32]
"$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN
"$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN /LOADINF="$IniCfgFile$" /Dir="$InstallDir32$"
[Files_install_32]
; copy the ini file to the InstallDir
@@ -111,7 +111,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Winbatch_install_64]
"$Install64Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN
"$Install64Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN /LOADINF="$IniCfgFile$" /Dir="$InstallDir64$"
[Files_install_64]
; copy the ini file to the InstallDir