If you are working on a Windows computer, you can use the package manager chocolate, that's how I do it with Jenkins, we call powershell, which removes the previous version and installs the specific one: from the ide script, you need to install modules for chocolate, which is a small price which will be of great benefit:
choco install googlechrome --version 62.0.3202.94 -y
Then, to prevent Chrome from updating itself, I follow these steps: 1. Check the current version of Chrome.
(Get-Item (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe').'(Default)').VersionInfo
- Install the version I'm aiming for:
choco install googlechrome --version 62.0.3202.94 -y
You can find the available versions here:
https://chocolatey.org/packages/GoogleChrome
(Find the version history section)
Kill GoogleCrashHandler.exe in either 32 or 64 bit variant, or both.
Delete directories C:\Program Files (x86)\Google\Update and C:\Program Files (x86)\Google\CrashReporter
You will lose the ability to automatically update (which is the whole right of the target) and you will lose the ability to send crash reports and copy this executable file to update its will when Google finds it convenient.
5.Disable Chrome Services

ximbal
source share