I have to perform a C # function that checks that the 3.5 framework is installed on the machine but does not use Registry.LocalMachine.OpenSubKey("Software\Windows\Microsoft.NET\...")
, since this function must be used on several different machines all with different paths to the Framework. >