Top
Create an Uninstall Program using MSI
  • 30 May 2025
  • 1 Minute To Read
  • Dark
    Light
  • PDF

Create an Uninstall Program using MSI

  • Dark
    Light
  • PDF

Article summary

SCCM enables you to create a Program to uninstall the Whatfix extension deployed on your end users’ devices.

Use the following steps to create an uninstall SCCM Program using MSI:

  1. On your Windows system, open the Configuration Manager Console.


  2. Click Software Library.

  3. Expand Application Management.

  4. Right-click the MSI Package you just created, and click Create Program.


  5. In the Create Package and Program Wizard, specify a name and other information.


  6. Select the This package contains source files checkbox.


  7. Click Browse.

  8. In the Set Source folder window, select Network path (UNC name), and then click Browse once again.

  9. Select or enter a source path and then click Ok. For example \\wfx-sccmps01\Whatfix Packages\MSI.


    Info:

    A folder should be created in the primary site server where you save the powershell script. In this step, select the location of the source folder. For example, \\wfx-sccmps01\Whatfix Packages\MSI.


  10. Select Standard program.

  11. Click Next.


  12. In the Specify information about this standard program section, enter the following information for each field:
    - Name (Example): Uninstall Extn Chrome Edge FF via MSI
    - Command line: msiexec /x "Demo_Extension1740466720277.msi" /qn
    - Run: Hidden
    - Program can run: Whether or not a user is logged in
    - Drive mode: Runs with UNC name


  13. Click Next.


  14. Select This program can run on any platform.

  15. Click Next.


  16. Click Next.


    Info:

    The Completion section displays the following message if the Package is created successfully:


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.