Programitic way of detecting .NET framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

What is the reliable w ay to detect that .NET framework is installed on the system programitically

thank yo
vipin
 
I assume the existence of this key ensures that .NET is installed

L"SOFTWARE\\Microsoft\\.NETFramework"
 
Back
Top