I am trying to silently uninstall vSphere Client on multiple machines via SCCM. I know my command line is correct:
MsiExec.exe /X {GUID}
but whenever I attempt this on the client machine via the command prompt I get an error saying,
This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is valid a valid windows installer package.
Using the correct GUID is the answer.....