TFS 2008 RTM non è compatibile con SQL 2008. La SP1 si, ma senza la SP1 non si installa. Morale della favola, bisogna crearsi una cartella di installazione con già dentro il SP1, usando queste istruzioni:
The steps to perform the integrated install are easy
- On the server that you plan to install Application Tier on copy the RTM media (AT folder on the DVD) to a local folder say <AT RTM Folder>
- Extract the SP1 package to a local Folder by executing the command TFS90sp1-KB949786.exe /extract:<SP1 Folder>
- Run the following command to combine both RTM and SP1 to one install package: msiexec /a <AT RTM Folder>\vs_setup.msi /p <SP1 Folder>\ TFS90sp1-KB949786.msp TARGETDIR=<AT SP1 Folder>
- Your Integrated RTM+SP1 setup is now available in <AT SP1 Folder>. You can run setup.exe in this folder to install Team Foundation Server 2008 SP1
Fonte: Team Foundation Server SP1 Beta now available
Technorati Tags:
TFS2008 SP1