Overview
Microsoft Intune is a cloud-based endpoint management solution for deploying software across your organization. To avoid permission issues, DataSnipper must be packaged as a Win32 application rather than a Line of Business (LOB) app.
Step 1: Prepare the DataSnipper Package
Use the Microsoft Win32 Content Prep Tool to convert the DataSnipper MSI into .intunewin format.
Download and extract the Win32 Content Prep Tool, then run
IntuneWinAppUtil.exe.When prompted, enter:
Source folder: Directory where the DataSnipper MSI is located
Setup file:
Setup.msi(pre-v6) orv6.x.x.msi(v6 and later)Output folder: Where to save the
.intunewinfile
When asked about a catalog folder, press N.
The output file Setup.intunewin is ready for upload to Intune.
Step 2: Deploy via Microsoft Intune
In the Microsoft Endpoint Manager admin center, go to Apps > All apps and click Add.
Select app type Windows app (Win32) and click Select.
Upload the
Setup.intunewinpackage.Fill in the app information. In the Program section, set:
Install command:
msiexec /I "v25.1.7.msi" /qn(replace with your version number;/qnenables silent install)Install behavior: System (prevents client-side permission errors)
Assign the app to your security group and complete the deployment wizard.
