This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- SQL Server 2005 install silent mode??
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 29, 2007
07:01 AM
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.
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.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 29, 2007
08:41 AM
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
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