<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How To Uninstall a Failed Windows Service Installation</title>
	<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Tue, 06 Jan 2009 06:31:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Paul</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1255</link>
		<author>Paul</author>
		<pubDate>Tue, 25 Nov 2008 22:11:40 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1255</guid>
		<description>I was so frustrated... thx a lot.</description>
		<content:encoded><![CDATA[<p>I was so frustrated&#8230; thx a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ak</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1237</link>
		<author>Ak</author>
		<pubDate>Mon, 10 Nov 2008 18:48:00 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1237</guid>
		<description>Great post. Saved me a lot of pain in trying to work the registry to delete a ghost service. Thanks.</description>
		<content:encoded><![CDATA[<p>Great post. Saved me a lot of pain in trying to work the registry to delete a ghost service. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vu.dao</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1229</link>
		<author>vu.dao</author>
		<pubDate>Tue, 21 Oct 2008 07:01:36 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1229</guid>
		<description>Excellent! Thanks.</description>
		<content:encoded><![CDATA[<p>Excellent! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1201</link>
		<author>Brad</author>
		<pubDate>Tue, 09 Sep 2008 04:09:18 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1201</guid>
		<description>Thanks for posting this, saved me another headache</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, saved me another headache</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sach</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1156</link>
		<author>Sach</author>
		<pubDate>Wed, 09 Jul 2008 21:17:02 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1156</guid>
		<description>What happens if the sc command is run before the uninstall of exe files?

Thanks</description>
		<content:encoded><![CDATA[<p>What happens if the sc command is run before the uninstall of exe files?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Klueppel</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1137</link>
		<author>Scott Klueppel</author>
		<pubDate>Mon, 16 Jun 2008 15:55:11 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1137</guid>
		<description>Excellent!!!  I have installed and uninstalled my service countless times, and never had an issue until today. None of the other fixes worked. Thank you.</description>
		<content:encoded><![CDATA[<p>Excellent!!!  I have installed and uninstalled my service countless times, and never had an issue until today. None of the other fixes worked. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1121</link>
		<author>Mike</author>
		<pubDate>Tue, 27 May 2008 19:29:59 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1121</guid>
		<description>After 4 hours of googling and trial and A LOT of error, I finally found this article and it worked like a charm!  I HATE TECHNOLOGY!! :)</description>
		<content:encoded><![CDATA[<p>After 4 hours of googling and trial and A LOT of error, I finally found this article and it worked like a charm!  I HATE TECHNOLOGY!! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Collett</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1096</link>
		<author>James Collett</author>
		<pubDate>Fri, 25 Apr 2008 09:36:57 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1096</guid>
		<description>This utility saves me time so it is reall6y useful.

I am still in the dark as to why the beginner's textbook service I created will not uninstall from the VS 2005 IDE.

Is this just Microsoft being crap?</description>
		<content:encoded><![CDATA[<p>This utility saves me time so it is reall6y useful.</p>
<p>I am still in the dark as to why the beginner&#8217;s textbook service I created will not uninstall from the VS 2005 IDE.</p>
<p>Is this just Microsoft being crap?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karuna</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1075</link>
		<author>karuna</author>
		<pubDate>Thu, 17 Apr 2008 04:22:13 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1075</guid>
		<description>Hi
I have tried SC delete command line tool also.It gives an error :
Open service failed 1060..

Thanks
Karuna</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have tried SC delete command line tool also.It gives an error :<br />
Open service failed 1060..</p>
<p>Thanks<br />
Karuna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karuna</title>
		<link>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1074</link>
		<author>karuna</author>
		<pubDate>Thu, 17 Apr 2008 04:20:58 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/08/16/how-to-uninstall-a-failed-windows-service-installation/#comment-1074</guid>
		<description>Hi
I am able to delete my service from Service list and registry but it still shows in Add/Remove programs under control panel. Even I have restarted my machine also.
Please help me out.
Thanks
Karuna</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am able to delete my service from Service list and registry but it still shows in Add/Remove programs under control panel. Even I have restarted my machine also.<br />
Please help me out.<br />
Thanks<br />
Karuna</p>
]]></content:encoded>
	</item>
</channel>
</rss>
