Click here to Skip to main content
15,901,122 members
Articles / .NET

A safe way to get the user to check if the .NET framework is installed

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
3 May 2011CPOL 11.9K  
//Also you can get the path like this because not everyone uses Drive C:\ as I use Drive F:\ string path = Environment.SystemDirectory.Remove(3) + @"Windows\Microsoft.NET\Framework"

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I do not claim to be wrong! I just rarely ever write.

Comments and Discussions