Correct msi ids

This commit is contained in:
Mario Fetka 2012-07-17 19:48:36 +02:00
parent 97c34162cf
commit 5676b93454
2 changed files with 5 additions and 5 deletions

View File

@ -4,9 +4,9 @@
; credits: http://www.opsi.org/credits/
Set $MsiId32$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'
Set $MsiId32$ = '{90140000-003D-0000-0000-0000000FF1CE}'
Set $MsiId64$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'
Set $MsiId64$ = '{90140000-003D-0000-1000-0000000FF1CE}'
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
Message "Uninstalling " + $ProductId$ + " 32 Bit..."

View File

@ -38,9 +38,9 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "microsoft.office2010"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office
Set $InstallDir64$ = "%ProgramFiles64Dir%\MicroSoft Office
Set $LicenseRequired$ = "true
Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Microsoft Office"
Set $LicenseRequired$ = "true"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------