Share via

Unable to install MS SQL Server 2019 Express

Marko Stojanovic 1 Reputation point
2022-04-19T13:08:10.36+00:00

I tried almost everything I found online. I reinstalled drivers for SQL Server but again the same message when I run SQL Server Express installation:
"Ooops... A required file could not be downloaded. This mean that version of the installer is no longer supported. Please download again from download site: forward link". And again the same message when I downloaded and started "new" version of the installer (quoted new because I downloaded that installation which displayed me that message couple of minutes ago). I'm pretty much stuck here. How to solve this?

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

2 answers

Sort by: Most helpful
  1. YufeiShao-msft 7,156 Reputation points
    2022-04-20T06:59:17.707+00:00

    Hi @Marko Stojanovic

    Please try to add a backslash between Microsoft and .NetFramework in the registry:

     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  
    

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

  2. Naomi Nosonovsky 8,906 Reputation points
    2022-04-19T16:21:57.067+00:00

    There are many questions in last few days with the similar problem. Check the solution from this thread
    https://learn.microsoft.com/en-us/answers/questions/815289/sql-server-2019-installation-failed-34required-fil.html
    or wait a bit till the problem is fixed by Microsoft.

    Was this answer helpful?

    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.