This blog is a knowledge base...where I clip cool tricks and urls

Creating a template item with Wizard

clipped from msdn2.microsoft.com

To create a custom template wizard

  1. Create an assembly that implements the IWizard interface.

  2. Install the assembly into the global assembly cache.

  3. Create a project and use the Export Template wizard to create a template from the project.

  4. Modify the template by adding a WizardExtension element in the .vstemplate file to link the template to the assembly that implements IWizard.

  5. Create a new project using the custom wizard.

 blog it

No comments: