Skip to main content

How to Use the Tool

Usage

ADXLipSyncAuthorization is a console tool (command-line tool). You can use this tool to activate and deactivate licenses for products included in ADX LipSync Tools.

Command Arguments

If you run ADXLipSyncAuthorization.exe without any arguments, a Simple Help will be displayed as shown below.

> .\ADXLipSyncAuthorization.exe
|||||||||||| ADX LipSync Authorization Ver.0.04.01 ||||||||||||
Copyright (c) 2019 CRI Middleware Co., Ltd.

[Required]

[Optional]
--activate=<VALUE>:Activate and register license. Input license key.
-a <VALUE> :Same as --activate
--deactivate :Deactivate registered license.
-d :Same as --deactivate

You can specify the following arguments for the ADXLipSyncAuthorization command:

  • -a <VALUE>: Activate a license (VALUE = license key you want to activate)
  • --activate=<VALUE>: Same as -a <VALUE>
  • -d: Deactivate an activated license
  • --deactivate: Same as -d

Command Execution Examples

Activation with Short Command

> ADXLipSyncAuthorization.exe -a INPUT-LICEN-SEKEY-ADXLI-PSYNC

Activates the license corresponding to the license key "INPUT-LICEN-SEKEY-ADXLI-PSYNC". Activation takes about 10 seconds.

Activation with Short Command (No Hyphens)

> ADXLipSyncAuthorization.exe -a INPUTLICENSEKEYADXLIPSYNC

You can also enter the license key without hyphens.

Activation with Long Command

> ADXLipSyncAuthorization.exe --activate=INPUT-LICEN-SEKEY-ADXLI-PSYNC

Reactivating an Already Activated License Key

> ADXLipSyncAuthorization.exe -a INPUT-LICEN-SEKEY-ADXLI-PSYNC
> ADXLipSyncAuthorization.exe -a INPUT-LICEN-SEKEY-ADXLI-PSYNC

If you try to activate a license key that is already activated, the following warning will be displayed, but the command will succeed.

[WARNING] License key is already activated.

Reactivating with a Different License Key

> ADXLipSyncAuthorization.exe -a INPUT-LICEN-SEKEY-ADXLI-PSYNC
> ADXLipSyncAuthorization.exe -a OTHER-LICEN-SEKEY-ADXLI-PSYNC

If you try to activate with a different license key than the one already activated, the following error will be displayed and the command will fail.

[ERROR] Another license key is already activated. Please deactivate it before activation.

Deactivation with Short Command

> ADXLipSyncAuthorization.exe -d

Deactivates the license corresponding to the activated license key. Deactivation takes about 10 seconds. Note: Even if there is no activated license, the command will succeed.

Deactivation with Long Command

> ADXLipSyncAuthorization.exe --deactivate