Project DescriptionDSL sample to create a communtity content installer file (.vsi) from a Visual Studio solution.
For an introduction to the Community Components see
http://msdn2.microsoft.com/en-us/library/aa991996(VS.80).aspx How to use it ? Download the source files then
1 - Create a community component solution (community component must be one of addin, macros, user control, snippet, templates)
2 - Add a 'Community Content Installer' file to your solution
3 - Drag one (or more) element corresponding to the content to install from the toolbox
4 - Drag a project on the designer to initialize the properties or set them manually.
5 - Then right-click on the designer and select 'Generate vsi file'.
Warning : Since this DSL does not provide a PLK you must have the
Visual Studio SDK installed on your computer to run it.