top of page
Search

How To Deploy Application Using Intune

This post will see how to deploy applications using Intune. Microsoft Intune supports a variety of app types and deployment scenarios on Windows 10 devices. After you've added an app to Intune, you can assign the app to users and devices.



We can't deploy applications like .exe, .msi directly into Intune it should be in the format of the .intunewim file.


Let's see how to convert the .exe/.msi file to .Intunewim file

  • The Microsoft Win32Content Prep Tool (.Intunewim) can be downloaded from GitHub

  • Launch the command prompt as admin mode and follow below steps

    1. Run the IntuneWinAppUtil.exe

    2. Setup File needs to be executed

    3. Output location i.e., Intunewim file

    4. Specify the catalogue Folder (yes/No)


How to Deploy Win32 App using Intune



  • Select theWin32App

  • Select the App Package file --> Browse the .intunewim file -->Click Ok





  • Provide the App Information --> Click on Next

  • In Program tab provide the installation and uninstallation command. Select the option whether need to deploy to System or User. Provide Reboot Behaviour.



  • Specify the return codes and click Next

  • Provide the Requirements. The only mandatory options are OS architecture (x86, x64, or both) and the minimum operating system, which at its lowest can be Windows 10 1607.

  • Provide the Detection Rule. In Detection Rule type select the MSI/File/Registry.

  • In Dependencies Tab, provide the dependency if required

  • Supersedence allows you to update or replace the applications.


  • In Assignment Tab, will be targetted towards within assignments. There are three assignment types:

    1. Required:- The applications will be forced installed.

    2. Uninstall:- Application will be forced uninstalled.

    3. Available:- App can be retrieved from the company portal.




  • Let's review and create




  • Now you can track the deployment of the application.




67 views0 comments

Recent Posts

See All
bottom of page