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