Other Intune-related topics, including unsupported scenarios and platform-specific behaviors
You have a couple of options.
Option 1: Convert .exe to .msi
- Extract
.exeFile Content: Some.exefiles can be extracted, revealing their components which can be re-packaged into.msi. Tools like 7-Zip or WinRAR can sometimes extract.exeinstallers.
Option 2: Deploy .exe Using Intune’s Win32 App Model
Instead of converting .exe to .msi, you can use the Intune Win32 App model to deploy .exe files directly. This approach is often more convenient for applications distributed as .exe.
- Prepare the
.exeFile for Deployment:- Use the Microsoft Win32 Content Prep Tool (
IntuneWinAppUtil.exe) to package the.exeinstaller into the.intunewinformat required by Intune.
- Use the Microsoft Win32 Content Prep Tool (
- Deploy via Intune:
- Upload the
.intunewinpackage into Microsoft Intune as a Win32 app. - Define installation and uninstall commands, detection rules, and other deployment settings.
- Upload the
- Guide Links for Win32 App Deployment:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".