Correct msi ids
This commit is contained in:
parent
97c34162cf
commit
5676b93454
@ -4,9 +4,9 @@
|
|||||||
; credits: http://www.opsi.org/credits/
|
; 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")
|
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
|
||||||
Message "Uninstalling " + $ProductId$ + " 32 Bit..."
|
Message "Uninstalling " + $ProductId$ + " 32 Bit..."
|
||||||
|
@ -38,9 +38,9 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; - Please edit the following values -
|
; - Please edit the following values -
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
Set $ProductId$ = "microsoft.office2010"
|
Set $ProductId$ = "microsoft.office2010"
|
||||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office
|
Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office"
|
||||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\MicroSoft Office
|
Set $InstallDir64$ = "%ProgramFiles64Dir%\Microsoft Office"
|
||||||
Set $LicenseRequired$ = "true
|
Set $LicenseRequired$ = "true"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user