Convert .exe to .intunewin
This content was extracted from whackasstech.com and Iโll be performing the download of Notepad++
Step 1: Download XXXXX application
First you need to download the app you want.
Step 2: Create Intune Win32 application
After you have downloaded the XXXXX application the next step is to create an Intune Win App. Just follow the steps below:
- Create a new folderย DeployXXXXXย onย C:.ย Copy the downloaded executable into this folder. Note that the executable can have a different name.
- Create a new folderย Outputย onย C:
Now we are going to create an Intune Win file with the official application. First of all download the official Microsoft Intune Win App Tool.
- Download the official Microsoftย Intune Win App Tool
- After installationย openย the Intune Win App Tool.
In the application specify the following things:
- Please specify the source folder:ย C:\DeployXXXXX
- Please specify the setup file:ย XXXXX.exe
- Please specify the output folder:ย C:\Output
- Do you want to specify catalog folder:ย N
In your Output Folder, there should be a new intunewin file. We will need this in the next step.
Step 3: Import and deploy with Microsoft Intune
After we have created the intunewin file of the executable, we can now upload the application to Microsoft Intune and deploy it to our environment. Just follow these steps.
- Go toย intune.microsoft.com
- Click onย Apps
- Click onย Windows
- Click onย Add
- Chose App typeย Windows app (win32)
- Click onย Select
- Click onย Select app package file
- Uploadย your IntuneWin file which is located inย C:\Output
- Click onย OK
- Click onย Next
- Here you can change the Settings. I leave it as it is. Donโt forget toย enter a Publisher
- Click onย Next
On the Program tab enter the following Commands:
- Install Command:ย XXXXX.exe /Sย (NOTE: change it to your program install command)
- Uninstall command:ย C:\Program Files\XXXXX\uninstall.exe /S (NOTE: change it to your program uninstall command)
- Allow available uninstall:ย Yes
- Install behavior:ย System
- Click onย Next
On the Requirements tab enter:
- Operating system architecture:ย 64-bit
- Minimum operating system:ย Windows 10 YYYY (apply to your minimum required version)
- Click onย Next
On the Detection rules tab enter the following:
- Rules format:ย Manually configure detection rules
- Click onย Add
- Rule type:ย File
- Path:ย **C:\Program Files\XXXXX
- File or Folder:ย XXXXX.exe**
- Detection method:ย File or folder exists
- Associated with a 32-bit app on 64-bit clients:ย No
- Click onย Okย and onย Next
- Define your Dependencies if applicable and click onย Next
- Define your Supersedence if applicable and click onย Next
- On the Assignments tab assign the Policy to a Group or toย All User
- Click onย Next
- Andย Review + Create the Policy