Click to See Complete Forum and Search --> : does .NET framewok installed


reuven
March 11th, 2003, 08:11 AM
I need API which return boolean if .NET framework is installed on the machine or not.
This API should work from VC++ 6.

KingTermite
March 11th, 2003, 08:40 AM
Can you please explain further. I'm not even sure what you mean.

reuven
March 11th, 2003, 08:53 AM
I need to check if .NET framework is installed.
If it is installed i will load dll that use the .NET framework.

KingTermite
March 11th, 2003, 01:37 PM
I see.....is there a chance that an environment variable is set, or a #define type defintion you can check?