If you need to convert an EXE file to an MSI for deployment through your Endpoint Manager, a widely recommended tool by the community is Advanced Installer; it allows you to "repackage" an existing EXE into an MSI format, providing a good level of control over the conversion process.
Endpoint manager
I need to install a package thru the Endpoint manager, but I need an MSI. Is there a tool that is recommended to convert an EXE file to an MSI file? There a lot of tools out there, but I am no sure if there is one recommended by the community.
Thanks
Microsoft Security Intune Other
3 answers
Sort by: Most helpful
-
Udayashankar K.N 240 Reputation points Microsoft Employee
2025-01-08T12:10:06.0966667+00:00 -
Zafer KAYA 90 Reputation points MVP
2025-01-08T12:16:10.1533333+00:00 Microsoft Deployment Toolkit (MDT) , Microsoft Win32 Content Prep Tool , PowerShell App Deployment Toolkit (PSADT), Visual Studio Setup Projects You can convert exe to msi
-
Pavel yannara Mirochnitchenko 13,331 Reputation points MVP
2025-01-08T12:41:57.6633333+00:00 Easiest way is to skip the MSI need and wrap the .exe (and other binaries) to .intunewin with Win32 Content Prep Tool. You just need to figure out silent install parametters, which are almost always supported with todays installation files.