correct installdir

This commit is contained in:
Mario Fetka 2012-03-29 21:17:44 +02:00
parent 50ccaff6a1
commit da0da99b4b
2 changed files with 2 additions and 2 deletions

View File

@ -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%\<path to the product>"
Set $InstallDir$ = "%ProgramFiles32Dir%\Nuance\PaperPort"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------

View File

@ -30,7 +30,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "paperport"
Set $InstallDir$ = "%ProgramFiles32Dir%\<path to the product>"
Set $InstallDir$ = "%ProgramFiles32Dir%\Nuance\PaperPort"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------