.NET 4.0 install check #105
Labels
0 - Backlog
Issue is accepted, but is not ready to be worked on or not in current sprint
Improvement
Issues that enhances existing functionality, or adds new features
The following is what is being used to check if .NET 4.0 is installed (from Check-Chocolatey.ps1):
This check fails if .NET 4.0 is installed on a Windows 7 machine and then uninstalled. The v4.030319 folder remains with some .tlb files.
It is better to check for the presence of the following registry key:
HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4
. This will indicate that either the client or full .NET version is installed. If there is a need to check that .NET 4.0 full is installed then use:HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
.The text was updated successfully, but these errors were encountered: