Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

In Windows, users can activate licenses using License Activator, as described in Activating your license using License Activator

Vendors may choose to integrate License Activator within their installer. License Activator includes the following command line options to let you customize the tool for your own installer:

LicenseActivator.exe -output output_directory_and/or_file -title custom_text_for_title_bar -trial

Command usage
 

Command

Description

-outputBy default, License Activator writes a license file named license.lic to the current working directory. This option lets you specify a different path and/or file name for the license file.

-title

Custom text for the License Activator title bar.

-trial

Enables the additional radio button "Run as 30-day trial" on the first screen of License Activator to allow users to run the software as a trial without activating a license.

Example

To output a license in C:\Program Files (x86)\MyApplication\License directory with "Activate MyApplication" titlebar, run:

LicenseActivator.exe -output "C:\Program Files (x86)\MyApplication\License" -title "Activate MyApplication"

Download

You can download License Activator by clicking on the file below.

Attachments
sortByname

Release History

Version

Release DateNotes
1.02012-12-01Initial release.
1.12013-01-24Improvements in case VS2010 CRT redistributable was not installed.
1.22013-04-09Minor bugs and stability improvements.
1.32013-10-29Require administrative rights for running.