how to detect machine has at least DOTNET 2.0 or newer installed?
registry key preferred.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would probably follow these instructions as they are from MS
http://support.microsoft.com/kb/315291
As mentioned in other answers this question seems like a good resource for finding our via the Registry. However, by looking at the OP comments, the easiest way would be to add a launch condition to your Setup & Deployment Package requesting the .NET Framework Version 2 or higher must be installed.
http://msdn.microsoft.com/en-us/library/xxyh2e6a.aspx