P
Peter Steele
Is there a registry entry that I can use to find the current active .NET
installation on a system? I know I can use this path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\InstallRoot
to find the base install path. This gives me (on my system)
C:\WINDOWS\Microsoft.NET\Framework
But there doesn't seem to be any obvious key under this that I should use to
find the current .NET version to give me the complete path, e.g.,
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
Is there a key with this information? I am making this query from an
unmanaged C++ app.
installation on a system? I know I can use this path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\InstallRoot
to find the base install path. This gives me (on my system)
C:\WINDOWS\Microsoft.NET\Framework
But there doesn't seem to be any obvious key under this that I should use to
find the current .NET version to give me the complete path, e.g.,
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
Is there a key with this information? I am making this query from an
unmanaged C++ app.