Sunday, March 11, 2012

double click SQL Server Express and install with sa password

Hi!

Is it possible to double click the sql server express installer, it will install sql server 2005 in silent mode, set sa password..

Just want alternative of command installation on double click

setup.exe /qb INSTANCENAME=<InstanceName> SAPWD=<StrongPassword>

is it possible

thanks in advance

No, double-clicking the installer will always launch in UI mode, not quite mode.

Mike

|||

Thanks for your answer

Is there any way, the installer automatically checks the settings file while installation. On double click it reads instructions from the ini file and continue installation...

Asif Mahboob

|||

Perhaps these will help.

SQL Server 2005 UnAttended Installations
http://msdn2.microsoft.com/en-us/library/ms144259.aspx
http://www.devx.com/dbzone/Article/31648

No comments:

Post a Comment