Skip to main content

Installing the Windows Myzen via Intune

Prashant Singh avatar
Written by Prashant Singh
Updated this week

To install the We360.ai windows agent using Microsoft Intune, now a part of Microsoft Endpoint Manager, the Microsoft Win32 Content Prep Tool must be used to convert the We360.ai .MSI file into the .intunewin format.

How To:

1. First download your organization's We360.ai Windows We360.ai MSI installation file from the We360.ai web portal.

2. Download the IntuneWinAppUtil.exe file from the Microsoft Win32 Content Prep Tool GitHub repo.

3. You can run the file manually to receive individual prompts or use the Windows command prompt or PowerShell terminal using the following command:

IntuneWinAppUtil -c <setup_folder> -s <source_setup_file> -o <output_folder> <-q>

Where:

  • -c points to the folder of the MSI file is contained within

  • -s points to the name of your organization's We360.ai .MSI file itself, not inclusive of the folder.

  • -o is the name of the output folder the converted .intunewin file will be created in

  • Learn more about the Command-line parameters in the read.me file on the Microsoft Win32 Content Prep Tool GitHub repo.

Example running the utility from the Downloads folder:

IntuneWinAppUtil.exe -c C:\Users\userx\Downloads\Microsoft-Win32-Content-Prep-Tool-master\ -s eysajdaskjhdjksahdjksahdsajkdnjkasndkjsa.msi -o <output_folder>\ -q

Uploading to Intune

Please go to Intune portal and add the application in the Intune installation page. Please upload the created file in the packages. In the detection rules, please set the one for windows file exists and give the path 'C:\Program Files\zs\zs\MyZenV2s.exe'

Did this answer your question?