Posted on: 4/8/2015 3:05:27 PM | Views : 638

I am trying to install SQL Server 2012 Express from command line. Here is a test example: setup.exe /QS /ACTION=install /INSTANCENAME="UnattendedCmd123"            /IACCEPTSQLSERVERLICENSETERMS /FEATURES=SQLENGINE,SSMS            /SQLSYSADMINACCOUNTS="BUILTINADMINISTRATORS" This should work but it doesn't install (no error) I checked the summary in the logs and it shows: User Input Settings:   ACTION:                        RunRules   CONFIGURATIONFILE:                ENU:                           true   FEATURES:                      SQLENGINE, SSMS   HELP:           ...

Go to the complete details ...