Issue SQL Server 2019 Express

0

I tried to install SQL Server 2019 Express on the Windows VM but I can't, it says: "A required file could not be downloaded. This could mean the version of the installer is no longer supported. Please download again from the download site."

I found something on the web on how to solve the problem where it said to insert the scripts from Powershell as admin:

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

But still I can't install SQL Server 2019 Express. How can I solve the problem?(/media/postImages/original/IMW6yBIMzmSx-cw7BsKDrkAg)

Dario
asked 4 months ago140 views
1 Answer
0

Hello, please restart your system after running your provided Powershell commands as Admin and try to install SQL Server 2019 Express on the Windows VM.

AWS
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions