Trouble Uninstalling Google Gears - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-01T07:41:07Z http://stackoverflow.com/feeds/question/109973 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/109973/trouble-uninstalling-google-gears 2 Trouble Uninstalling Google Gears [closed] David Robbins 2008-09-21T01:46:13Z 2008-10-01T13:44:26Z <p>Has anyone run into trouble uninstalling Google Gears? I have downloaded the gears-win32-opt.msi and get the following error:</p> <pre><code>The installer encountered fatal error 1603. </code></pre> <p>The installer ends right after that.</p> http://stackoverflow.com/questions/109973/trouble-uninstalling-google-gears/110179#110179 0 Answer by Thomas for Trouble Uninstalling Google Gears Thomas 2008-09-21T03:37:54Z 2008-09-21T03:37:54Z <p>Right after the uninstaller fails, look for a file called <code>C:\Program Files\Google\Update\Download\gears-win32-opt.msi.log</code> (supposedly it disappears after a few minutes, so be quick). There may be more information in that logfile.</p> <p>Not from personal experience, just <a href="http://markmail.org/message/46uk3v5j7v5ulqsd#query:+page:1+mid:h3jazxgfylec2cta+state:results" rel="nofollow">Googled</a> it ;)</p> http://stackoverflow.com/questions/109973/trouble-uninstalling-google-gears/157658#157658 0 Answer by warren for Trouble Uninstalling Google Gears warren 2008-10-01T13:44:26Z 2008-10-01T13:44:26Z <p>Error 1603 is actually thrown from the Windows Installer subsystem (it happens a lot with patching). Have you attempted a reboot and then run the installer again? </p> <p>See Microsoft's kb article on this: <a href="http://support.microsoft.com/kb/834484" rel="nofollow">http://support.microsoft.com/kb/834484</a></p>