<?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/"
	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>Developing For .NET &#187; Setup And Deployment</title>
	<atom:link href="http://developingfor.net/category/setup-and-deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://developingfor.net</link>
	<description>a developer&#039;s journal</description>
	<lastBuildDate>Fri, 20 Jan 2012 14:46:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='developingfor.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/bd929a036b2ab3c0fbf213fe50bfb0a9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Developing For .NET &#187; Setup And Deployment</title>
		<link>http://developingfor.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://developingfor.net/osd.xml" title="Developing For .NET" />
	<atom:link rel='hub' href='http://developingfor.net/?pushpress=hub'/>
		<item>
		<title>Visual Studio 2008 Setup Project Frustrations</title>
		<link>http://developingfor.net/2008/03/04/visual-studio-2008-setup-project-frustrations/</link>
		<comments>http://developingfor.net/2008/03/04/visual-studio-2008-setup-project-frustrations/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 00:56:19 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[Setup And Deployment]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/setup-and-deployment/visual-studio-2008-setup-project-frustrations.html</guid>
		<description><![CDATA[I have not needed to create a Setup project since installing VS2008, but this afternoon I needed to share a utility program with a coworker friend of mine (who is not technical), so I opened the solution and added a Setup and Deployment project. Everything seemed to be fine. I added the primary output of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&amp;blog=29673437&amp;post=74&amp;subd=developingfordotnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2008/03/04/visual-studio-2008-setup-project-frustrations/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
		<item>
		<title>Uninstalling a Previous Version from an MSI</title>
		<link>http://developingfor.net/2007/08/09/uninstalling-a-previous-version-from-an-msi/</link>
		<comments>http://developingfor.net/2007/08/09/uninstalling-a-previous-version-from-an-msi/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 17:29:13 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[Setup And Deployment]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net-20/uninstalling-a-previous-version-from-an-msi.html</guid>
		<description><![CDATA[Like a lot of other developers, I use the Setup &#38; Deployment Projects in Visual Studio 2005 to create MSI files for software installs. Typically, this is a Windows Forms based application. For our in house users, especially those testing new software, there could be many iterations of a piece of software. Of course, this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&amp;blog=29673437&amp;post=23&amp;subd=developingfordotnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2007/08/09/uninstalling-a-previous-version-from-an-msi/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying CF .NET 2.0 applications using MSI</title>
		<link>http://developingfor.net/2007/01/17/deploying-cf-net-20-applications-using-msi/</link>
		<comments>http://developingfor.net/2007/01/17/deploying-cf-net-20-applications-using-msi/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 00:04:30 +0000</pubDate>
		<dc:creator>joelcochran</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>
		<category><![CDATA[Compact Framework]]></category>
		<category><![CDATA[Setup And Deployment]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net/deploying-cf-net-20-applications-using-msi.html</guid>
		<description><![CDATA[So I&#8217;ve been developing Smart Device apps for the last two years, both in VS2003 and now in VS2005. But as the only CF developer in a tiny shop, I have always been able to install them by just using the Deployment option in Visual Studio. Now, however, one of the products I&#8217;ve been working [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developingfor.net&amp;blog=29673437&amp;post=471&amp;subd=developingfordotnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://developingfor.net/2007/01/17/deploying-cf-net-20-applications-using-msi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7c09cd2300e9e4928a25c41825ad2b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joelcochran</media:title>
		</media:content>
	</item>
	</channel>
</rss>
