Description
Google Chrome is a cross-platform web browser developed by Google. It was first released in 2008 for Microsoft Windows, and was later ported to Linux, macOS, iOS, and Android. The browser is also the main component of Chrome OS, where it serves as the platform for web apps. more…
Download
New Chrome browser is available here:
https://enterprise.google.com/intl/en_version/chrome/chrome-browser/ mirror
Size
55.6 MB
Silent Install
setup.msi /quiet /norestart
Install Location (10 Folders, 99 Files, 435 MB)
C:\Program Files (x86)\Google\Chrome\Application\77.0.3865.90
view contents: installed files
Silent Uninstall
msiexec /x{50ADB1A8-7D22-3FA4-9F99-AD149455FE09} /qn /norestart
“C:\Program Files (x86)\Google\Chrome\Application\77.0.3865.90\Installer\setup.exe” –uninstall –multi-install –chrome –system-level –force-uninstall
Registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{50ADB1A8-7D22-3FA4-9F99-AD149455FE09}
App GUID
{50ADB1A8-7D22-3FA4-9F99-AD149455FE09}
MSI Property Table
Notes
Release Notes v77: September 10, 2019
Mac – Disable Chrome Auto Updates
Method 1
On Mac, you can go to “Users > Your Mac Drive > Library > Google > GoogleSoftwareUpdate” and rename this folder.
Method 2
Open Finder and go to “Applications” folder.
Right click or control + click on the Google Chrome folder and go to “Show Packaged Content”.
Click “Contents” folder and open “Info.plist” file. Remember you need to have editors like Xcode to open plist file. Also you should have write permission for both “Contents” folder and “Info.plist” file to edit.
Look for “KSUpdateURL” key. In our case this is pointing to “https://tools.google.com/service/update2”.
Simply rename the file to something else and save your changes.
Method 3
#!/bin/sh Version=$(/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version | awk '{print $3}') sudo rm -rf /Applications/Google\ Chrome.app/Contents/Frameworks/Google\ Chrome\ Framework.framework/Versions/"$Version"/Frameworks/KeystoneRegistration.framework
tags: Chrome development, Chrome scripting, MrNetTek