Intune MSI Application Deployment

Prajwal Desai
Posted by Prajwal Desai

This post covers the MSI application deployment in Microsoft Intune. This guide will show you the steps to upload an MSI to Intune, perform application deployment to users/devices.

The process outlined here also works for other, non MSI, applications that can be installed silently via install parameters, Notepad++ being an example of one of those applications. (Notepad++.exe /S).

Intune MSI Application Deployment

As an Intune admin, your main priority is to ensure that end users have access to the apps they need to do their work. This guide will show you, end to end, the method for preparing and uploading an MSI to Intune, for distribution/installation to users/devices.

To get started with Microsoft Intune click here.

Adding MSI Application (Line of Business) to Intune

To begin, login to your Intune Portal at https://devicemanagement.microsoft.com or browse via the Azure Portal, to Intune.

Adding MSI ApplicationFrom the Intune portal, click on Client Apps in the menu down the left hand side.

Adding MSI ApplicationUnder Manage, click on Apps.

Adding MSI ApplicationClick on Add in the upper middle of the window, within the App Type drop down, select Other > Line of Business Application, and click Add.

Adding MSI ApplicationIn the Line of Business Application configuration section, you need to specify the actual installation file for deployment, the information for the application, and you can also specify the scope for installation using tags.

Upload MSI Application in Intune

Click on App Package File, and select the installation file that you have on your local machine. In this instance, we’re using 7z1900-x64.msi.

"Upload

Select the file and Intune reads the installer and a brief summary shown. Click OK.

Upload MSI Application

Configure Application Information

Under App Information, click Configure. You will need to enter details specific to the application, such as Description, Publisher, Developer etc. Most of all the command line parameters that should be used when this application is installed.

The more information you enter here, the more details your end users will see. This helps everybody.

Within App Information, you have 2 buttons.

  • Ignore App Version
  • Highlight in Company Portal
  1. Ignore App Version is used for applications with self-updating installers, such as Google Chrome. The Intune info tip shows; Set this to “Yes” for apps that are automatically updated by the app developer (such as Google Chrome).
  2. Highlight in Company Portal does exactly that, when using the Company Portal application (Similar to Software Center in the ConfigMgr world, this application, if selecting this option, would be highlighted as an application that may appeal to your users).

Under Command-line arguments is where you would enter your usual MSI/EXE installation params. In this instance, we’re simply using /qn /L*v “%windir%\Temp\Install-7zip-19_00.log”, this should, using MSI standards, result in a quiet (silent) install with no User Interface being displayed. The /L*v switch, requires a path to be entered, and will output a verbose Log file.

Intune MSI Application Deployment Snap7

Specify Application Information

In addition to adding an application, you can also add the Product Icon/Logo. This just makes the whole end user experience so much better. You can use image file such as (.jpg, .gif, .png). However always use images under 512px. A happy medium is 250px to 500px.

After uploading the logo, click OK, and you will return to the top level menu for the App.

upload application logoHere you can choose to scope/limit this application by tag. This could be useful for restricting the application to specific users. In this guide I am not going to cover the scope (tags).

adding scope tags to applicationFinally after you have populated all the information/completed all the options, you can then select Add

add msi application in intuneAt this stage, your installation file that is local to your machine, will be uploaded to the Intune Portal. Depending on the size of your installer, and your connection speed, this could take some time. Whilst the file is uploading, the Intune Portal displays a red banner, stating “Your app is not ready yet. Check back again soon”.

MSI application status in IntuneOnce the upload is complete, you will receive an in-dash notification. You will also see the application appears in the Client Apps – Apps list of applications available for you to deploy.

7z application status

Assign applications to groups with Intune

When you revisit the application, there is no red banner. The next step is to configure an assignment. After you add an application to Microsoft Intune, you can assign the app to users and devices. Without an assignment, the application is useless.

Assign applications to groups with IntuneFrom the left menu, click Assignments. You can assign applications to security groups configured within Azure Active Directory. The recommendation, on the basis that you can assign an “Installation and Uninstallation” would be to have two groups for each application.

For example:-

  • G_AppInstall_7zip
  • G_AppUninstall_7zip

In this example, we’re targeting a Device for required installation. So using the example groups above, you would add Computer Objects into the respective groups.

  • Computer Objects in the G_AppInstall_7zip group, would receive the required (forced) installation of the application.
  • Computer Objects in the G_AppUninstall_7zip group, would receive the instruction to uninstall said application.

Assign applications to groups with IntuneYou can also choose to exclude groups during assignment. This could be useful if you needed to exclude a group of users such as VIPs, or even users of a specific device type, such as Mac Users. It would all depend on your Security Group configuration, and your specific requirements.

You can also choose to make this app a requirement for all users and/or devices. For example an Antivirus Product, Company Specific product, or perhaps even the ConfigMgr client.

Anyway, back to this example. Search for your Assignment Group, and click on Select when done.

Assign applications to groups with Intune

Monitor MSI Application Deployment in Intune

In the above steps we have successfully added the application in Intune. It is now time to test the application deployment.

After some time, your Assigned Application, should begin to roll out and land on devices. You can track the progress and view installation status, from within the Application page in the Intune Portal.

Intune MSI Application DeploymentNotice the status column on the right pane. This should show the application installation status.

Intune MSI Application DeploymentThis concludes the guide demonstrating how to package MSI application for Intune deployment.

Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.
13 Comments