sql server2022 developer edition , unable to install sql server

Gautam Kumar Behera 5 Reputation points
2023-05-17T11:27:34.3466667+00:00

unable to install sql server developer edition(basic)

User's image

Detail.txt

Summary_Gautam_20230517_164515.txt

SQL Server Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-05-17T21:49:09.08+00:00

    I see this in the detailed log:

    File 'C:\SQL2022\Developer_ENU\x64\setup\x64\sql_engine_core_inst.msi' does not exist

    I would suggest that you select the Download ISO option and that you then run the install directly from the ISO file.


  2. LiHongMSFT-4306 31,566 Reputation points
    2023-05-18T02:57:00.9966667+00:00

    Hi @Gautam Kumar Behera

    Please check follow by this article which lists the minimum hardware and software requirements to install and run SQL Server 2022 (16.x) on the Windows operating system.

    Please go to SQL Server Setup program (setup.exe) from SQL Server installation media-> Maintenance in the left-hand navigation area-> Repair.

    User's image

    If this doesn't work, you can uninstall it cleanly and reinstall it.

    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'

    Backup the registry

    1. 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

    Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server

    Reboot the machine

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

    You'd better disable your anti-virus software and firewall before installation. Also, it is recommended that you install in the default location.

    Best regards,

    Cosmog Hong


    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.


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.