Deploy an Application (exe) with Microsoft Intune

Deploy Application exe – Process of deploying an EXE installer with Microsoft Intune. This guide covers using IntuneWinAppUtil

Creating the Package with IntuneWinAppUtil:

Deploy Application exe – To create the package, follow these steps:

Deploy Application exe screenshot
  • Ensure you have the setup.exe and other necessary configuration files (or an installation script).

Deploy Application exe

  • Execute the following command to create the package:
IntuneWinAppUtil -c <setup_folder> -s <source_setup_file> -o <output_folder> <-q>
.IntuneWinAppUtil.exe -c C:UsersDavidOneDriveBureauDMLNotepadpp -s C:UsersDavidOneDriveBureauDMLNotepadppnpp.8.6.7.Installer.x64.exe -o C:UsersDavidOneDriveBureauDMLNotepadpp -q
Deploy an Application (exe) with Microsoft Intune screenshot

Adding the Package to Intune:

Deploy Application exe – To add the package to Intune, proceed as follows:

  • Add the package as a Windows app (Win32).
Deploy an Application (exe) with Microsoft Intune screenshot
  • Include the exported file in the IntuneWim format.
Deploy an Application (exe) with Microsoft Intune screenshot
  • Fill in your package information, installation and uninstallation commands, error codes, minimum OS version, and architecture requirements.
Deploy an Application (exe) with Microsoft Intune screenshot
  • Configure installation and uninstallation commands.
Deploy an Application (exe) with Microsoft Intune screenshot
  • Specify requirements such as OS version and architecture.
Deploy an Application (exe) with Microsoft Intune screenshot
  • Set up a detection rule to ensure proper deployment.
Deploy an Application (exe) with Microsoft Intune screenshot
Deploy an Application (exe) with Microsoft Intune screenshot
  • Configure dependencies if necessary.
Deploy an Application (exe) with Microsoft Intune screenshot
  • Add Supersedence if necessary
Deploy an Application (exe) with Microsoft Intune screenshot
  • Select the deployment group for your package.
Deploy an Application (exe) with Microsoft Intune screenshot
  • Validate the creation of the package.
Deploy an Application (exe) with Microsoft Intune screenshot