correct installdir
This commit is contained in:
parent
50ccaff6a1
commit
da0da99b4b
@ -37,7 +37,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
Set $ProductId$ = "paperport"
|
Set $ProductId$ = "paperport"
|
||||||
Set $MinimumSpace$ = "200 MB"
|
Set $MinimumSpace$ = "200 MB"
|
||||||
; the path were we find the product after the installation
|
; 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 $LicenseRequired$ = "false"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
@ -30,7 +30,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; - Please edit the following values -
|
; - Please edit the following values -
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
Set $ProductId$ = "paperport"
|
Set $ProductId$ = "paperport"
|
||||||
Set $InstallDir$ = "%ProgramFiles32Dir%\<path to the product>"
|
Set $InstallDir$ = "%ProgramFiles32Dir%\Nuance\PaperPort"
|
||||||
Set $LicenseRequired$ = "false"
|
Set $LicenseRequired$ = "false"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user