Sunday, June 8, 2008

SQL 2008 Unattended Install is Easier

One of things I use fairly often is the unattended install scripting in SQL Server.  I like to know that all my servers are built exactly the same and configured from installation identically with the same install paths, service accounts, and startup configurations.  While installing SQL 2008 RC0, I noticed the following screen:

image

The path at the bottom is the ini file that the installer generates to run setup.  This means that you can use the installer now to generate your ini file, and then do any remaining customization required which upon review seems to be minimal.

1 comment:

  1. Have you tried using the ConfigurationFile.ini as a template file from the cmd-line yet? I tried running with the SQL2005 method (setup.exe /settings C:\ConfigurationFile.ini), and that didn't work.

    ReplyDelete