InstallShield Standalone Build: Parameters to Automate the Registration Process
Summary
This article shows how to automate passing the license information to a silent install of the InstallShield Standalone Build (SAB).
Resolution
- Download the InstallShield Standalone Build. For example: InstallShield2021R2StandaloneBuild.exe
- Open an Administrator command prompt.
- Run the following command:
InstallShield2021R2StandaloneBuild.exe /S /v/qn /VSERVERNAME=<IPADDRESS OR LICENSE_SERVER_NAME> /VPORTNUMBER=<LICENSE_SERVER_PORT> /VLICENSETYPE=2 /VADDLOCAL=ALL
The following tasks will be completed and the install will be done silently without displaying any wizard:
- Specifying of concurrent license options
- Specifying of the license server name
- Installing of all the features
In the aforementioned command (see above):
- The value of 1 for the LICENSETYPE property indicates that you are using a node-locked license of the InstallShield SAB.
- The value of 2 for the LICENSETYPE property indicates that you are using a concurrent license of the InstallShield SAB.
- The value of 3 for the LICENSETYPE property indicates that you are using a Cloud License Server (CLS) concurrent license of the InstallShield SAB.
Additional Information
Click here for the documentation about the command line parameters that the InstallShield SAB (ISCmdBld.exe) takes.
Was this helpful?
© 2026 Flexera. All rights reserved.