correct oversight in uninstall script

This commit is contained in:
Mario Fetka 2013-03-14 11:48:23 +01:00
parent 4fab6cd5f5
commit 0ac1da91ac
1 changed files with 3 additions and 3 deletions

View File

@ -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$
; ----------------------------------------------------------------