How do I get around chrome always "failing validation" on a Windows install?
Solution 1:
This problem occurs because of networking or transport errors between the Chrome download utility and the install. Unfortunately, there is no easy way to "fix" this issue. If you run into it however you can get around the problem by downloading the full off-line Chrome installer yourself. Google doesn't make this easy, and they don't expose this through a link or an API. In addition they expire the offline-copies on every release.
- Go to http://googlechromereleases.blogspot.com/
- Look for a full version number in a post: something like this
aa.b.cccc.ddd
an example may be18.0.1025.151
(current as of the time of writing). - Take the cccc.ddd and insert them into a link like
http://dl.google.com/chrome/install/cccc.ddd/chrome_installer.exe
. As per the above example it should behttp://dl.google.com/chrome/install/1025.151/chrome_installer.exe
.
Now until the next release you may use http://dl.google.com/chrome/install/1025.151/chrome_installer.exe
This answer was inspired by a post in 2010