Endpoint manager

Samiullah Amiry 0 Reputation points
2025-01-08T11:45:48.6133333+00:00

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
{count} votes

3 answers

Sort by: Most helpful
  1. Udayashankar K.N 240 Reputation points Microsoft Employee
    2025-01-08T12:10:06.0966667+00:00

    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.

    https://techcommunity.microsoft.com/t5/microsoft-intune/installing-msi-and-exe-based-applications-as-part-of-autopilot/m-p/2356083

    0 comments No comments

  2. 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

    0 comments No comments

  3. 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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.