Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Oops" error while installing SQL Server 2017 developer edition on Windows 10

I'm trying to install SQL Server 2017 Developer edition with "Basic" installation type but it gives below error message:

Oops...

Unable to install SQL Server (setup.exe).

enter image description here

Build version it is trying to install is 14.1710.3866.2

I've already tried running the installer several time but I got the very same error screen every time. Also tried launching the installer with administrative privileges but no luck.

Does anyone has any idea about this mysterious error message and how to overcome it? It doesn't point me to any log file which I can look into to get some idea about why it is happening on my machine. I downloaded the setup from official MS website here.

Update: With help from @TheGameiswar I was able to locate the log files for the installation attempts. Only relevant things which I could find from a file named Detail_Rules.txt was as below:

(01) 2017-11-17 14:37:43 Slp: Neither the localized version nor the ENU help .chm file exist in the media. This could mean that there is no appropriate help file to display on the UI. Error message: The help .chm file 'C:\SQLServer2017Media\RulesEng\1033_ENU_LP\x64\1033\help\s11ch_setup.chm' is missing from the media..

I'm not sure if it is the root cause of the error.

like image 843
RBT Avatar asked Nov 17 '17 08:11

RBT


People also ask

How do I fix a failed SQL Server 2017 installation?

Go to control panel-> Select Programs -> Programs and Features -> Search "c++" -> In the list select Visual C++ 2017(or your version error) Redistributable -> right click select "change" -> select repair. After that I was able to continue and successfully installed SQL Server Express 2017.

How do I fix a SQL Server installation error?

Launch the SQL Server Setup program (setup.exe) from SQL Server installation media. After prerequisites and system verification, the Setup program will display the SQL Server Installation Center page. Click Maintenance in the left-hand navigation area, and then click Repair to start the repair operation.


2 Answers

Neither the localized version nor the ENU help .chm file exist in the media. This could mean that there is no appropriate help file to display on the UI. Error message: The help .chm file 'C:\SQLServer2017Media\RulesEng\1033_ENU_LP\x64\1033\help\s11ch_setup.chm' is missing from the media

As per my understanding,this issue arises when setup files are not downloaded completely..

You may have to download entire setup first and install it later as shown in screenshot below

enter image description here

like image 88
TheGameiswar Avatar answered Sep 17 '22 13:09

TheGameiswar


If anyone is still having issues with this. Instead of choosing the basic installation, I choose the custom options. It took a few more minute than it would have taken with the basic. Maybe this will work.

like image 39
Jean-Joseph Avatar answered Sep 20 '22 13:09

Jean-Joseph