correct for new msiid's

This commit is contained in:
Mario Fetka 2012-02-15 20:15:46 +01:00
parent 3b98bcaaa6
commit c0eb04f268
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
; credits: http://www.opsi.org/credits/
Set $MsiId$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'
Set $MsiIdHelp$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'
Set $MsiId$ = '{BB21B808-F784-4883-A4D4-B1473384C1C6}'
Set $MsiIdHelp$ = '{3641CF63-7FB5-45CA-98D3-FB7D08F63056}'
Set $UninstallProgram$ = $InstallDir$ + "\uninstall.exe"
Message "Uninstalling " + $ProductId$ + " ..."

View File

@ -39,7 +39,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $ProductId$ = "libreoffice"
Set $MinimumSpace$ = "1500 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\Libreoffice 3.5"
Set $InstallDir$ = "%ProgramFiles32Dir%\LibreOffice 3.5"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------

View File

@ -32,7 +32,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "libreoffice"
Set $InstallDir$ = "%ProgramFiles32Dir%\Libreoffice 3.5"
Set $InstallDir$ = "%ProgramFiles32Dir%\LibreOffice 3.5"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------