Checking the available .NET framework on a client using C++ [duplicate]
Is there a 开发者_Python百科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?
Check registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP
精彩评论