I have about 100 computers running the vanilla version of Chrome, but I want to uninstall the Google Chrome and install Google Chrome Enterprise.
My problem is that when I'm trying to uninstall vanilla Chrome it says the MSI file is missing. This shouldn't be a major issue but MSIEXEC won't uninstall Chrome either, even with the MSIEXEC /X command.
I have tried WMIC also, but this just says it was successful but throws an error code 1612, which means "failed to uninstall":
wmic product where "name like 'Google Chrome'" call uninstall /nointeractive
The only way I've successfully removed Chrome is using REVO Uninstaller, but I've got 100 machines with the same problem and I really need a command line where I can just uninstall them remotely.Can anyone else think of a way to kill off Google Chrome remotely on 100 machines? A cleanup tool would be amazing.