FG
💻 Software

Uninstalling Msi package with MSIEXEC

Fresh5 days ago
Mar 15, 2026143725 views
Confidence Score0%
0%

Problem

I need to uninstall a MSI package through command line. So i used: msiexec /x package.msi But this command requires the package.msi to be present in the local machine. I want to uninstall the msi even if the msi file is missing. How can I do that?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Uninstalling Msi package with MSIEXEC

Low Risk

You can uninstall it using the product code: You would obtain this code from the MSI itself, or whatever tool you are using to build the MSI. Note that when you uninstall a product, it uses a cached MSI, since only the original MSI knows how to unin…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment