Deploying Win32 Applications with Intune | Intune-Hybrid
Dear Intune Admin,
A big question that could come up during your planning stage for hybrid provisioning is how do we upload applications to Intune when our files are .MSI,.EXE, etc.? Intune will only read .INTUNEWIN files so we are going to require a converter! This blog will teach you how to convert an application from any file extension to a .INTUNEWIN file so that we may utilize the Intune Management Extension on Intune to deploy applications to our new devices.
Visual Flowchart
Pre-Requisites
Ø Windows 10 – build 1607 or higher (Education, Pro and Enterprise)
Ø Azure AD or Hybrid Domain joined
Ø Must be under MDM management with Microsoft Intune
Ø Application (including source files) cannot exceed past 8GB in file size
What about Scripts?
Custom installation scripts can be successfully uploaded to Intune through the converter as well. These are for situations when you need certain files copied or registry settings that need to be applied. This would be put within the source folder when we get to the conversion section.