Template Component |
Description |
.vsz File |
This file is a text file containing information on which Wizard Dispatch interface to call, and the parameters to pass to the wizard. The default wizard is VsWizard.VsWizardEngine |
.vsdir file |
A File containing a list of Wizards and where there vsz files are located. It also contains information on where to find icons for the wizard. This file is used in the initial project template selection screen. |
Html file |
File containing the UI Form of the wizard |
Script Files |
A series of Java Script files used to customize the wizards behavior |
Template file |
A file such as template.cs that contains keywords that can be substituted by the wizard to customize the code to the class, namespace, project, etc. |
Templates.inf |
A list of templates provided by the wizard |
http://www.c-sharpcorner.com//Code/2003/Nov/CustomWizard.asp