<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jimiz.net - Jim Becher on the web &#187; iisreporter</title>
	<atom:link href="http://jimiz.net/blog/tag/iisreporter/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimiz.net/blog</link>
	<description>Untangling the Web</description>
	<lastBuildDate>Mon, 06 Feb 2012 04:50:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows Service : installer</title>
		<link>http://jimiz.net/blog/2009/02/windows-service-installer/</link>
		<comments>http://jimiz.net/blog/2009/02/windows-service-installer/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 03:35:11 +0000</pubDate>
		<dc:creator>jimiz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[iisreporter]]></category>

		<guid isPermaLink="false">http://jimiz.net/blog/?p=405</guid>
		<description><![CDATA[Number of View: 474I have not coded a windows service for a long time. The last time I touched a service I used the &#8220;installutil&#8221; from the framework to install it. I decided to make an IISreporter Service that would push your IIS stats out to a twitter site. In the process I figured it [...]]]></description>
			<content:encoded><![CDATA[Number of View: 474<br/><p>I have not coded a windows service for a long time.  The last time I touched a service I used the &#8220;installutil&#8221; from the framework to install it.  I decided to make an IISreporter Service that would push your IIS stats out to a twitter site.  </p>
<p>In the process I figured it would work best as a service.  Since I am planning on pushing this to www.iisreporter.com and have it available for download it needed an installer.  I got everything the way I wanted it and realized that I needed to set some custom app.config settings.  Between the app.config settings and the installer for a service I did a bit of searching.  </p>
<p>To touch the app.config settings during install you need to create a dialog form during the install to capture the input.  Once you have the input you need to save that to the app.config during the install process.  This is done with an installer class on the main project which saves the values.  The last step is to call the installer class with a custom action during the install process.   </p>
<p>Here is a great post about this process (<a href="http://raquila.com/software/configure-app-config-application-settings-during-msi-install/">MSI Install app.config settings</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://jimiz.net/blog/2009/02/windows-service-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS Reporter &#8211; New Version</title>
		<link>http://jimiz.net/blog/2007/12/iis-reporter-new-version/</link>
		<comments>http://jimiz.net/blog/2007/12/iis-reporter-new-version/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 14:14:51 +0000</pubDate>
		<dc:creator>jimiz</dc:creator>
				<category><![CDATA[IIS Reporter]]></category>
		<category><![CDATA[iis real time]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[iisreporter]]></category>

		<guid isPermaLink="false">http://jimiz.net/blog/2007/12/20/iis-reporter-new-version/</guid>
		<description><![CDATA[Number of View: 373I have been a little behind on my releases of iisreporter. I had a commander edition ready to go before some technical issues and source control issues slowed it down. Currently a alpha build is in works for a IIS7 version of iisreporter. I want to roll in the commander features into [...]]]></description>
			<content:encoded><![CDATA[Number of View: 373<br/><p>I have been a little behind on my releases of iisreporter.  I had a commander edition ready to go before some technical issues and source control issues slowed it down.<br />
Currently a alpha build is in works for a IIS7 version of iisreporter.  I want to roll in the commander features into this release.  </p>
<p>What will those features be.<br />
1. Multiple server monitoring (non free version)<br />
2. Remote server monitoring (non free version)<br />
3. IIS 7 and II6 support (free)<br />
4. Widget / Sidbar integration (from a client)<br />
5. Web based version.</p>
<p>Please email and watch here for more information</p>
]]></content:encoded>
			<wfw:commentRss>http://jimiz.net/blog/2007/12/iis-reporter-new-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

