View Single Post

  #2 (permalink)  
Old 02-21-2008, 08:05 AM
Guptha_S Guptha_S is offline
Member
 
Join Date: Jan 2006
Posts: 34
Guptha_S is on a distinguished road
Hello Sanjeev

There are many constraints to determine programatically if .NET Framework is installed or not.

One link is if Windows version is Vista then .NET Framework will be available

Further for Windows version other than Vista, with the help of ASP.NET Web application You can determing if .NET Framework is installed or not by making use of Request.Browser.GetClrVersions();

Basically If .NET Framework is installed, the version information will be reflected in Microsoft Internet Explorer.

Obviously, for this to work the system on which you are going to check should have IE
Reply With Quote