Share via

SQL Server 2022 install on Windows 10 fails with error that .NET is not installed, but it is installed and up to date

MJ Skeet 45 Reputation points
2023-03-23T18:04:44.7966667+00:00

I have installed SQL Server 2022 Developer edition successfully on a Windows 10 and 11 virtual machine. The issue is that I cannot install it on a physical machine. During the install, I get the following fatal error. I have tried to install the latest .NET Framework, and my OS says it's already installed. I tried to install 4.0 .NET and the message is that it's included with my installed version. I tried to install 2.0 .NET framework, and the installer doesn't launch. The error's help link is dead. I've attached the log file.2023-03-22_10-36-55

Component name:                SQL Server Setup Support Files
  Component error code:          -2147483648
  Component log file:            C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20230323_112030\SqlSupport_Cpu64_1.log
  Error description:             The Microsoft .NET Framework 2.0 or 4.0 must be installed on your computer before you can install Microsoft SQL Server 2022 Setup Support Files. Please install the .NET Framework 2.0 or 4.0 and then install Microsoft SQL Server 2022 Setup Support Files.
  Error help link:               https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=16.0.1000.6&EvtType=SqlSupport.msi%40CA_ErrorPrereqDotNet20Or40%40-2147483648
Developer technologies | .NET | Other
SQL Server | Other

11 answers

Sort by: Most helpful
  1. Jon Ellison 0 Reputation points
    2025-03-05T14:02:45.43+00:00

    Check your registry and ensure there is an entry for : "HKLM:\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v4.0.30319\SKUs.NETFramework,Version=v4.7.2" 

    If it does not exist, then add it...

    new-item "HKLM:\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v4.0.30319\SKUs.NETFramework,Version=v4.7.2" -force

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.