Correct Install Dir

This commit is contained in:
Mario Fetka 2013-03-10 15:25:56 +01:00
parent 5fb339d9c3
commit fc78b9e372
2 changed files with 2 additions and 2 deletions

View File

@ -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%\<path to the product>"
Set $InstallDir$ = "%ProgramFiles32Dir%\Mindjet\MindManager 11"
Set $LicenseRequired$ = "true"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------

View File

@ -34,7 +34,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir$ = "%ProgramFiles32Dir%\<path to the product>"
Set $InstallDir$ = "%ProgramFiles32Dir%\Mindjet\MindManager 11"
Set $LicenseRequired$ = "true"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------