Command Line Tool – LicenseActivate

The command allows online activation, generation of email activation request and processing of email activation response.

This topic contains the following sections:

Usage
1Enlight licenseActivate --licenseKey=<license key> [--requestOutputFile=<request file> | --responseFile=<respone file>]

Parameters

Parameter

Description

–responseFile

Activation response file returned from activation via email.

–requestOutputFile

Destination file for saving the request for activation via email.

–licenseKey

Required. License key.

Examples

Activate license online:

1Enlight licenseActivate --licenseKey=XXXX-XXXX-XXXX-XXXX

Generate activation request and store it in a file:

1Enlight licenseActivate --licenseKey=XXXX-XXXX-XXXX-XXXX --requestOutputFile="d:path to request fileactivation-request.xml"

Process activation response file to activate the software:

1Enlight licenseActivate --licenseKey=XXXX-XXXX-XXXX-XXXX --responseFile=d:activation-response.xml

See Also

Other Resources