You have a couple of options.
Option 1: Convert .exe
to .msi
- Extract
.exe
File Content: Some.exe
files can be extracted, revealing their components which can be re-packaged into.msi
. Tools like 7-Zip or WinRAR can sometimes extract.exe
installers.
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
.exe
File for Deployment:- Use the Microsoft Win32 Content Prep Tool (
IntuneWinAppUtil.exe
) to package the.exe
installer into the.intunewin
format required by Intune.
- Use the Microsoft Win32 Content Prep Tool (
- Deploy via Intune:
- Upload the
.intunewin
package 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".