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

Source: Internet
Author: User

Check whether the/% WINDIR %/system32/file contains the mscoree. dll file. If yes, the system has installed the mscoree. dll file.

Open the registry and start-run-Regedit

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
Http://www.microsoft.com/ko-kr/download/details.aspx? Id = 22

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.