Istalltype machine
This commit is contained in:
parent
2cfa56a2f4
commit
5190008fe0
@ -102,7 +102,7 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install_32]
|
||||
"$Install32Exe$" /S /D="$InstallDir32$" /NOLAUNCH
|
||||
"$Install32Exe$" /S /D="$InstallDir32$" /NOLAUNCH /InstallType:MACHINE
|
||||
|
||||
[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$" /NOLAUNCH
|
||||
"$Install64Exe$" /S /D="$InstallDir64$" /NOLAUNCH /InstallType:MACHINE
|
||||
|
||||
[Files_install_64]
|
||||
; copy the ini file to the InstallDir
|
||||
|
Loading…
Reference in New Issue
Block a user