HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full can indicate whether .Net 4.0 is installed. But "the reg key exists" doesn't necessary mean .Net Framework is available.
For example, on Vista/Win7, if .net framework is installed, but user hasn't reboot the os as promoted, the reg key exists, but .net application failed to run.
Is there any way for C++ application to detecting whether .Net Framework 4.0 available?
View Complete Post