September 6, 2006 at 11:27 am
I need help on creating ini file for different type of SQL installation. Template.ini does not have enough documentation.
INI file for
Installing SQL Server management studio only (no configuration tools, performance and analysis services toos)
I used this .ini file which installed configuration, performance and analysis tools
Start /wait H:\Tools\setup.exe /qb
ADDLOCAL=Client_Components,Connectivity,SQL_Documentation,SQL_Tools90
2)
SQL Server installation with Reporting services and Analysis services installed.
The below ini file does not have option for analysis services, can I add Analysis_Server,AnalysisDataFiles,SQL_AdventureWorksASSamples after sql_engine and it will install for me.
start /wait setup.exe /qb INSTANCENAME=MSSQLSERVER ADDLOCAL=SQL_Engine,SQL_Replication,Client_Components,Connectivity,SQLXML SAPWD=<X360_SQL_SERVER> SQLACCOUNT=<domain\user> SQLPASSWORD=<domainuserpassword> AGTACCOUNT=<domain\user> AGTPASSWORD=<domainuserpassword> SQLBROWSERACCOUNT=<domain\user> SQLBROWSERPASSWORD=<domainuserpassword>
September 7, 2006 at 12:10 am
on your installation disk, there's a template.ini file which explains all the parameters and has a couple of examples.
Yes you can add the parameters as you expected, but you'll also have to specify these parameters
INSTALLASDATADIR=
ASACCOUNT=
ASPASSWORD=
ASCOLLATION=
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
September 7, 2006 at 8:25 am
Please refer to my previous post it was copied from template.ini file, but still have question on that.
September 8, 2006 at 12:22 am
you may want to have a look at :
i.e. SQL Server 2005's Undocumented Solution for Unattended Installs
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply