Google Chrome silent install Google Chrome silent install shell shell

Google Chrome silent install


You can try to perform silent install with .msi file.

First go and download msi to : https://www.google.com/chrome/browser/desktop/index.html?msi=true

Second create a text file called install.cmd and copy in the following command lines:

@echo install Google Chromestart /wait msiexec /i "%~dp0%googlechromestandaloneenterprise.msi%" /qn /l*

Both save to a folder in your computer and "run as administrator" install.cmd file.

If you get error please see silent install google chrome tutorial for more information.

Best Regards


Should be fairly straight forward, grab the MSI installer and use the following MSI command for a fully silent installation:

msiexec.exe /i "GoogleChromeStandaloneEnterprise.msi" /q /norestart

You can also make the following changes should you need them:

Change the /i to /x for uninstallChange the /i to /f for a repair installationChange the /q to /qb+ for the wizard to show but no user intervention apart from the final modal box at the end of the install

Remove the /norestart if you are happy for it to carry out a restart automatically

Source: https://blog.techygeekshome.info/2018/07/google-chrome-msi-installer-version-67-0-3396-99-release/

Source: https://docs.microsoft.com/en-us/windows/desktop/msi/command-line-options


I think this is the solution.

Run the standalone installer on a machine without Chrome (you should be able to Google for it). In your %TEMP% directory, look for something called GUM(something).tmp. Inside this directory will reside a file with a name like 154.48_chrome_installer.exe.{8A69D345-D564-463c-AFF1-A69D9E530F96}.

Copy this file somewhere network accessible. Drop the GUID from the end, restoring its EXE extension. This is the silent installer- run it and Chrome will autoinstall.

If that is not where you looking for then maybe this article gives an answer to your question. http://blog.ringerc.id.au/2012/11/network-silent-unattended-install-of.html