Posted
over 3 years ago
We can automate the silent uninstallation of Office patches via a command line like so: %windir%\System32\msiexec.exe /package {Office GUID} /uninstall {Patch GUID} /QN First we will need to determine what the GUID is for Office, and next what...