0

Is there a way to check and see what version of the .NET framework is available on a machine, without manually digging through the registry, etc.?

Ideally, from C++. How can this be solved it?

4
  • This KB article does a pretty good job of explaining the process. support.microsoft.com/kb/914135 Commented Dec 30, 2010 at 17:14
  • 1
    What is this for? There are typically ways to automate this with installers and the like. Commented Dec 30, 2010 at 17:15
  • 1
    Digging through the registry is exactly what is required to get this info. Trying to avoid this is pointless. Commented Dec 30, 2010 at 17:18
  • Im assuming the OP wants an un managed library for .net detection. Commented Dec 30, 2010 at 17:20

1 Answer 1

1

Check registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.