Trouble Uninstalling Google Gears - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-01T07:41:07Zhttp://stackoverflow.com/feeds/question/109973http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/109973/trouble-uninstalling-google-gears2Trouble Uninstalling Google Gears [closed]David Robbins2008-09-21T01:46:13Z2008-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#1101790Answer by Thomas for Trouble Uninstalling Google GearsThomas2008-09-21T03:37:54Z2008-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#1576580Answer by warren for Trouble Uninstalling Google Gearswarren2008-10-01T13:44:26Z2008-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>