<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Installing a Windows Service using a Setup project</title>
	<atom:link href="http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/</link>
	<description>The circle of life - ** .Net - Training - MOSS **</description>
	<lastBuildDate>Sun, 13 Dec 2009 12:30:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Singh</title>
		<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-7554</link>
		<dc:creator>Singh</dc:creator>
		<pubDate>Tue, 13 Oct 2009 05:45:19 +0000</pubDate>
		<guid isPermaLink="false">https://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-7554</guid>
		<description>How can we add Re-Install support to a windows service, so that if the service is installed again, we don&#039;t have to first uninstall and then install the service?</description>
		<content:encoded><![CDATA[<p>How can we add Re-Install support to a windows service, so that if the service is installed again, we don&#8217;t have to first uninstall and then install the service?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kcherupa</title>
		<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-7544</link>
		<dc:creator>kcherupa</dc:creator>
		<pubDate>Tue, 22 Sep 2009 07:03:26 +0000</pubDate>
		<guid isPermaLink="false">https://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-7544</guid>
		<description>Please read this post which is an easy approach to install the windows services using setup project
&lt;a href=&quot;http://cherupally.blogspot.com/2009/09/how-to-create-setup-project-to-install.html&quot; rel=&quot;nofollow&quot;&gt;http://cherupally.blogspot.com/2009/09/how-to-create-setup-project-to-install.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Please read this post which is an easy approach to install the windows services using setup project<br />
<a href="http://cherupally.blogspot.com/2009/09/how-to-create-setup-project-to-install.html" rel="nofollow">http://cherupally.blogspot.com/2009/09/how-to-create-setup-project-to-install.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automobile</title>
		<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-7406</link>
		<dc:creator>Automobile</dc:creator>
		<pubDate>Fri, 08 May 2009 02:47:09 +0000</pubDate>
		<guid isPermaLink="false">https://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-7406</guid>
		<description>&lt;strong&gt;Hello...&lt;/strong&gt;

Looking for something else, but nice site. Have an excellent day....</description>
		<content:encoded><![CDATA[<p><strong>Hello&#8230;</strong></p>
<p>Looking for something else, but nice site. Have an excellent day&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradeep</title>
		<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-7153</link>
		<dc:creator>pradeep</dc:creator>
		<pubDate>Thu, 29 May 2008 04:45:59 +0000</pubDate>
		<guid isPermaLink="false">https://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-7153</guid>
		<description>Hello CJ,

nice idea but i am unable to locate any thing helpful , even &quot;Link&quot; you mentioned is not available,
could u please put some helpsull stuff 

Actually i want to install two service using one installer.

with Best Regards 
Pradeep</description>
		<content:encoded><![CDATA[<p>Hello CJ,</p>
<p>nice idea but i am unable to locate any thing helpful , even &#8220;Link&#8221; you mentioned is not available,<br />
could u please put some helpsull stuff </p>
<p>Actually i want to install two service using one installer.</p>
<p>with Best Regards<br />
Pradeep</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-5116</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Thu, 02 Aug 2007 05:04:49 +0000</pubDate>
		<guid isPermaLink="false">https://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-5116</guid>
		<description>You must install the service before it is displayed in Services.

To install the service from the Setup project you need to right-click the Setup project and select install (Step 5: Use a complied Setup project to install the Windows Service).

Once installed you will be able to view it at the following location:
Click Start, point to Control Panel, point to Administrative Tools, and then click Services.

Cheers</description>
		<content:encoded><![CDATA[<p>You must install the service before it is displayed in Services.</p>
<p>To install the service from the Setup project you need to right-click the Setup project and select install (Step 5: Use a complied Setup project to install the Windows Service).</p>
<p>Once installed you will be able to view it at the following location:<br />
Click Start, point to Control Panel, point to Administrative Tools, and then click Services.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tincy</title>
		<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-5111</link>
		<dc:creator>Tincy</dc:creator>
		<pubDate>Wed, 01 Aug 2007 10:30:28 +0000</pubDate>
		<guid isPermaLink="false">https://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-5111</guid>
		<description>I am also facing the same trouble as Ram.
Created service is not showing up in the service manager ,Can anyone help?
Thanks</description>
		<content:encoded><![CDATA[<p>I am also facing the same trouble as Ram.<br />
Created service is not showing up in the service manager ,Can anyone help?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-4255</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Tue, 10 Apr 2007 00:07:40 +0000</pubDate>
		<guid isPermaLink="false">https://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-4255</guid>
		<description>I tried to install using a setup project, but it is not showing up in the service manager( where list of services are showed).Have you tried installing as mentioned in the article?</description>
		<content:encoded><![CDATA[<p>I tried to install using a setup project, but it is not showing up in the service manager( where list of services are showed).Have you tried installing as mentioned in the article?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitko B</title>
		<link>http://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-930</link>
		<dc:creator>Mitko B</dc:creator>
		<pubDate>Tue, 07 Nov 2006 11:54:44 +0000</pubDate>
		<guid isPermaLink="false">https://claytonj.wordpress.com/2006/06/05/installing-a-windows-service-using-a-setup-project/#comment-930</guid>
		<description>Thank you!
Very pleasant article!</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
Very pleasant article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
