Oops... Unable to install SQL Server (setup.exe)

Francisco Aguilar 21 Reputation points
2022-11-02T19:33:00.057+00:00

256519-unknown.png

Hi, this is the error I am getting when trying to install Sql Server 2019 Express Edition, there is no Error code (That i know of).

I already downloaded multiple installers, changed install location, deleted "C:\Program Files\ Microsoft SQL Server" and nothing.

Is there a way to know what the error is?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,679 questions
{count} votes

Accepted answer
  1. Erland Sommarskog 100.9K Reputation points MVP
    2022-11-02T22:12:01.42+00:00

    I found this error message in the log:

    Could not find a part of the path 'C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log\20221102_161252'.

    That is a path that looks like a normal Log folder for an SQL Server installation. That opens the question: why do you not have that folder? Was it ever created? Or was it created and then deleted?

    To investigate this, you could check which part of that path you have now and open an Explorer window in that folder. Then you can see if any folder ever appears when Setup runs.

    As for why the folder would never be created or created and then deleted, I'm afraid that is something which is local to your machine. Maybe some anti-malware software that is causing problems.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful