Creating Win32 applications for Intune.
To create Win32 app go to: Apps>All Apps>+Create>Windows app(Win32)


Package have to be in ” intunewin” format

Go to >
https://learn.microsoft.com/en-us/mem/intune-service/apps/apps-win32-prepare
Download Microsoft Win 32 Content prep tool > install IntunewinappUtil.exe

>
Microsoft Win32 Content Prep Tool
>

Create a Folder
- Name it something relevant, e.g., IntuneApp_Creation.
Add IntuneWinAppUtil
Prepare Application Files
- Inside the IntuneApp_Creation folder, create another folder for your application.
- Within this folder, create two subfolders:
Source → Place your application’s MSI file here.
Output → This is where the generated intunewin file will be stored.




Convert the MSI to an IntuneWin File
-
Open IntuneWinAppUtil.exeand follow the on-screen instructions:
- Specify the Source folder (where the MSI is located).
- Select the Output folder (where the .intunewin file will be saved).
- Complete the process by following the prompts.

Upload the IntuneWin File to Intune
- Go to Microsoft Intune.
- Navigate to Apps > All Apps > +Create.
- Select Windows app (Win32).
- Upload the .intunewin file and configure the app settings as needed.



