correct oversight in uninstall script
This commit is contained in:
parent
4fab6cd5f5
commit
0ac1da91ac
@ -42,9 +42,9 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\<path to the product>"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\<path to the product>"
|
||||
Set $LicenseRequired$ = "false"
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\Microsoft Office\Office14"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\Microsoft Office\Office14"
|
||||
Set $LicenseRequired$ = "true"
|
||||
Set $LicensePool$ = "p_" + $ProductId$
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user