CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2003
    Posts
    3

    does .NET framewok installed

    I need API which return boolean if .NET framework is installed on the machine or not.
    This API should work from VC++ 6.

  2. #2
    Join Date
    Jul 2002
    Location
    Seattle Area, WA
    Posts
    241
    Can you please explain further. I'm not even sure what you mean.

  3. #3
    Join Date
    Mar 2003
    Posts
    3

    explanation

    I need to check if .NET framework is installed.
    If it is installed i will load dll that use the .NET framework.

  4. #4
    Join Date
    Jul 2002
    Location
    Seattle Area, WA
    Posts
    241
    I see.....is there a chance that an environment variable is set, or a #define type defintion you can check?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured