Product(s): | CONNECTION Client | ||
Version(s): | 10.00.18.xx or later | ||
Environment: | N/A | ||
Area: | Tools | ||
Subarea: | N/A |
The Activation Wizard included with CONNECTION Client 10.00.18.xx or later supports the import of checked out license files with a BELIC extension from the command line. Below is the command reference:
"C:\Program Files\Common Files\Bentley Shared\CONNECTION Client\LicService\Bentley.Licensing.ActivationWizard.exe" -importcheckout:<path to file or folder>
The -importcheckout argument, which must be lowercase, can also be specified in one of the following alternate forms:
After the argument, append a colon followed by one of the following:
Double quotes are required only if the path includes spaces, but they can also be included as a best practice.
"C:\Program Files\Common Files\Bentley Shared\CONNECTION Client\LicService\Bentley.Licensing.ActivationWizard.exe" -importcheckout:Downloads\License.belic
Double quotes are not required because the path contains no spaces.
"C:\Program Files\Common Files\Bentley Shared\CONNECTION Client\LicService\Bentley.Licensing.ActivationWizard.exe" -importcheckout:"Downloads\License Files\Licenses.zip"
Double quotes are required because the path contains spaces. A zip archive containing BELIC files may also be imported.
"C:\Program Files\Common Files\Bentley Shared\CONNECTION Client\LicService\Bentley.Licensing.ActivationWizard.exe" -importcheckout:"Downloads\SingleLicense.belic"
A single BELIC file may be imported.
"C:\Program Files\Common Files\Bentley Shared\CONNECTION Client\LicService\Bentley.Licensing.ActivationWizard.exe" -importcheckout:"Downloads\License Files"
A folder containing BELIC files may be imported.
Other Language Sources