add serial support
This commit is contained in:
parent
da0da99b4b
commit
56811364ea
@ -38,7 +38,7 @@ Set $ProductId$ = "paperport"
|
||||
Set $MinimumSpace$ = "200 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\Nuance\PaperPort"
|
||||
Set $LicenseRequired$ = "false"
|
||||
Set $LicenseRequired$ = "true"
|
||||
Set $LicensePool$ = "p_" + $ProductId$
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
@ -89,7 +89,7 @@ endif
|
||||
[Winbatch_install]
|
||||
; === MSI package =======================================================================================
|
||||
; You may use the parameter PIDKEY=$Licensekey$
|
||||
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
|
||||
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress ISX_SERIALNUM=$Licensekey$
|
||||
|
||||
[Files_install]
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
|
@ -31,7 +31,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
Set $ProductId$ = "paperport"
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\Nuance\PaperPort"
|
||||
Set $LicenseRequired$ = "false"
|
||||
Set $LicenseRequired$ = "true"
|
||||
Set $LicensePool$ = "p_" + $ProductId$
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user