How to detect what .NET Framework versions and service packs are installed?

Posted by Scott Dorman on Stack Overflow See other posts from Stack Overflow or by Scott Dorman
Published on 2008-10-13T21:22:21Z Indexed on 2010/03/16 0:29 UTC
Read the original article Hit count: 567

A similar question was asked here, but was specific to .NET 3.5. Specifically, I'm looking for the following:

  1. What is the correct way to determine which .NET Framework versions and service packs are installed?
  2. Is there a list of registry keys that can be used?
  3. Are there any dependencies between Framework versions?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about installation