Team Foundation Server Power Tools (tfpt.msi) silent installation

User Rating: 5 / 5

Star ActiveStar ActiveStar ActiveStar ActiveStar Active
 

Team Foundation Server Power Tools (tfpt.msi) silent installation

Sample:
msiexec /i tfpt.msi /qb AddLocal="CLI,VSIP,CHECKINPOLICIES,TSX"

This command installs the TFPT utility silent with the Visual Studio add-ins, the Check-in policy pack and the Windows Shell Extensions.
Other components can be installed with the following list of values for the AddLocal setting.
To make it silent or to write logfile, use the msiexec switche.

Value Component
BPA Best Practice Analyser
TFPS Team Foundation Power Shell cmdlets
TSX Windows Shell Extensions
TSX_64 Windows Shell Extensions (64bit)
CLI TFPT.EXE command line
VSIP Visual Studio add-ins (Alerts, Team Members etc)
CHECKINPOLICIES Check-in policy pack
PROCESSEDITOR Process Template Editor
ALL Installs everything EXCEPT the Shell Extensions
BR TFS Backup plan power tool