they only have one problem, they contain the Process Template Editor.
it's true that permission issues prevent you from performing mistakes.
but in every organization there are some people who have the permission and tempering with the process template is not somthing they should do.
i have looked around and could not find any documaentation about silent install with selected featues
so i look in the MSI (InstEd) and using the Msiexec paramters, I managed to create a silent intall batch that enables you to select the features.
Features you can use:
Feature | Description |
---|---|
CHECKINPOLICIES | Checkin policies |
TSX | Integration with Windows Shell |
TSX_64 | Integration with Windows Shell for 64bit OS |
CLI | Command line Application (tfpt.exe) |
VSIP | Integration with Visual Studio (Find, Rollback, ...) |
TFPS | PowerShell Scripts |
PROCESSEDITOR | Process Template Editor |
BPA | Best Practices Analyzer |
TCMAC | Test Attachment Cleaner |
BR | Database Backup Tools |
TFSTORYBOARD | Storyboard Shapes Authoring Tool (TFS2012 only) |
Ex. install only checkin policies, windows shell integration, command line and Visual Studio integration
msiexec /quiet /i tfpt.msi ADDDEFAULT=CHECKINPOLICIES,TSX,CLI,VSIP
No comments:
Post a Comment