Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server is not a valid installation folder how to fix location

I want to install SQL server on my pc, but when I am try to give path for installation, I am getting this error, the C:\Program Files (x86)\Microsoft SQL Server\ is not valid installation folder, I tried other drives but still no result.

Here is the image of SQL Server installation center with the error path SQL Server installation center with the error path

enter image description here

like image 939
Apsdevs00698 Avatar asked Jun 17 '16 01:06

Apsdevs00698


People also ask

How do I fix not a valid installation directory?

You need to specify the file path of Setup.exe. Here are two scenarios: Your installation package is ISO, you can not find the setup.exe in 'SQL Server 2019 installation center'. You have to go to the installation package (iso) and run setup.exe to install new instance.

Where is my SQL Server installation folder?

The default installation path is C:\Program Files\Microsoft SQL Server\110\.

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.

Why SQL Server is not installing?

Uninstall the existing SQL Server and all the components from the add remove program. Backup the registry. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.


1 Answers

Open SQL SERVER Installation Centre, go to:

Option -> Select installation media root directory -> browse to the folder which has .msi file of SQL (Should be something like C:\SQLServer2016Media\ExpressAdv_ENU\)

like image 182
ashwath hegde Avatar answered Sep 16 '22 19:09

ashwath hegde