Work around Setup.msi bug
This commit is contained in:
@@ -94,7 +94,8 @@ endif
|
||||
[Winbatch_install]
|
||||
; === MSI package =======================================================================================
|
||||
; You may use the parameter PIDKEY=$Licensekey$
|
||||
msiexec /i $InstallMsi$ /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
|
||||
copy $InstallMsi$ $LogDir$\setup.msi
|
||||
msiexec /i $LogDir$\setup.msi /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
|
||||
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
|
||||
Reference in New Issue
Block a user