# How to use the QLM License Wizard with QLM Express

You can use the QLM License Wizard in QLM Express to allow the end-user to activate a license or deactivate a license.

The QLM License Wizard can be used as a [.NET WinForms control](/docs/api-reference/license-wizard-user-control.md) or as a standalone Windows Executable. For more information about using the QLM License Wizard standalone executable, read this [article](/docs/license-wizard/online-activation-using-the-qlm-license-wizard-standalone-application.md).

The recommended settings to use the QLM License Wizard with QLM Express are found below. To configure these settings:

* Launch the QLM Management Console
* Go to the "Protect your application" wizard then click Next
* Select the Product and the License Server
  * Select your product
  * Select the DEMO License Server
* Select the type of application to protect
  \*
  * Select the programming language of your application
* Customize the Look & Feel and behaviour of the QLM License Wizard by setting the properties as shown in the table below.

| **Section**         | **Property**                           | **Value** |
| ------------------- | -------------------------------------- | --------- |
| GUI  Properties     |                                        |           |
|                     | QlmScanQRCodeCaption                   | \<empty>  |
|                     | QlmShowOnlineActivationPage            | false     |
|                     | QlmShowCheckForUpdates                 | false     |
|                     | QlmShowOfflineActivationKey            | false     |
|                     | QlmShowActivationMethodPage            | false     |
|                     | QlmShowPrivacyPolicyPage               | false     |
|                     | QlmUserRegistrationPageVisibility      | Never     |
| Behavior Properties |                                        |           |
|                     | QlmDeleteActivationKeyWhenDeactivating | true      |
| License Properties  |                                        |           |
|                     | QlmLicenseServerUrl                    | \<empty>  |
|                     | QlmCustomerSiteUrl                     | \<empty>  |

![](https://support.soraco.co/hc/article_attachments/360025096212/mceclip0.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/license-wizard/how-to-use-the-qlm-license-wizard-with-qlm-express.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
