I want to make a silent installation of Google Chrome Beta. I've tried ChromeSetup.exe downloader with /s or /-ms but nothing had worked.

Then I've downloaded the standalone installation version, and tried the same, but got the same result – the silent installation doesn't work.

Basically what I need is to avoid the post installation dialog ("Choose a search engine"). Is there a way to silently choose Google?

link|improve this question
feedback

migrated from stackoverflow.com Sep 19 '11 at 0:10

This question came from our site for professional and enthusiast programmers.

2 Answers

Installing with the MSI file with the q flag will give you a silent install.

link|improve this answer
feedback

For a setup file which has .msi extension:

msiexec /q /i GoogleChromeStandoloneEnterprise.msi

For detailed information, see this blog post.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown