.NET Framework installation requirements

Posted by Paja on Stack Overflow See other posts from Stack Overflow or by Paja
Published on 2011-01-01T13:41:42Z Indexed on 2011/01/01 13:53 UTC
Read the original article Hit count: 435

Filed under:
|

What are the requirements for all .NET frameworks and their service packs? This is what I need to know for all available frameworks:

  1. .NET Framework prerequisites
    What other .NET Frameworks does it require?
    For example: .NET Framework 2.0 does not require anything, .NET Framework 2.0 SP1 requires .NET Framework 2.0 installed, but .NET Framework 3.5 SP1 does not require .NET Framework 3.5 installed (or maybe does? dunno)

  2. Reboot requirements
    Does the installation package require reboot after installation?

  3. Clean install requirements
    Does the installation package require clean install? (No pending delete/rename operations)

  4. Administrator privileges
    Does the installation package require administrator privileges to install? (I guess this is "yes" for all of them...)

And I need to know all of this for the following packages:

  1. .NET Framework 1.1
  2. .NET Framework 1.1 Language Pack
  3. .NET Framework 1.1 SP 1
  4. .NET Framework 2.0
  5. .NET Framework 2.0 Language Pack
  6. .NET Framework 2.0 SP 1
  7. .NET Framework 2.0 SP 1 Language Pack
  8. .NET Framework 2.0 SP 2
  9. .NET Framework 2.0 SP 2 Language Pack
  10. .NET Framework 3.5
  11. .NET Framework 3.5 Language Pack
  12. .NET Framework 3.5 SP 1
  13. .NET Framework 3.5 SP 1 Language Pack
  14. .NET Framework 4.0 Full
  15. .NET Framework 4.0 Client

Could you please either tell me all of these requirements, or direct me to the appropriate source? Or maybe both? :-)

© Stack Overflow or respective owner

Related posts about .NET

Related posts about system-requirements