This knowledge base article is for version 2.0 of our client. For settings related to version 1.0, Click here
The below article will outline how to setup an Microsoft Intune deployment including license key and site id commands. If you are looking for Group Policy deployment, Click here
To publish Win32 applications to a client using Microsoft Intune, the following criteria must be met:
- Client device running Windows 10, build 1607 or higher (Education, Pro, and Enterprise editions).
- Joined to Azure Active Directory, or Hybrid domain joined (both on-premises AD and Azure AD).
- The device must be managed by Microsoft Intune (MDM management).
You should have the Senso Client required to deploy via InTune as a win32app which you can download from here
Step 1 - Configuration
Log into your Microsoft Intune Admin Center
Select Apps > All apps > Add
In the Select app type pane, under the Other app types, select Line-of-business app.
Click Select - Select the MSI we have downloaded from the Senso portal
Once selected, Press Select to progress to "App Information" where we can then populate a "Publisher" and the command line arguments
Publisher- helps quickly identify who created or distributed the app, making it easier to manage
Command Line Arguments- You can add license key and site id here such as: LIC=ABC-EFG-HIJ SID=AB
msiexec /i "Senso_Windows_Client_setup_x64.msi" LIC=aaa-aaa-aaa SID=aa /qn
- You can find your licence key here: https://app.senso.cloud/admin-centre/licence
- You can find your Site ID here: https://app.senso.cloud/admin-centre/sites
Step 2 - Scope
You can use scope tags to determine who can see client app information in Intune.
Click Select scope tags to optionally add scope tags for the app.
- Scope Tags: Control who can see and manage resources.
- Scope Groups: Control which users or devices receive the resources.
Click Next to display the Assignments page.
Step 3 - Assignments
Select the Required, Available for enrolled devices, or Uninstall group assignments for the app.
Click Next to display the Review + create page.
Step 4 - Review + create
Review the values and settings you entered for the app.
When you are done, click Create to add the app to Intune.
The Overview blade for the line-of-business app is displayed.
Update a line-of-business app
- Sign in to your Microsoft Endpoint Manager
- Select Apps > All apps.
- Find and select your app from the list of apps.
- Select Properties under Manage from the app pane.
- Select Edit next to App information.
- Click on the listed file next to Select file to update. The App package file pane is displayed.
- Select the folder icon and browse to the location of your updated app file. Select Open. The app information is updated with the package information.
- Verify that App version reflects the updated app package.