From fc78b9e3726005ab32b2371fc04ed32067ed5b47 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 10 Mar 2013 15:25:56 +0100 Subject: [PATCH] Correct Install Dir --- 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 1b59a9f..799016c 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -41,7 +41,7 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; no white space use '-' as a seperator Set $MinimumSpace$ = "580 MB" ; the path were we find the product after the installation -Set $InstallDir$ = "%ProgramFiles32Dir%\" +Set $InstallDir$ = "%ProgramFiles32Dir%\Mindjet\MindManager 11" Set $LicenseRequired$ = "true" Set $LicensePool$ = "p_" + $ProductId$ ; ---------------------------------------------------------------- diff --git a/CLIENT_DATA/uninstall32.ins b/CLIENT_DATA/uninstall32.ins index 0b38fe7..93b85b2 100644 --- a/CLIENT_DATA/uninstall32.ins +++ b/CLIENT_DATA/uninstall32.ins @@ -34,7 +34,7 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; ---------------------------------------------------------------- ; - Please edit the following values - ; ---------------------------------------------------------------- -Set $InstallDir$ = "%ProgramFiles32Dir%\" +Set $InstallDir$ = "%ProgramFiles32Dir%\Mindjet\MindManager 11" Set $LicenseRequired$ = "true" Set $LicensePool$ = "p_" + $ProductId$ ; ----------------------------------------------------------------