Barcode Xpress for .NET Core v13.4 - Updated
License Manager
User Guide > Licensing and Distributing > License Manager

The License Manager is a GUI application that is used by a developer to register and activate Evaluation and Development (Toolkit) licenses on their development system. The License Manager is in the Licensing folder of your install directory.

Please see Evaluation Licensing or Toolkit Licensing sections for detailed instructions on using the utility for registering and activating different types of licenses.

The License Manager can be run in GUI mode using the following scripts:

Command Line Modes

Registering licenses via the command line is covered in:

Two additional command line modes are available, for listing installed licenses and removing installed licenses, respectively.

Listing Installed Licenses

The License Manager can be used to list the Barcode Xpress licenses of currently installed on the computer via the following command:

Copy Code
java -jar licensemanager.jar list

Removing Installed Licenses

The License Manager can also remove all Barcode Xpress licenses from the current computer with the following command:

Copy Code
java -jar licensemanager.jar remove

The user will be prompted for confirmation before the license is removed.