Can't install SQL Server 2019

Rodney 21 Reputation points
2022-04-05T15:44:35.15+00:00

So i've tried to install SQL Server 2019 for developers, but got an error
"Failed to download the required file. This may mean that the installer version is no longer supported. Download the file again from the site."

Also i noticed that in Visual Studio Installer the right block "news for the developer" says "Failed to download content due to network problems."
I disconnected from my home wifi and connected via phone internet, but everything remained the same.
Is it possible to find out at least in which direction to look for the problem.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,361 questions
0 comments No comments
{count} votes

Accepted answer
  1. T. Kujala 8,706 Reputation points
    2022-04-05T16:29:38.297+00:00

    Hi @Rodney ,

    Adding the following values to the registry should solve the problem.

    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword

    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword

    Source


0 additional answers

Sort by: Most helpful