<?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: How To Check .Net Framework Version Installed</title>
	<atom:link href="http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Edgar</title>
		<link>http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/#comment-13092</link>
		<dc:creator>Edgar</dc:creator>
		<pubDate>Tue, 28 Dec 2010 11:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=723#comment-13092</guid>
		<description>Excelent Help. Thaks for share.</description>
		<content:encoded><![CDATA[<p>Excelent Help. Thaks for share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1zzz</title>
		<link>http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/#comment-12769</link>
		<dc:creator>1zzz</dc:creator>
		<pubDate>Fri, 17 Dec 2010 02:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=723#comment-12769</guid>
		<description>Hi,

I&#039;m currently working my installer script using izpack. 
Can you help me on how to check if .Net Framework was installed.

thanks,
1zzz</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m currently working my installer script using izpack.<br />
Can you help me on how to check if .Net Framework was installed.</p>
<p>thanks,<br />
1zzz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dpminusa</title>
		<link>http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/#comment-11152</link>
		<dc:creator>dpminusa</dc:creator>
		<pubDate>Tue, 30 Nov 2010 09:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=723#comment-11152</guid>
		<description>Great Method.

You may want to make a small adjustment to account for the v4 subkey where the Version is.  Place it above the exisitng if , not nested.
&lt;pre&gt;
if (SubKeyNames[i] == &quot;v4&quot;) // Version is in subkey.
     {
         tempKey = Registry.LocalMachine.OpenSubKey(regLocation + &quot;\\&quot; + SubKeyNames[i] + &quot;\\Full&quot;);
     } 
&lt;/pre&gt;
Thanks Marios. :-)</description>
		<content:encoded><![CDATA[<p>Great Method.</p>
<p>You may want to make a small adjustment to account for the v4 subkey where the Version is.  Place it above the exisitng if , not nested.</p>
<pre>
if (SubKeyNames[i] == "v4") // Version is in subkey.
     {
         tempKey = Registry.LocalMachine.OpenSubKey(regLocation + "\\" + SubKeyNames[i] + "\\Full");
     }
</pre>
<p>Thanks Marios. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/#comment-10848</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Tue, 19 Oct 2010 05:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=723#comment-10848</guid>
		<description>excellent..That is what i was looking for :)

Thanks
Sachin</description>
		<content:encoded><![CDATA[<p>excellent..That is what i was looking for :)</p>
<p>Thanks<br />
Sachin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy</title>
		<link>http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/#comment-10602</link>
		<dc:creator>Happy</dc:creator>
		<pubDate>Wed, 15 Sep 2010 10:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=723#comment-10602</guid>
		<description>Excellent Tip!</description>
		<content:encoded><![CDATA[<p>Excellent Tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rollout</title>
		<link>http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/#comment-10597</link>
		<dc:creator>Rollout</dc:creator>
		<pubDate>Tue, 14 Sep 2010 15:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=723#comment-10597</guid>
		<description>Thank you for providing the options above to help me discover the current version of the .net framework I have installed.  I have been searching for a while for a site that provided just this information.</description>
		<content:encoded><![CDATA[<p>Thank you for providing the options above to help me discover the current version of the .net framework I have installed.  I have been searching for a while for a site that provided just this information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antony</title>
		<link>http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/#comment-10538</link>
		<dc:creator>antony</dc:creator>
		<pubDate>Mon, 06 Sep 2010 05:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/?p=723#comment-10538</guid>
		<description>Hi,

I have installed .net framework 4.0 in my new machine in E:/ drive. But in All Programs -&gt; Microsoft visual studio is not available.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have installed .net framework 4.0 in my new machine in E:/ drive. But in All Programs -&gt; Microsoft visual studio is not available.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

