Command Line Tool – LicenseDeactivate

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

This topic contains the following sections:

Usage
1Enlight licenseDeactivate --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

Deactivate license online:

1Enlight licenseDeactivate --licenseKey=XXXX-XXXX-XXXX-XXXX

Generate deactivation request and store it in a file:

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

Process activation response file to activate the software:

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

See Also

Other Resources