How To Deploy EXE Apps With Intune

When deploying Windows applications to Microsoft Intune, MSI applications are straightforward and don’t require special preparation compared to EXE-based installations.

Many Intune engineers ask themself is, how do I deploy Windows applications with an EXE installer? This blog post will show you how to do that.

Deploy EXE Apps to Microsoft Intune

To deploy EXE applications with Intune, we need to package the application into the .intunewin format using a Microsoft tool called Microsoft-Win32-Content-Prep-Tool.

Install Tool

To install the Microsoft-Win32-Content-Prep-Tool, go to the following GitHub repo and download it.

Create a package

Now it is time to create an intunewin package. To start, create the following folder structure (Source, Output and the Win32 prep tool)

Place your EXE file inside the Source folder.

Open the command prompt and go to the Win32 Prep tool folder and start the Win 32 tool using the following command

IntuneWinAppUtil.exe

Follow the prompts

Please specify the source folder: c:\intune\
 Please specify the setup file: setup.exe
Please specify the output folder: C:\Intune\output
Do you want to specify catalog folder (Y/N)?n

When the packaging process is completed, you will see the following message.

If you look inside the output folder, you will see the .intunewin file.

The next post will show how to deploy the app to Windows machines using the EndPoint Manager portal.

Processing…
Success! You're on the list.

Posted

in

,

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.