Link to home
Start Free TrialLog in
Avatar of quali
quali

asked on

how .NET Framework is installed.

Hi

How can i check that .NET  Framework is installed before launching my .NET  Framework application from c++ code?

Regards
Avatar of rajeev_devin
rajeev_devin

You can test whether mscoree.dll exists in the %SystemRoot%\system32 directory.
To determine which .NET Framework versions are installed, enunerate keys under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy
Avatar of quali

ASKER

>>You can test whether mscoree.dll exists in the %SystemRoot%\system32 directory.
how can i test it in c++ programme?
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial