If you’re a system administrator, there will be times when you will need to master the art of MSI uninstallation. It’s a common thing to do, since there are plenty of systems where MSI toolkits are used to install apps. There are many different ways to master the MSI uninstallation process, and you can find them below!
Start Using The Cached MSI
While it’s more of an end of the line approach, using the cached MSI to uninstall MSI is always helpful. That will still make it easy to install MSI apps, even if it does take a bit of a hassle to reach that. You can find the cached MSI in the System Root/Installer folder.
Use the Powershell Get_WmiObject classes
It’s a novel idea because it will allow you to eliminate any issue while still uninstalling the MSI properly.
The process can be a bit time-consuming, but you can find all the guidelines and tips in this article, and you can streamline everything without a problem.
Using the Powershell Start-Process cmdlet
You can use this command to start the process and what it does is it will help you uninstall MSI apps rather quickly. That can be a seamless transition, while still offering a very effective and simple way for you to uninstall something at your own pace.
Try To Use The Product Code
Yes, it’s possible to uninstall MSI via using the product code. That’s a great idea because it will give you a simple way to uninstall very fast. The method doesn’t require you to copy the MSI to the machine in order to uninstall it, which could make it a preferred solution for some system admins.
Uninstall Using The Command Line
Command line uninstalls for MSI can be great, too.
The idea here is that you can use the msiexec /x command and it will help you uninstall the package. It’s a nifty approach that will save time, while still being very effective and detailed as well.
Use The Programs And Features Interface
Go to the Control Panel, and there you can find the option to uninstall a program based on the category. That’s a good approach if you want more of a visual style to use and uninstall the app, and it’s certainly a thing to consider.
Go And Access The Original MSI
Obviously, the best way to uninstall the MSI is to access the original. You just right click on it and you uninstall the app. It’s the simplest and the most effective option. But a lot of the time, that might not be the case. That’s why the other options can be a very good alternative.
We think that mastering MSI uninstallation is great for any system admin. At the end of the day, there will always be issues when it comes to dealing with MSI apps, and finding the most effective ways to uninstall them is great. Sometimes it’s as simple as using the original MSI, but there will be situations where more work is required, as you can see above!