SQL Server 2019 freezes during installation

Martin MontoyaHernandez 0 Reputation points
2025-01-16T05:18:35.83+00:00

I have been trying to install SQL 2019 server, but it keeps freezing at " Installing SRO.cap (~70 MB). I even left it overnight and nothing. Please help, this my 2nd in row trying to install it.Screenshot 2025-01-15 231633

SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2025-01-16T07:33:03.99+00:00

    Hi Martin MontoyaHernandez

    In the folder C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log, you may check the log to see if there are any useful information.

    You may also do a clean uninstall and re-install for a try.

    Please follow the below steps to remove all components of previous installed SQL Server completely:

    1. Remove all SQL Server components from 'Programs and Features'
    2. Backup the registry
    3. Delete the following keys in regedit:

    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server

    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer

    1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server
    2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server
    3. Reboot the machine

    In addition, please use an administrator account to reinstall SQL Server on your computer(Right click->run as administrator).Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2025-01-16T22:31:14.2933333+00:00

    SRO.cab may be related the machine learning features (but I may be wrong).

    In any case, I would recommend that you install as few extra components as possible. Thus, do not include Polybase, Machine Learning, Analysis Services etc. If you actually intend to use these features, you can install these later.

    0 comments No comments

Your answer

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