We have encoutered a problem when attempting to deploy the lastest release of google chrome via SCCM as the chrome msi refuses to intall over the top of the existing version. This seems to be due to Chrome being part of the image build so in other words i need to identify a way of completely removing Chrome from the assets and deleting it's associated registry keys, For example with the use of a script
any ideas?
cheers
Web BrowsersWindows OSEnterprise SoftwareGoogle Chrome OSInstallation
Last Comment
rmclar14
8/22/2022 - Mon
jcimarron
rmclar14--
Have you tried Control Panel|Programs and Features and uninstalling Google Chrome from there?
Using RevoUninstall might be more likely to get all the Registry entries when you allow step four to run
"C:\Program Files (x86)\VS Revo Group\Revo Uninstaller\Revouninstaller.exe"
rmclar14
ASKER
thanks for your reply jcimarron however i was looking for a solution that could be applied to over 500 assets
Thanks
David Johnson, CD
Chrome being part of the image build There will be no uninstall points. One reason why I don't do thick installs. you are going to have to script a removal that removes the registry entries and the program files and other items in the \programdata %appdata% folders.
Have you tried Control Panel|Programs and Features and uninstalling Google Chrome from there?
Using RevoUninstall might be more likely to get all the Registry entries when you allow step four to run
"C:\Program Files (x86)\VS Revo Group\Revo Uninstaller\Revouninstalle