change installer
This commit is contained in:
parent
938a23b439
commit
6b7ad44048
@ -103,7 +103,7 @@ endif
|
|||||||
|
|
||||||
[Winbatch_install_32]
|
[Winbatch_install_32]
|
||||||
;"$Install32Exe$" /S /D="$InstallDir32$" /NOLAUNCH /InstallType:MACHINE
|
;"$Install32Exe$" /S /D="$InstallDir32$" /NOLAUNCH /InstallType:MACHINE
|
||||||
"$Install32Exe$" /S /NOLAUNCH
|
"$Install32Exe$" /S
|
||||||
|
|
||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
@ -115,7 +115,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
|||||||
|
|
||||||
[Winbatch_install_64]
|
[Winbatch_install_64]
|
||||||
;"$Install64Exe$" /S /D="$InstallDir64$" /NOLAUNCH /InstallType:MACHINE
|
;"$Install64Exe$" /S /D="$InstallDir64$" /NOLAUNCH /InstallType:MACHINE
|
||||||
"$Install64Exe$" /S /NOLAUNCH
|
"$Install64Exe$" /S
|
||||||
|
|
||||||
[Files_install_64]
|
[Files_install_64]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
|
Loading…
Reference in New Issue
Block a user