add serial support

This commit is contained in:
Mario Fetka 2012-04-23 20:21:45 +02:00
parent da0da99b4b
commit 56811364ea
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

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