Monday, June 7, 2010

Installing SQL Express silently

Run the following command to install the SQL Express without letting the user to choose the configuration. Please take note that the "checking pre-requisite" window will still appear on the screen.

SQLEXPR.EXE ADDLOCAL=SQL_Engine INSTANCENAME=testsql /qb

No comments:

Post a Comment