<?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: Synchronizing Windows Installer Custom Events</title>
	<atom:link href="http://benreichelt.net/blog/2005/06/22/synchronizing-windows-installer-custom-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://benreichelt.net/blog/2005/06/22/synchronizing-windows-installer-custom-events/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Aug 2009 22:20:45 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: breichelt</title>
		<link>http://benreichelt.net/blog/2005/06/22/synchronizing-windows-installer-custom-events/comment-page-1/#comment-361</link>
		<dc:creator>breichelt</dc:creator>
		<pubDate>Thu, 23 Jun 2005 19:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/06/22/synchronizing-windows-installer-custom-events/#comment-361</guid>
		<description>The batch file was used to register the service by using the installutil.exe program. The service used to be installed by copying the exe and then running the batch file, this is just a first step towards making an install with some custom parameters.</description>
		<content:encoded><![CDATA[<p>The batch file was used to register the service by using the installutil.exe program. The service used to be installed by copying the exe and then running the batch file, this is just a first step towards making an install with some custom parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2005/06/22/synchronizing-windows-installer-custom-events/comment-page-1/#comment-360</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 23 Jun 2005 10:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/06/22/synchronizing-windows-installer-custom-events/#comment-360</guid>
		<description>Your tip applies to installers in general... but in your specific example, why didn&#039;t you use a ServiceInstaller and ServiceProcessInstaller?  What does your batch file do?</description>
		<content:encoded><![CDATA[<p>Your tip applies to installers in general&#8230; but in your specific example, why didn&#8217;t you use a ServiceInstaller and ServiceProcessInstaller?  What does your batch file do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rlewallen</title>
		<link>http://benreichelt.net/blog/2005/06/22/synchronizing-windows-installer-custom-events/comment-page-1/#comment-359</link>
		<dc:creator>rlewallen</dc:creator>
		<pubDate>Thu, 23 Jun 2005 05:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2005/06/22/synchronizing-windows-installer-custom-events/#comment-359</guid>
		<description>I remember not being able to get my code to work that way.  I had to do something like this:

while (!(processStopIIS.HasExited))
{
System.Threading.Thread.Sleep(1000);
}</description>
		<content:encoded><![CDATA[<p>I remember not being able to get my code to work that way.  I had to do something like this:</p>
<p>while (!(processStopIIS.HasExited))<br />
{<br />
System.Threading.Thread.Sleep(1000);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
