Relevance that encompasses all .NET versions

(imported topic written by jpeppers91)

Does anyone have any relevance that will query for all version of .NET? 32 and 64 bit machines

(imported comment written by SystemAdmin)

This is not exactly what you want:

// Check for .Net v3.5 or higher

“3.5” as version <= maximum of ((following texts of firsts “v” of names of keys whose(name of it as string as lowercase contains “v”) of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP” of native registry) as version)

(imported comment written by SystemAdmin)

(names of keys of keys “HKLM\software\microsoft\net framework setup\ndp” of native registry) as version

You can access the registry keys of each by removing “name of” from the front of the following:

names of (keys of keys “HKLM\software\microsoft\net framework setup\ndp” of native registry) whose (name of it as version >= “3.5” as version)