in

Platinum Bay

Peace, Love, Team System, and Community

This Blog

Syndication


.NETicated

Team Foundation Answer Files for SQL Server

In a previous post, I mentioned how the installer answer files simplify the installation of SQL Server for Team Foundation. Several folks have since asked me to elaborate on these files. Answer files are INI files preconfigured with the settings required for the SQL Server installation. The beauty of the answer files is that they eliminate the possibility of human error during critical component installations.

There are several answer files, depending on what type of installation you are performing:

Single-Tier Installation

  • SQL2005ForATDT.ini – installation file to install all the necessary SQL Server components for Team Foundation Server

Dual-Tier Installation

  • SQL2005ForAT.ini – installation file for the Application Tier to install Reporting Services
  • SQL2005ForDT.ini – installation file for the Data Tier to install the SQL Engine, Analysis Services, etc.

Inside the answer file(s) you will be using, you may want to change a couple parameters, including the setup user and company, and the instance name for SQL Server.

The command to run setup using the answer file is as follows. It is important to note that the PIDKEY should be left blank for MSDN versions of SQL Server:

<Installation Root>\setup.exe /qb /settings <Answer File Path> PIDKEY=<ProductKey>

For a more detailed list of hands-free installation of all the required pieces, check out this series of posts by Grant Holliday.

Comments

September 4, 2008 4:22 AM

Link Listing - September 3, 2008

 

September 4, 2008 4:22 AM

MSBuild MSBuild your way to ZIP Deliveries – Using MSBuild and MSBuild Community Tasks to zip your Build...

 

September 9, 2008 7:01 AM

Martin Hinshelwood on TFS Sticky Buddy Update and Visual Studio 2008 and the GDR CTP16 Steve Andrews...

 

Leave a Comment

(required )  
(optional )
(required )  
Add

About Steve

Steve Andrews is a Team System MVP and INETA Speaker, and has been working as a developer for more than 9 years. During this time, he has designed and developed applications in such widely varying areas as trust accounting, medical information management, supply chain management, and retail systems. Steve is also an MCP, ICSOO, Speaker Liaison for the Philly .NET User Group, and community fanatic.
Powered by Community Server (Commercial Edition), by Telligent Systems
© Platinum Bay | Some Rights Reserved Creative Commons License

Disclaimer: The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or annonymous comments) - so keep it polite, please.