fix: Path the msi packet

cleanup builder-target-cb.cfg
This commit is contained in:
2012-02-19 18:58:39 +01:00
parent 9ce782a78d
commit 469c2d92fd
4 changed files with 7 additions and 43 deletions

View File

@@ -42,7 +42,8 @@ if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))
; Stop process and set installation status to failed
else
comment "Show product picture"
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
; ShowBitmap "$IconFile$" $ProductId$
if FileExists("%ScriptPath%\delsub32.ins")
comment "Start uninstall sub section"
@@ -89,7 +90,7 @@ endif
;
; === MSI package =======================================================================================
; You may use the parameter PIDKEY=$Licensekey$
msiexec /i "%ScriptPath%\itWESS-Client_German.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress CONFIGURATIONPATH="%ScriptPath%\custom\custom.cfg"
msiexec /i "$Msi32$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress CONFIGURATIONPATH="%ScriptPath%\custom\custom.cfg"
[Files_install]

View File

@@ -32,6 +32,7 @@ Set $LicensePool$ = "p_" + $ProductId$
comment "Show product picture"
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
;ShowBitmap "$IconFile$" $ProductId$
Message "Uninstalling " + $ProductId$ + " ..."