<?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 for Fiberglass flowers</title>
	<atom:link href="http://victorsergienko.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://victorsergienko.com</link>
	<description>Software design and development: OOD, C++, .NET, Java, a little this and that</description>
	<pubDate>Fri, 05 Sep 2008 23:37:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Questions on .NET I don&#8217;t expect answers to by Fiberglass flowers / Multithreading in WPF: getting started</title>
		<link>http://victorsergienko.com/dotnet-cannot-answer/#comment-539</link>
		<dc:creator>Fiberglass flowers / Multithreading in WPF: getting started</dc:creator>
		<pubDate>Fri, 20 Jun 2008 20:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/dotnet-cannot-answer/#comment-539</guid>
		<description>[...] Can you think of any reason to do so? I can&#8217;t. It&#8217;s another &#8220;we&#8217;ll never know&#8220;. [...]</description>
		<content:encoded><![CDATA[<p>[...] Can you think of any reason to do so? I can&#8217;t. It&#8217;s another &#8220;we&#8217;ll never know&#8220;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSBuild bootstrapper for .NET 3.0 broken? 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>Comment on MSBuild bootstrapper for .NET 3.0 broken? 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>Comment on Another C++ quiz, simpler by Fiberglass flowers / C++ quiz from the past</title>
		<link>http://victorsergienko.com/cpp-quiz-simpler/#comment-518</link>
		<dc:creator>Fiberglass flowers / C++ quiz from the past</dc:creator>
		<pubDate>Wed, 14 May 2008 12:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/?p=40#comment-518</guid>
		<description>[...] take another, simpler C++ quiz about member pointers.   Please bookmark this post: These icons link to social bookmarking sites where readers can share [...]</description>
		<content:encoded><![CDATA[<p>[...] take another, simpler C++ quiz about member pointers.   Please bookmark this post: These icons link to social bookmarking sites where readers can share [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another C++ quiz, simpler by Victor Sergienko</title>
		<link>http://victorsergienko.com/cpp-quiz-simpler/#comment-517</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Tue, 13 May 2008 22:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/?p=40#comment-517</guid>
		<description>Both MSVC and gcc print:

B::f()
A::g()

which means member function pointer keeps both function address &lt;b&gt;and&lt;/b&gt; VMT index.
And probably a flag telling if it's virtual.</description>
		<content:encoded><![CDATA[<p>Both MSVC and gcc print:</p>
<p>B::f()<br />
A::g()</p>
<p>which means member function pointer keeps both function address <b>and</b> VMT index.<br />
And probably a flag telling if it&#8217;s virtual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSBuild bootstrapper for .NET 3.0 broken? 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>Comment on MSBuild bootstrapper for .NET 3.0 broken? 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>Comment on MSBuild bootstrapper for .NET 3.0 broken? 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>
	<item>
		<title>Comment on Choosing MSBuild/TeamBuild vs NAnt by Baptiston</title>
		<link>http://victorsergienko.com/msbuild-teambuild-vs-nant/#comment-175</link>
		<dc:creator>Baptiston</dc:creator>
		<pubDate>Mon, 24 Mar 2008 11:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/choose-msbuildteambuild-vs-nant/#comment-175</guid>
		<description>favorited this one, man</description>
		<content:encoded><![CDATA[<p>favorited this one, man</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WiX linkdump: samples and howto-s I found, mostly .NET deployment by Victor Sergienko</title>
		<link>http://victorsergienko.com/wix-net-linkdump-samples-howto-s/#comment-174</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Mon, 24 Mar 2008 06:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/wix-net-linkdump-samples-howto-s/#comment-174</guid>
		<description>Thanks Neil, sadly I'm not. I'm not much a speaker. Though, some day, probably.</description>
		<content:encoded><![CDATA[<p>Thanks Neil, sadly I&#8217;m not. I&#8217;m not much a speaker. Though, some day, probably.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WiX linkdump: samples and howto-s I found, mostly .NET deployment by Neil</title>
		<link>http://victorsergienko.com/wix-net-linkdump-samples-howto-s/#comment-169</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Sun, 23 Mar 2008 00:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/wix-net-linkdump-samples-howto-s/#comment-169</guid>
		<description>Figured you might want to check out my new post on podcasting if your into that...yo

http://offtopic.neilrooney.com/archives/03/23/podcasting-made-easy-a-tutorial</description>
		<content:encoded><![CDATA[<p>Figured you might want to check out my new post on podcasting if your into that&#8230;yo</p>
<p><a href="http://offtopic.neilrooney.com/archives/03/23/podcasting-made-easy-a-tutorial" rel="nofollow">http://offtopic.neilrooney.com/archives/03/23/podcasting-made-easy-a-tutorial</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-update with WiX by Victor Sergienko</title>
		<link>http://victorsergienko.com/automatic-auto-update-and-wix/#comment-168</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Fri, 21 Mar 2008 08:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/automatic-auto-update-and-wix/#comment-168</guid>
		<description>Thank you.

I already came with own solution based on Updater 2 Application Block, will blog what I'm allowed to later.

I knew that thing about Advertise, it's another example of complexity that wrapper should hide.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>I already came with own solution based on Updater 2 Application Block, will blog what I&#8217;m allowed to later.</p>
<p>I knew that thing about Advertise, it&#8217;s another example of complexity that wrapper should hide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-update with WiX by guest</title>
		<link>http://victorsergienko.com/automatic-auto-update-and-wix/#comment-167</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Fri, 21 Mar 2008 08:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/automatic-auto-update-and-wix/#comment-167</guid>
		<description>Other solution would be to use ClickOnce to deploy a package that consists of your own code to perform all service tasks related to upgrade along with MSP itself. This model is far from perfect, of course, starting from deploying and installing your own certificate, which expires one day, taking care of security and other crap...

P.S. If you can't create a Program Menu shortcut, make sure you set "Advertise" property correctly for your shortcut.</description>
		<content:encoded><![CDATA[<p>Other solution would be to use ClickOnce to deploy a package that consists of your own code to perform all service tasks related to upgrade along with MSP itself. This model is far from perfect, of course, starting from deploying and installing your own certificate, which expires one day, taking care of security and other crap&#8230;</p>
<p>P.S. If you can&#8217;t create a Program Menu shortcut, make sure you set &#8220;Advertise&#8221; property correctly for your shortcut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NAnt vs MSBuild funnies by Neil Rooney</title>
		<link>http://victorsergienko.com/nant-vs-msbuild-versioning-internalsvisibleto/#comment-166</link>
		<dc:creator>Neil Rooney</dc:creator>
		<pubDate>Fri, 21 Mar 2008 00:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/nant-vs-msbuild-versioning-internalsvisibleto/#comment-166</guid>
		<description>""Hmm, I expected to find MVC and ORM there…""

Thought it was a good article saying as a PDF download comes along with it give you the how to. ;)</description>
		<content:encoded><![CDATA[<p>&#8220;&#8221;Hmm, I expected to find MVC and ORM there…&#8221;"</p>
<p>Thought it was a good article saying as a PDF download comes along with it give you the how to. <img src='http://victorsergienko.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choosing MSBuild/TeamBuild vs NAnt by Fiberglass flowers / NAnt vs MSBuild funnies</title>
		<link>http://victorsergienko.com/msbuild-teambuild-vs-nant/#comment-165</link>
		<dc:creator>Fiberglass flowers / NAnt vs MSBuild funnies</dc:creator>
		<pubDate>Thu, 20 Mar 2008 19:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/choose-msbuildteambuild-vs-nant/#comment-165</guid>
		<description>[...] of our msbuild vs nant choice criteria is  a product versioning [...]</description>
		<content:encoded><![CDATA[<p>[...] of our msbuild vs nant choice criteria is  a product versioning [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-update with WiX by Victor Sergienko</title>
		<link>http://victorsergienko.com/automatic-auto-update-and-wix/#comment-164</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Wed, 19 Mar 2008 16:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/automatic-auto-update-and-wix/#comment-164</guid>
		<description>Hi Ewart,
ClickThrough is not only limited in docs ("source is the doc"), but the source is incomplete and hardly functional. For now it is &lt;b&gt;GOING&lt;/b&gt; to support only SmartClient and Office addon deployment.

The only nearly-working thing I found is Updater appblock. It's well-designed and mostly functional, though I had to hack out all EntLib dependencies &#60;grin&#62;

I'll blog about it in more detail when we're done with the release I'm trying to install.</description>
		<content:encoded><![CDATA[<p>Hi Ewart,<br />
ClickThrough is not only limited in docs (&#8221;source is the doc&#8221;), but the source is incomplete and hardly functional. For now it is <b>GOING</b> to support only SmartClient and Office addon deployment.</p>
<p>The only nearly-working thing I found is Updater appblock. It&#8217;s well-designed and mostly functional, though I had to hack out all EntLib dependencies &lt;grin&gt;</p>
<p>I&#8217;ll blog about it in more detail when we&#8217;re done with the release I&#8217;m trying to install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-update with WiX by Victor Sergienko</title>
		<link>http://victorsergienko.com/automatic-auto-update-and-wix/#comment-163</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Wed, 19 Mar 2008 16:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/automatic-auto-update-and-wix/#comment-163</guid>
		<description>Thanks Wladimir, I just saw that only thing it has that I need - is a &lt;b&gt;download()&lt;/b&gt; function in API - and decided I'd stick to more conventional do-it-yourself kits, like WiX.</description>
		<content:encoded><![CDATA[<p>Thanks Wladimir, I just saw that only thing it has that I need - is a <b>download()</b> function in API - and decided I&#8217;d stick to more conventional do-it-yourself kits, like WiX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-update with WiX by Ewart</title>
		<link>http://victorsergienko.com/automatic-auto-update-and-wix/#comment-162</link>
		<dc:creator>Ewart</dc:creator>
		<pubDate>Sat, 15 Mar 2008 03:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/automatic-auto-update-and-wix/#comment-162</guid>
		<description>Would be interested to hear how your auto-update solution works out, was about to look at wix ClickThrough myself... there seems to be limited doc's.

cheers
ewart</description>
		<content:encoded><![CDATA[<p>Would be interested to hear how your auto-update solution works out, was about to look at wix ClickThrough myself&#8230; there seems to be limited doc&#8217;s.</p>
<p>cheers<br />
ewart</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-update with WiX by Wladimir Mutel</title>
		<link>http://victorsergienko.com/automatic-auto-update-and-wix/#comment-161</link>
		<dc:creator>Wladimir Mutel</dc:creator>
		<pubDate>Fri, 14 Mar 2008 07:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/automatic-auto-update-and-wix/#comment-161</guid>
		<description>NSIS is a pain as well, from my experience. Like to write in assembler for a weird virtual machine ? Go ahead :&#62;</description>
		<content:encoded><![CDATA[<p>NSIS is a pain as well, from my experience. Like to write in assembler for a weird virtual machine ? Go ahead :&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Questions on .NET I don&#8217;t expect answers to by Victor Sergienko</title>
		<link>http://victorsergienko.com/dotnet-cannot-answer/#comment-160</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Wed, 13 Feb 2008 16:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/dotnet-cannot-answer/#comment-160</guid>
		<description>My recent change to it...

        public override bool ContainsKey(TKey key)
        {
//            return this.dictionary.ContainsKey(key);
            if (!this.dictionary.ContainsKey(key)) return false;
            WeakReference&lt;TValue&gt; weakValue;
            return (this.dictionary.TryGetValue(key, out weakValue));
        }</description>
		<content:encoded><![CDATA[<p>My recent change to it&#8230;</p>
<p>        public override bool ContainsKey(TKey key)<br />
        {<br />
//            return this.dictionary.ContainsKey(key);<br />
            if (!this.dictionary.ContainsKey(key)) return false;<br />
            WeakReference<tvalue> weakValue;<br />
            return (this.dictionary.TryGetValue(key, out weakValue));<br />
        }</tvalue></p>
]]></content:encoded>
	</item>
</channel>
</rss>
