Is there a small command-line utility that can be run from an installer to
add tabs and items to the Visual Studio Toolbox? It needs to work with both
Visual Studio 2005 and 2003.
Please don't ask me to download the 185MB VSIP SDK. I've seen some sample
code on CodeProject, but it only works for 2003 and there are complaints
about its reliability.
Thank you!

Signature
Timm Martin
Mini-Tools
.NET Components and Windows Software
http://www.mini-tools.com
Carlos J. Quintero [VB MVP] - 04 Jul 2006 09:21 GMT
You can automate the IDE (EnvDTE.DTE) from an external program such as a
setup, with some custom action or similar. So you could get the DTE
instance, get its ToolBox toolwindow, get its EnvDTE.ToolBox object and add
tabs to it.
See:
HOWTO: Automating Visual Studio .NET from outside the IDE
http://www.mztools.com/articles/2005/MZ005.htm

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Is there a small command-line utility that can be run from an installer to
> add tabs and items to the Visual Studio Toolbox? It needs to work with
[quoted text clipped - 6 lines]
>
> Thank you!
Mini-Tools Timm - 07 Jul 2006 16:35 GMT
Being the programmer that I am, since I could not find a good solution, I
wrote one myself.
Download the FREE Visual Studio Toolbox Installer. Features:
- Console application that can be easily run from installer programs.
- Add tabs to the Visual Studio Toolbox.
- Add .NET controls and components to Toolbox tabs.
- Remove tabs and all associated control and components.
- Works with Visual Studio 2005, 2003 and 2002; can specify which versions.
- Includes full C# source code.
http://www.mini-tools.com/downloads/index.htm#vsinstaller

Signature
Timm Martin
Mini-Tools
.NET Components and Windows Software
http://www.mini-tools.com