nirgunpratik 0 Newbie Poster

Dear Sir,

I want to silently instal SQLEXPRESS 2005
it is not working....

Please reply...becs i want to install SQLEXPRESS 2005 through my application...


The command line used by me is
"START /wait sqlexpr.exe
/QS
/ACTION=Install
/IACCEPTSQLSERVERLICENSETERMS
/ERRORREPORTING=0
/FEATURES=SQLEngine
/INSTANCENAME=MSSQLSERVER
/BROWSERSVCSTARTUPTYPE=Disabled
/SECURITYMODE=SQL
/SAPWD=123
/SQLSVCACCOUNT="NT AUTHORITY\SYSTEM"
/SQLSVCSTARTUPTYPE=Automatic
/TCPENABLED=1
/SQLSYSADMINACCOUNTS=".\User" ".\Administrator"
/AGTSVCACCOUNT="NT AUTHORITY\SYSTEM"
/AGTSVCSTARTUPTYPE=Disabled"

I am using the above command line.........and getting the following error

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.