I am new to SQL installation through command line.
- We are developing an application and using Installation Shield.
- I need to install SQL server on clients pc, so I am using command line silent installation of SQL.
- Problem is only MS-SQL 2012 server setup(English) is getting installed. I need to install complete SQL server, Native client, .NET Framework, VSS Writer, setup support files, server Browser and everything
I am using this command to install SQL:
SQLEXPR_x64_ENU /QS /IACCEPTSQLSERVERLICENSETERMS=1 /Action=install /INSTANCENAME=XYZ /INSTALLSQLDATADIR=C:\Program Files\Microsoft SQL Server\ /FEATURES=SQLENGINE,REPLICATION,SNAC_SDK /SAPWD=n:4Y2cX=W3/i /SECURITYMODE=SQL /TCPENABLED=1 /NPENABLED=0
I also tried /FEATURES=SQLENGINE, TOOLS but it was not helpful.