- 28 May 2025
- 1 Minute To Read
- Print
- DarkLight
- PDF
Deploy an SCCM Application using MSI
- Updated On 28 May 2025
- 1 Minute To Read
- Print
- DarkLight
- PDF
Expand the following accordions to create an SCCM application and distribute the Whatfix extension:
Note:
The following steps, for example, show how you can create an application to install the Whatfix extension using MSI. The SCCM tool installs the application on the browsers specified when you generate the extension.
Step 1: Create an application
The following example shows the steps to create the Whatfix extension on Chrome using Powershell:
On your Windows system, open the Configuration Manager Console.
Click Software Library.
Expand Application Management.
Right-click Applications, and then click Create Application.
In the Create Application Wizard, select Browse.
Select the Extension, and then click Open.
Click Next.
The Wizard imports the extension and displays a success message. Click Next.
Specify the name for the application, and then click Next.
Note:
Ensure that the following command is entered in Installation program field:
msiexec /i "Demo_Extension1740466720277.msi" /qn
.Click Next.
Verify the summary of the application, and then click Next. This creates the deployment configuration for the application.
You are redirected to the Create Application Wizard. Click Next to view the changes in the Summary tab.
Click Next. This completes the creation of the Application.
Info:
The Completion tab displays the status once the application is successfully created.
Step 2: Deploy the application
Use the following steps to deploy the Whatfix extension:
Right-click the MSI application, and then click Deploy.
Click Browse to select a Collection.
Select a Collection, and then click OK. A Collection is a group of devices on which you want to deploy the extension.
Click Next.
The distribution points are automatically added. Click Next.
In the Specify settings to control this deployment tab, set the Purpose to Required.
Click Next.
In the Scheduling tab, click Next.
In the User Experience tab, select the options as shown below, and then click Next.
In the Alerts tab, click Next once again.
Verify the changes in the Summary tab, and then click Next. The wizard starts deploying the extension.
Info:
The Completion tab displays the following message if the application is deployed successfully:
Step 3: View the distribution status of the application
Use the following steps to check the status and other details of your application:
Select the application that you want to check the status of.
In the Summary tab, click Content Status. You are redirected to the Monitoring section.
The Monitoring section displays the status details of the application.
To know about the deployment status of your application, see View SCCM Deployment Status.