Offline Activation Page

QlmWebActivation.aspx

QlmWebActivation.aspx is a web page that allows a user to enter an activation key and a computer ID for the purpose of generating a Computer Key. This is useful when a customer's system does not have an internet connection and they would like to perform an offline activation. The customer would:

  • Go to a computer that has internet access

  • Enter the Activation Key and ComputerID

  • Receive a Computer Key

  • Go to the computer that does not have internet access

  • Paste the Computer Key in the "Manual Activation" / Computer Key field

  • Click Activate

Argument

Description

is_avkey

Activation Key of the end-user

is_pcid

Computer ID of the end-user. This argument is optional if the license is a single activation license key.

is_pp

Set is_pp to 1 to have this page generate a digitally signed Product Properties file. When generating a Product Properties file, you can customize the following settings in the web.config file of QlmCustomerSite:

  • productPropertiesFileName: the name of the generated Product Properties file.

Note: this option is available as of QLM 11.0.18147.1

is_file

Set is_file to 1 to have this page generate a digitally signed license file (for QLM Enterprise users building cross-platform apps). When generating a license file, you can customize the following settings in the web.config file of QlmCustomerSite:

  • offlineActivationSuccessMessage: the message that is displayed upon successful generation of the license file.

  • licenseFileName: the name of the generated license file.

Example of generating a computer key:

https://qlm3.net/qlmdemo/qlmcustomersite/QlmWebActivation.aspx?is_avkey=AXK80-60R00-GHJ3S-I862Y-1I1UR-AQDV2&is_pcid=123

Example of generating a digitally signed Product Properties file:

https://qlm3.net/qlmdemo/qlmcustomersite/QlmWebActivation.aspx?is_avkey=AXK80-60R00-GHJ3S-I862Y-1I1UR-AQDV2&is_pcid=123&is_pp=1

Example of generating a digitally signed license file (cross-platform apps):

https://qlm3.net/qlmdemo/qlmcustomersite/QlmWebActivation.aspx?is_avkey=AXK80-60R00-GHJ3S-I862Y-1I1UR-AQDV2&is_pcid=123&is_file=1

Last updated