The Template Files
Visual Studio 2005
The templates that make up a wizard are a collection of text files that contain some simple directives and are parsed and rendered according to user input and added to the initial project. The appropriate information for parsing the templates is obtained by directly accessing the wizard control's symbol table.
The following example is a very simple template file for a wizard that asks the user to select either A or B.