<?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: Walking through the creation of a complex installer package</title>
	<atom:link href="http://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/</link>
	<description>Blog about architectural patterns, best practices, coding principles and techniques</description>
	<lastBuildDate>Wed, 22 May 2013 12:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: LittleFox</title>
		<link>http://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/#comment-534</link>
		<dc:creator>LittleFox</dc:creator>
		<pubDate>Thu, 22 Nov 2012 13:50:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/06/26/walking-through-the-creation-of-a-complex-installer-package.aspx#comment-534</guid>
		<description>What can I do if I have to work with versions??? 
I mean, if I create a msi with version 1.0 and then I&#039;d like to add some dlls to my existing website, can I just create a repair (1.1) and ask to someone run it for me?? I expected that this new version (1.1) will copy only the files that is new! 

To do that the Guid&#039;s has to be the same every time, and only the new files added in the project has to be created with a new guid.

Is there a way to do that?
Thanks, this post is perfect and i really appreciate this... seriously.</description>
		<content:encoded><![CDATA[<p>What can I do if I have to work with versions??? <br />
I mean, if I create a msi with version 1.0 and then I&#8217;d like to add some dlls to my existing website, can I just create a repair (1.1) and ask to someone run it for me?? I expected that this new version (1.1) will copy only the files that is new! </p>
<p>To do that the Guid&#8217;s has to be the same every time, and only the new files added in the project has to be created with a new guid.</p>
<p>Is there a way to do that?<br />
Thanks, this post is perfect and i really appreciate this&#8230; seriously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay Kumar</title>
		<link>http://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/#comment-184</link>
		<dc:creator>vijay Kumar</dc:creator>
		<pubDate>Mon, 19 Jul 2010 10:18:38 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/06/26/walking-through-the-creation-of-a-complex-installer-package.aspx#comment-184</guid>
		<description>Thanks for the excellent presentation.</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent presentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko Will</title>
		<link>http://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/#comment-183</link>
		<dc:creator>Niko Will</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:01:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/06/26/walking-through-the-creation-of-a-complex-installer-package.aspx#comment-183</guid>
		<description>Great Walkthrough!

I use Paraffin to create a fragment for WiX according to my filesystem. It works well and supports updates on the files, too. See http://www.wintellect.com/CS/blogs/jrobbins/archive/2008/12/22/paraffin-3-0-now-with-full-wix-3-0-support.aspx</description>
		<content:encoded><![CDATA[<p>Great Walkthrough!</p>
<p>I use Paraffin to create a fragment for WiX according to my filesystem. It works well and supports updates on the files, too. See <a href="http://www.wintellect.com/CS/blogs/jrobbins/archive/2008/12/22/paraffin-3-0-now-with-full-wix-3-0-support.aspx" rel="nofollow">http://www.wintellect.com/CS/blogs/jrobbins/archive/2008/12/22/paraffin-3-0-now-with-full-wix-3-0-support.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel N. Schenker</title>
		<link>http://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/#comment-182</link>
		<dc:creator>Gabriel N. Schenker</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:43:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/06/26/walking-through-the-creation-of-a-complex-installer-package.aspx#comment-182</guid>
		<description>@Bob: thanks for the link. Unfortunately there is no help about heat available. But I&#039;ll have a look...</description>
		<content:encoded><![CDATA[<p>@Bob: thanks for the link. Unfortunately there is no help about heat available. But I&#8217;ll have a look&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Soden</title>
		<link>http://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/#comment-181</link>
		<dc:creator>Bob Soden</dc:creator>
		<pubDate>Fri, 03 Jul 2009 19:01:55 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/06/26/walking-through-the-creation-of-a-complex-installer-package.aspx#comment-181</guid>
		<description>Thanks for the excellent presentation.

Note that in Wix 3, you can generate file component lists using heat.exe. See http://wix.sourceforge.net/manual-wix3/heat.htm</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent presentation.</p>
<p>Note that in Wix 3, you can generate file component lists using heat.exe. See <a href="http://wix.sourceforge.net/manual-wix3/heat.htm" rel="nofollow">http://wix.sourceforge.net/manual-wix3/heat.htm</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
