Determining the .net Framework Version (in 3.5) installed
From Aaron Stebner's Weblog, is a way to determine the currently installed version of the .net Framework 3.0/3.5. What would be even nicer (and I'm sure it's somewhere, I've just yet to find it) is if there was a Win32 API call that could be made to determine the currently installed version(s) of the .net Framework.
How about a DLL in System32 called "NetFrameworkInfo" that exposes a GetVersionInfo method, or an IsAtLeastVersion method. That said, how long would it be until these had GetVersionInfoEx and IsAtLeastVersionEx siblings? ;-)
How about a DLL in System32 called "NetFrameworkInfo" that exposes a GetVersionInfo method, or an IsAtLeastVersion method. That said, how long would it be until these had GetVersionInfoEx and IsAtLeastVersionEx siblings? ;-)
