简体   繁体   中英

SQL Server 2016 installation error

I am trying to install SQL Server 2016 . I keep getting the following error:

The specified directory, "C:\\Program Files (x86)\\Microsoft SQL Server\\" , for the INSTALLSHAREDWOWDIR parameter is not valid because this directory is compressed or is in a compressed directory. Specify a directory that is not compressed.

I have read posts online that suggest going to the program folder and uncompressing it. I have done this and it doesn't seem to work. I would really appreciate pointers on this.

Error message says it all,you can't install SQL server in a directory which is compressed..

Try uncompressing it first or change the directory installation to any directory which is not compressed..

Uncheck below option and try installing..

在此处输入图片说明

Here is a KB which may help you

Error message say :

this directory is compressed or is in a compressed directory. Specify a directory that is not compressed.

or in a compressed directory

There is one of this folders is compressed or both.

So follow this steps :

  • Check if YourDrive is compressed if it is then Uncompressing it.

  • Check if Program Files (x86) folder is compressed if it is then Uncompressing it.

  • Check if Microsoft SQL Server folder is compressed if it is then Uncompressing it.

  • Try to install Microsoft SQL Server 2016 .

  • If you got the same error then try to change the directory installation to any directory which is not compressed .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM