August 22, 2013 at 2:30 am
Hi,
I am Looking for procedure that create a configuration file for installation of sql server and how it works. can any one help me out?. Thanks. Replays are most welcome.
Cheers
August 22, 2013 at 3:17 am
Hi, the easiest way to get you started I think is to use the Configuration File generated by SQL 2008+. If you go through the motions of an install, choosing all of the options that you want as part of your standard, but stop on the 'Ready to Install' screen before you click Install. At the bottom of this screen is a Configuration File Path: section. Something like...
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130822_100924\ConfigurationFile.ini
SQL has generated this automatically using the options you've selected. Take a copy of it and it should contain almost all that you need.
Cheers
Rod
August 22, 2013 at 3:23 am
Sorry, forgot to include how to use it
http://msdn.microsoft.com/en-us/library/df40c888-691c-4962-a420-78a57852364d(v=sql.100).aspx
Basically...something like..
setup.exe /ACTION=INSTALL /CONFIGURATIONFILE= {......} etc.
August 22, 2013 at 4:05 am
Thanks Very much Rod.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy