1
I have to perform a function in C# to check that framework 3.5 is installed on the machine but not using Registry.LocalMachine.OpenSubKey("Software\Windows\Microsoft.NET\...")
, because this function has to be used on several different machines all of them with different paths to the Framework.