Search code examples
command-promptinstallshieldsql-server-expresssilent-installer

failed on install silent SQL express use command prompt


I'm trying to made a setup using installshield2015 with SQL Server Express silent install, and I need "SQLExpress2008 SP1 86,64bit WOW" or another version as prerequisite, I set "specify command line for the application" with these values:

/qs /INSTANCEID="SQLEXPRESS" /ACTION="Install" /FEATURES=SQLENGINE 
    /INSTANCENAME="SQLEXPRESS" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" 
    /SQLSYSADMINACCOUNTS="Builtin\Administrators" /ADDCURRENTUSERASSQLADMIN

and also I tested with other values for each one of variables, but SQL Server Express always fails to setup. When I use manual config or step by step setup for SQL Server Express, everything is OK.

What should i do?

enter image description here


Solution

  • I Found a way to know what is the exactly problem occurred during installation, you can found a log file in "SqlSetup.log" at temp windows folder.