From 7bebbf12c6456056585de8c1b54c966925f194d8 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 8 Feb 2012 11:37:13 +0100 Subject: [PATCH] correct install location --- CLIENT_DATA/setup32.ins | 2 +- CLIENT_DATA/uninstall32.ins | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 1424100..b9ed7e8 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -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$ ; ---------------------------------------------------------------- diff --git a/CLIENT_DATA/uninstall32.ins b/CLIENT_DATA/uninstall32.ins index 1f76687..0c5dcf7 100644 --- a/CLIENT_DATA/uninstall32.ins +++ b/CLIENT_DATA/uninstall32.ins @@ -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$ ; ----------------------------------------------------------------