Is there a
Visual Studio 2005 Setup API where I can create a
JScript to perform expected VS setup for my department?
I want the JScript to be able to perform:
- Install Add-ins
- In Tools > Add-in Manager, check for Available Add-ins and set for Startup.
- In Help > About Microsoft Visual Studio > Installed products:, check what Extensions are installed.
- Install Extensions, e.g. Windows Workflow Foundation (WWF)
- Perform Team Foundation Server (TFS) setup
- Default Browser setup
- In Tools > Options... > Text Editor > C# to display line numbers
- Install solutions/projects
- Set Startup project
- etc...
Thanks