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
posta 5 mesi fa154 visualizzazioni
1 Risposta
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
con risposta 4 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande