Unattended SQL Server 2005 Installation
This is Part 2 of the 100% Scripted MOSS Installation. In Part 1 of the series, MOSS was installed on SQL SERVER 2005 Express edition. In this series, we will install SQL SERVER 2005 Enterprise Edition using a script, followed with a recap of installation of MOSS and then configuring MOSS using scripts. This will be a shorter journey, since we have seen various permutations in the earlier series.
I have used the instructions from MSDN to configure and install SQL Server 2005 Enterprise Edition.
start /wait C:\BUILD\Packages\MOSS\SQL2005\Servers\setup.exe /qb ADDLOCAL=Client_Components,Connectivity,SQL_Documentation,SQL_Tools90
start /wait C:\BUILD\Packages\MOSS\SQL2005\Servers\setup.exe /qb INSTANCENAME=MOSS2007 ADDLOCAL=SQL_Engine SAPWD=password SQLACCOUNT=domain\sqlserviceaccount SQLPASSWORD=password AGTACCOUNT=domain\sqlserviceaccount AGTPASSWORD=password SQLBROWSERACCOUNT=domain\sqlserviceaccount SQLBROWSERPASSWORD=password SECURITYMODE=SQL
As in earlier series, application installation packages are in
C:\Build\Packages\MOSS\ and copy your SQL SERVER 2005 CD to
C:\Build\Packages\MOSS\SQL2005\
Then apply Service Packs
start /wait C:\BUILD\Packages\MOSS\SQLSERVER2005SP1-KB913090-x86-ENU.exe /allinstances /quiet
start /wait C:\BUILD\Packages\MOSS\SQLSERVER2005SP2-KB921896-x86-ENU.exe /allinstances /quiet
/allinstances /quiet applies service pack to all instances quietly
You can download the scripts from my sky drive
For further customized options you can refer to MSDN Article here.
Next recap of MOSS Installation.
- Thanks, that is quite useful!...
- Hi Guys, Any one know how to push this out to multiple ma...
- Cheers mate. tried a bunch of stuff and this worked a treat ...
- .. ] is another nice source of information on this topic..]...
- I found easier way to do so. Tools-> Options-> Mail F...
- Yeah I was wondering how to sign up for the Windows Live Hot...
- Hello, I already have the image embedded into the html si...
- make sure you do all line breaks with shift + enter and b...
- after creating a sig with the logo you want, you can open MS...
- What if there is not signature folder, I'm doing this remote...



paisley said,
Wrote on February 21, 2008 @ 6:43 am
may I please ask – where are the rest of these articles?
Alpesh Nakar said,
Wrote on March 18, 2008 @ 10:18 pm
Paisley,
I am just compiling these and will have them here next week
MOSS Command Line Installation Round Up | Alpesh Nakars' Blogosphere said,
Wrote on March 27, 2008 @ 5:50 am
[...] 1 Unattended SQL Server 2005 Installation [...]