Vsi Builder 2010 is an extension for Visual Studio 2010 which allows packaging code snippets and add-ins into the old-style .Vsi packages, since they cannot be deployed via the new VSIX format. The full source code in Visual Basic 2010 is available on CodePlex:http://vsibuilder.codeplex.com (Portions of the extension use the DotNetZip library) You simply add a list of additional contents, like snippets and add-ins, and then you build your redistributable .Vsi installer. With Vsi Builder you can
It works with Visual Studio 2010. You first load your contents in to the tool window: Next you build your .Vsi package that you can share with other developers and easily install the additional code snippets and add-ins: |