MSI Uninstall with Random Folder Name
csaylor
I've got an application called Compliance One made by Wolters Kluwer. It installs from an MSI and when it installs, it creates a seemingly random folder. PDQI gives me this in an auto created uninstall package:
MsiExec.exe /qn /norestart /X{0A281BA6-3840-4A14-BB85-C97D637B0EEF}
That works fine on that single machine but network wide the {} content is unique to each device. Just running a /u against the MSI itself fails. Any ideas?
1
Comments
You can use a script like this to uninstall MSI-based applications by name: https://github.com/Colby-PDQ/Uninstall-Packages/blob/master/Scripts/Uninstall-MSI-By-Name.ps1