correct install location

This commit is contained in:
Mario Fetka 2012-02-08 11:37:13 +01:00
parent 9057785105
commit 7bebbf12c6
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $ProductId$ = "wdviewer"
Set $MinimumSpace$ = "150 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\Microsoft Office\Office10"
Set $InstallDir$ = "%ProgramFiles32Dir%\Microsoft Office\OFFICE11"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------

View File

@ -24,7 +24,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "wdviewer"
Set $InstallDir$ = "%ProgramFiles32Dir%\Microsoft Office\Office10"
Set $InstallDir$ = "%ProgramFiles32Dir%\Microsoft Office\OFFICE11"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------