From da0da99b4bdf97417212dfd18277623dff1fda1c Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 29 Mar 2012 21:17:44 +0200 Subject: [PATCH] correct installdir --- 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 966447a..97f4f51 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -37,7 +37,7 @@ Set $LogDir$ = "%SystemDrive%\tmp" Set $ProductId$ = "paperport" Set $MinimumSpace$ = "200 MB" ; the path were we find the product after the installation -Set $InstallDir$ = "%ProgramFiles32Dir%\" +Set $InstallDir$ = "%ProgramFiles32Dir%\Nuance\PaperPort" Set $LicenseRequired$ = "false" Set $LicensePool$ = "p_" + $ProductId$ ; ---------------------------------------------------------------- diff --git a/CLIENT_DATA/uninstall32.ins b/CLIENT_DATA/uninstall32.ins index eec63f4..4f3ecd0 100644 --- a/CLIENT_DATA/uninstall32.ins +++ b/CLIENT_DATA/uninstall32.ins @@ -30,7 +30,7 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; - Please edit the following values - ; ---------------------------------------------------------------- Set $ProductId$ = "paperport" -Set $InstallDir$ = "%ProgramFiles32Dir%\" +Set $InstallDir$ = "%ProgramFiles32Dir%\Nuance\PaperPort" Set $LicenseRequired$ = "false" Set $LicensePool$ = "p_" + $ProductId$ ; ----------------------------------------------------------------