Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Page History: Determining Which Versions Are Installed - .NET Framework

Compare Page Revisions



« Older Revision - Back to Page History - Current Revision


Page Revision: Tue, Dec 31, 2013, 9:19 AM


Versions 1-4

1. Within the Windows Registry, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP. The installed versions are listed under the NDP subkey.

2. Each subkey under NDP will have a Version entry indicating the installed version. For .NET Framework 4, the Version entry is under the Client or Full subkey (or both).

3. For the v4\Full subkey, if the Release entry exists, then .NET Framework 4.5 or higher is installed. (See below.)

Versions 4.5 and Later

1. Within the Windows Registry, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full

2. Look for a DWORD entry named Release, which indicates which version of the .NET Framework is installed, as follows.

{! ! Release DWORD ! Version |- | 378389 | .NET Framework 4.5 |- | 378675 | .NET Framework 4.5.1 installed with Windows 8.1 |- | 378758 | .NET Framework 4.5.1 installed on Windows 8, Windows 7 SP1, or Windows Vista SP2 |}

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.