How to determine whether a version of. NET Framework is installed

Source: Internet
Author: User

How to determine whether a version of. NET Framework is installed

Http://hi.baidu.com/robinwjbgui/blog/item/334c9a64205d9bf6f73654de.html

How to determine whether a version of. NET Framework is installed

The following registry key can be used to detect. net installed on the local machine.
The version of the Framework, SP, and Language Pack.

1.. NET Framework

. Net
Framework2.0
Key: [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Net Framework
Setup \ NDP \ v2.0.50727]
Value: Install = 1

. Net framework3.0

Key: [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Net Framework Setup \ NDP \ V3.0]

Value: Install = 1

. Net framework3.5

Key: [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Net Framework Setup \ NDP \ v3.5]

Value: Install = 1

2. Service Pack (taking 2.0 SP1 as an example)

Key: [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Net Framework
Setup \ NDP \ v2.0.50727]
Value: sp = 1

3. Language Pack (take Simplified Chinese as an example)


Key: [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Net Framework
Setup \ NDP \ v2.0.50727/2052]
Value: Install = 1

For more languages, see: http://msdn.microsoft.com/en-us/library/aa480243.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.