
SQL server 2014 express installation
Posted 22 June 2016 - 15:39
Posted 22 June 2016 - 16:57
Comparing the 2 commands, I see that there is a /u and an /x argument omitted in the "working" case.
I assume x is an unzip path. What is /u for?
I couldn't find the command on MS documentation page:
https://msdn.microso...v=sql.120).aspx
I also couldn't find /x documented either.
Perhaps these are for the unzip wrapper around the 1GB package?
Are you able to unzip the contents and launch setup.exe with the correct arguments?
Are you able to ship an unzipped copy of the installation?
Posted 23 June 2016 - 12:07
Hi Deramor,
Here is the link where you can find information about /u and /x:
https://connect.micr...ires-user-input
If i do not specify /u and x: parameters installation is successful. The only issue is installation unzips all the files in the same directory where main executable is located.
If i specify /u and /x the installation simply halts after unzipping the files. No log generated. It seems that setup.ex is not invoked when i specify my custom path.
In sql 2008 user was not required to specify unzip directory. The installation used to unzip all files on C: directory under random GUID name. From 2012 micrsoft has changed this and its causing the problem.
Few people suggested to use SP1 of SQL 2014. This issue is not resolved in SP1.