cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Raju_Sathliya
Level 2

SQL Server 2005 install silent mode??

Hi,
I am new to InstallShield. I want to install SQL Server 2005 Express in silent mode. I have used following commandline parameter but still not got success. I am still able to run SQL Server 2005 Express in GUI mode not in silent mode. here is my commandline :

/qb ADDLOCAL=ALL SQLAUTOSTART=1 SQLBROWSERAUTOSTART=1 SECURITYMODE=SQL INSTANCENAME=INSTANCEEXPRESS SAPWD=windows05 ENABLERANU=1 ADDUSERASADMIN=1 SQLACCOUNT="NT AUTHORITY\LOCAL SERVICE"

If anyone have solution then please suggest to me. Any help will be greatly apreciated.
Labels (1)
0 Kudos
(1) Reply
Stefan_M
Level 5

use /qn instead of /qb

SQL Server OnlineHelp:
How to: Install SQL Server 2005 from the Command Prompt

The /qn switch suppresses all Setup dialog boxes and error messages. If the /qn switch is specified, all Setup messages, including error messages, are written to Setup log files. For more information about log files, see How to: View SQL Server 2005 Setup Log Files9d77af64-9084-4375-908a-d90f99535062.

The /qb switch allows the display of basic Setup dialog boxes. Error messages are also displayed.

Stefan_M
0 Kudos