<?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/"
		>
<channel>
	<title>Comments on: How to Create a Windows Service Using PowerShell</title>
	<atom:link href="http://halr9000.com/article/444/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/444</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Thu, 17 May 2012 06:21:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/444/comment-page-1#comment-6200</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Wed, 17 Oct 2007 13:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/444#comment-6200</guid>
		<description>True.  In the context of the newsgroup thread this makes more sense.  My reply was &quot;you could use srvany, or you can insert them using powershell&quot;.  I wanted this blog post to be more generic in nature.</description>
		<content:encoded><![CDATA[<p>True.  In the context of the newsgroup thread this makes more sense.  My reply was &#8220;you could use srvany, or you can insert them using powershell&#8221;.  I wanted this blog post to be more generic in nature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Rasmussen</title>
		<link>http://halr9000.com/article/444/comment-page-1#comment-6199</link>
		<dc:creator>Norman Rasmussen</dc:creator>
		<pubDate>Wed, 17 Oct 2007 13:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/444#comment-6199</guid>
		<description>Your PowerShell script will only work to create a service from an existing executable that knows what to do when it&#039;s running.  Most executables don&#039;t handle this an so they won&#039;t ever change from &#039;starting...&#039; to &#039;started&#039;.

Firedaemon is just a tiny bit of glue that launches the real executable and then tells the service controller that all is good.</description>
		<content:encoded><![CDATA[<p>Your PowerShell script will only work to create a service from an existing executable that knows what to do when it&#8217;s running.  Most executables don&#8217;t handle this an so they won&#8217;t ever change from &#8216;starting&#8230;&#8217; to &#8216;started&#8217;.</p>
<p>Firedaemon is just a tiny bit of glue that launches the real executable and then tells the service controller that all is good.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

