change to msi pack template

This commit is contained in:
Mario Fetka
2013-05-06 12:11:16 +02:00
parent 1217513ee9
commit dcba3c3faf
4 changed files with 18 additions and 23 deletions

View File

@@ -6,8 +6,7 @@
[Actions]
requiredWinstVersion >= "4.11.2.6"
DefVar $UninstallProgram$
DefVar $UninstallProgramOld$
DefVar $MsiIdOld$
DefVar $IniFile$
DefVar $IniCfgFile$
DefVar $LogDir$
@@ -37,7 +36,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $MinimumSpace$ = "50 MB"
Set $MinimumSpace$ = "100 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles64Dir%\Waterfox"
; ----------------------------------------------------------------
@@ -76,7 +75,8 @@ else
endif
[Winbatch_install]
"$InstallExe$" -ms
"$InstallExe$" /qb /l* "$LogDir$\$ProductId$.install_log.txt" ALLUSERS=1 REBOOT=ReallySuppress
; msiexec /i "%ScriptPath%\some.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
[Files_install]
; copy the ini file to the InstallDir