<?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: Automatically Increment WiX Installer Product Version</title>
	<atom:link href="http://www.jamesthigpen.com/blog/2009/01/15/automatically-increment-wix-installer-product-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesthigpen.com/blog/2009/01/15/automatically-increment-wix-installer-product-version/</link>
	<description>I Write Software. Rawr.</description>
	<lastBuildDate>Mon, 01 Aug 2011 06:18:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Tim Long</title>
		<link>http://www.jamesthigpen.com/blog/2009/01/15/automatically-increment-wix-installer-product-version/comment-page-1/#comment-24960</link>
		<dc:creator>Tim Long</dc:creator>
		<pubDate>Fri, 17 Jun 2011 20:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesthigpen.com/blog/2009/01/15/automatically-increment-wix-installer-product-version/#comment-24960</guid>
		<description>Sorry, the XML tags didn&#039;t come out in my previous comment. Here it is again without angle brackets...
&lt;code&gt;Consider using bind variables to pick up your installer version from one of your assemblies. I do it like this...

 &lt;code&gt;&lt;Product Id=&quot;{...}&quot; Name=&quot;$(var.ProductName)&quot; Language=&quot;1033&quot; Version=&quot;!(bind.FileVersion.filDriverAssembly)&quot; Manufacturer=&quot;$(var.Manufacturer)&quot; UpgradeCode=&quot;{...}&quot;&gt;&lt;/code&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, the XML tags didn&#8217;t come out in my previous comment. Here it is again without angle brackets&#8230;<br />
<code>Consider using bind variables to pick up your installer version from one of your assemblies. I do it like this...</p>
<p> </code><code>&lt;Product Id="{...}" Name="$(var.ProductName)" Language="1033" Version="!(bind.FileVersion.filDriverAssembly)" Manufacturer="$(var.Manufacturer)" UpgradeCode="{...}"&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Long</title>
		<link>http://www.jamesthigpen.com/blog/2009/01/15/automatically-increment-wix-installer-product-version/comment-page-1/#comment-24959</link>
		<dc:creator>Tim Long</dc:creator>
		<pubDate>Fri, 17 Jun 2011 20:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesthigpen.com/blog/2009/01/15/automatically-increment-wix-installer-product-version/#comment-24959</guid>
		<description>Consider using bind variables to pick up your installer version from one of your assemblies. I do it like this...

 &lt;code&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Consider using bind variables to pick up your installer version from one of your assemblies. I do it like this&#8230;</p>
<p> <code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Piasecki</title>
		<link>http://www.jamesthigpen.com/blog/2009/01/15/automatically-increment-wix-installer-product-version/comment-page-1/#comment-14930</link>
		<dc:creator>Nicholas Piasecki</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesthigpen.com/blog/2009/01/15/automatically-increment-wix-installer-product-version/#comment-14930</guid>
		<description>Thanks for posting this! I was trying to use ifdef $(env.BUILD_NUMBER) [with the parentheses] instead of without.

As for incrementing the 3rd of the 4 version numbers, I believe that&#039;s because Windows Installer only checks the first three version numbers when doing upgrade checks, even though the rest of Microsoft has standardized on a four-part version string.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this! I was trying to use ifdef $(env.BUILD_NUMBER) [with the parentheses] instead of without.</p>
<p>As for incrementing the 3rd of the 4 version numbers, I believe that&#8217;s because Windows Installer only checks the first three version numbers when doing upgrade checks, even though the rest of Microsoft has standardized on a four-part version string.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

