> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/troubleshooting/qlm-agent-service-not-installed.md).

# 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" %}
