Overview
This article guides you through:
- Extracting the CyberQP MSI installer from the EXE file
- Uploading and deploying the MSI using Microsoft Intune (Microsoft Endpoint Manager)
📥 Step 1: Download the CyberQP Agent
- Log in to the CyberQP Dashboard
- From the Main Page, click Download Agent
- Save the installer (
.exe) to your local device
🧩 Step 2: Extract the MSI Installer
To prepare the MSI file for deployment:
-
Run the
.exeas Administrator -
In the installer window, click Install
Do not proceed further after clicking Install
-
Open File Explorer and browse to:
C:\ProgramData\Package Cache - Locate a folder with a GUID name ending in the current agent version number
Example:{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}_x.x.x.x - Open that folder and copy the
.msifile to a safe location - Return to the installer and cancel the installation
📤 Step 3: Upload the MSI to Microsoft Intune
Follow these steps to upload and assign the MSI in Intune:
Go to the Microsoft Intune Admin Center
On the left menu, click Apps, then choose Windows
Click Create, then select Line-of-business app from the dropdown
Click Select, then choose the
.msifile-
Fill in the app information (e.g., name, publisher, description)
Adjust toggles based on your organization's needs
Click Next
Agent Deployment – Install Token and Agent ID Changes
As of Agent version 6.5.3.1, the Agent ID parameter is optional:
1) Leave the Agent ID field blank, or
2) Enter the Customer name
If the customer name is left blank or does not resolve (for example, due to a typo or duplicate customer names), the Agent will install as an Unassigned Agent.
Unassigned Agents can be manually assigned to the appropriate customer from the CyberQP Dashboard.
Refer to: Assign an Unassigned Agent
-
Important: Under Command-line arguments, paste the following (customized):
INSTALLTOKEN="<INSTALL_TOKEN>" CUSTOMERID="<CUSTOMER_ID>" MSA=1 REGION=NA /QUIET /NORESTART🔐 Replace
<INSTALL_TOKEN>and<CUSTOMER_ID>with the values from your CyberQP dashboard.
🌍 Important: Set theRegionvalue based on your tenant:NA= North AmericaEU= EuropeCA= Canada
-
Under Assignments, choose how the app will be deployed:
For required installs, assign to All Users or a targeted Azure/Entra ID group
Review the settings and click Create
✅ Additional Notes
The MSI installs silently with the provided arguments
You can monitor install status under:
Apps > Monitor > App install status
Comments
0 comments
Please sign in to leave a comment.