J
John Bowman
Hi All,
I need to determine the version(s) of the dotnet framework that is(are)
currently installed on the target PC. Here's the caveat.... I won't be able
to use dot net code to do this. It'll have to be under C/C++. What's the
best/most preferred technique for determining this? Should I locate the
C:\WINDOWS\Microsoft.NET\Framework folder and then enum through the version
numbered folders and check the version of mscorlib.dll? Or is there a more
straightforward approach such as some registry setting that can be easily
read?
TIA,
I need to determine the version(s) of the dotnet framework that is(are)
currently installed on the target PC. Here's the caveat.... I won't be able
to use dot net code to do this. It'll have to be under C/C++. What's the
best/most preferred technique for determining this? Should I locate the
C:\WINDOWS\Microsoft.NET\Framework folder and then enum through the version
numbered folders and check the version of mscorlib.dll? Or is there a more
straightforward approach such as some registry setting that can be easily
read?
TIA,