# QLM Agent Service not installed

In some conditions, the QLM setup will fail to install the QLM Agent Service. The procedure below provides a manual procedure to install the QLM Agent service.

* Download the attached PowerShell script
* Open a powershell terminal as Administrator (Run As Administrator)
* Execute the following command (you might need to update the paths if you did not install QLM in the default location):

{% code overflow="wrap" %}

```ps1
.\QlmInstallAgentSvc.ps1 -ServiceName "Quick License Manager Agent" -ExePath "C:\Program Files\Soraco\QuickLicenseMgr\QlmAgentSvc\QlmAgentSvc.exe" -DisplayName "Quick License Manager Agent" -Description "Quick License Manger Agent Service" -StartType Automatic
```

{% endcode %}

{% file src="/files/0kptvsf0NAVfKjAjbWyb" %}


---

# 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/troubleshooting/qlm-agent-service-not-installed.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.
