I am trying to install SQL server via command line .
I am using following command
"%DVDLocation%\setup.exe" /IACCEPTSQLSERVERLICENSETERMS /ACTION=Install /FEATURES=SQL,Conn,SSMS,IS /INSTANCENAME=MSSQLSERVER /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /UpdateEnabled=False
It is installing only few features. Is there any way to install all the features via command line? [ I don't want to use .ini file]