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

How to install SQL Server 2005 silently

How to install SQL Server 2005 silently in install shield 2009 without any dialog boxes appearing to the user in the window

i got some examples but none worked
looking for help
Labels (1)
0 Kudos
(1) Reply
stmcginnis
Level 3

I do this in a project where I need a default instance installed. If I don't find it I install SQL Express. This is the command line that ends up being run:

SQLEXPR.exe /qn INSTANCENAME=MSSQLSERVER ADDLOCAL=SQL_Engine,SQL_Data_Files,Client_Components,Connectivity SAPWD=sapassword
0 Kudos