Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Silent mode Installation of SQL Server

Author  Topic 

reddy_vam
Starting Member

43 Posts

Posted - 2010-06-05 : 17:44:49
Hi All,

I am trying to install SQL Server 2005 in Silent mode & below is the code I am using

Start /wait C:\SQL2005\Servers\setup.exe /qb

ADDLOCAL=SQL_Engine,SQL_Data_Files,SQL_Replication,SQL_FullText,Notification_Services,NS_Engine,NS_Client,SQL_DTS,Client_Components,Connectivity,SQL_Tools90,SQLXML,Tools_Legacy,

SQL_Documentation,SQL_BooksOnline INSTALLSQLDIR=F:\MSSQL\SQLServer\ INSTALLSQLSHAREDDIR=F:\MSSQL\SQLServer\ INSTALLSQLDATADIR=S:\

SQLBROWSERACCOUNT=<Domain\Username> SQLBROWSERPASSWORD=password SQLACCOUNT=<Domain\Username> SQLPASSWORD=password AGTACCOUNT=<Domain\Username> AGTPASSWORD=password SQLAUTOSTART=1

AGTAUTOSTART=1 SECURITYMODE=SQL SAPWD=password


SQL Server successfully installed with the above code, however here i have few issues
1. SQL Data files are created in the wrong directory, created in F:\MSSQL\SQLServer\ instead of S:2. How to use the Local System account instead of Domain Account?


Thanks,
Vamshi
   

- Advertisement -