Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
I am trying to install SQL Server Express R2 2008, using a batch file with following parameters.

VB
start /wait SQLEXPR_x64_ENU.EXE \ QUIET="True" SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" IACCEPTSQLSERVERLICENSETERMS="True" FEATURES=SQLENGINE instancename="ERPTesting"


I want to install it without any user intervention (for which QUIET="True" is recommended) but my setup stops at a dialogue box asking for options Planning, Installation, Maintenance, Tools etc.
I want to avoid this and want to install without any user intervention, with given parameters.

Please help.

What I have tried:

Googled alot! tried suggestion over Code Project and other sites,
Tried MSDN
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900