Detecting .NET from a non-.NET program

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

Guest

Is there a way for programs written prior to VS .NET(in C++ with MFC and COM)
to detect .NET's presence on the client computer?
 
Your program could search the hard drive for the "Microsoft .NET" folder
located in c:\winnt or c:\windows.
 
Back
Top