<?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"
	>
<channel>
	<title>Comments on: MSBuild bootstrapper for .NET 3.0 broken?</title>
	<atom:link href="http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/feed/" rel="self" type="application/rss+xml" />
	<link>http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/</link>
	<description>Software design and development: OOD, C++, .NET, Java, a little this and that</description>
	<pubDate>Sun, 23 Nov 2008 13:27:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Victor Sergienko</title>
		<link>http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-525</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Mon, 19 May 2008 16:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-525</guid>
		<description>That's easy. 

1. Add WixNetFxExtension to references of installer project (that is, link with it).
2. Add to WXS file:

    &#60;PropertyRef Id="NETFRAMEWORK30"/&gt;
    &#60;Condition Message='This program requires the .NET Framework 3.0!'&gt;
      Installed OR NETFRAMEWORK30
    &#60;/Condition&gt;</description>
		<content:encoded><![CDATA[<p>That&#8217;s easy. </p>
<p>1. Add WixNetFxExtension to references of installer project (that is, link with it).<br />
2. Add to WXS file:</p>
<p>    &lt;PropertyRef Id=&#8221;NETFRAMEWORK30&#8243;/><br />
    &lt;Condition Message=&#8217;This program requires the .NET Framework 3.0!&#8217;><br />
      Installed OR NETFRAMEWORK30<br />
    &lt;/Condition></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidhya</title>
		<link>http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-524</link>
		<dc:creator>Vidhya</dc:creator>
		<pubDate>Fri, 16 May 2008 09:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-524</guid>
		<description>I need your help on to get the setup of my wpf application using Wix 3.0

Is there a way to check if the system has .net framework 3.5 while installing?
If it is there, just install the appln without any error and if its not there,install .net 3.5 setup exe and then continue installing the application.

Can you tell me the steps for the same.
 
Can you tell me that what action/condition to do this?
 
Waiting for your reply.</description>
		<content:encoded><![CDATA[<p>I need your help on to get the setup of my wpf application using Wix 3.0</p>
<p>Is there a way to check if the system has .net framework 3.5 while installing?<br />
If it is there, just install the appln without any error and if its not there,install .net 3.5 setup exe and then continue installing the application.</p>
<p>Can you tell me the steps for the same.</p>
<p>Can you tell me that what action/condition to do this?</p>
<p>Waiting for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Sergienko</title>
		<link>http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-188</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Tue, 01 Apr 2008 11:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-188</guid>
		<description>Probably more relevant URL to MSDN forums &lt;a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3097153&#038;SiteID=1&#038;mode=1" rel="nofollow"&gt;on deploying .NET&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Probably more relevant URL to MSDN forums <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3097153&#038;SiteID=1&#038;mode=1" rel="nofollow">on deploying .NET</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Sergienko</title>
		<link>http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-186</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-186</guid>
		<description>Thanks Simon.
ClickOnce is not my case, I do things via WiX and bootstrapper.
So here's how it goes.
Thanks for you forum thread, I'll try to distribute .NET from my site... though it's not the way I'd like to spend bandwidth.

You gave me another idea, looks like MSBuild provides HomeSite attribute, but wrong one...</description>
		<content:encoded><![CDATA[<p>Thanks Simon.<br />
ClickOnce is not my case, I do things via WiX and bootstrapper.<br />
So here&#8217;s how it goes.<br />
Thanks for you forum thread, I&#8217;ll try to distribute .NET from my site&#8230; though it&#8217;s not the way I&#8217;d like to spend bandwidth.</p>
<p>You gave me another idea, looks like MSBuild provides HomeSite attribute, but wrong one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-183</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 31 Mar 2008 19:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/msbuild-bootstrapper-for-net-30-framework-broken/#comment-183</guid>
		<description>Yes, there's some brokenness there, though I didn't realize it was *that broken*
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3035288&#38;SiteID=1</description>
		<content:encoded><![CDATA[<p>Yes, there&#8217;s some brokenness there, though I didn&#8217;t realize it was *that broken*<br />
<a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3035288&amp;SiteID=1" rel="nofollow">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3035288&amp;SiteID=1</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
