0

I am looking for an example of how to build a visual studio project template that contains a wizard. The wizard will be used to collect additional choices from the user to customize the selected template.

I figured out how to build templates, but I don't know how to launch a wizard or how to write these choices into the source of the project the template is building.

I have been searching (Google) and I do find some documentation from Microsoft about this, but it is very confusing.

I am looking for a good working example (c# if possible) that I can learn from. I have not been able to find any.

I was hoping that someone would know of a good tutorial on video and or some example projects to get me started in the right direction with this project.

Any help is appreciated. Thanks.

Martin
  • 295
  • 1
  • 3
  • 12

1 Answers1

0

I have an old blog entry that details how to do this:

Creating a VSIX Deployable Project (or Item) Template with Custom Wizard Support

or you could just download and use The VSX Template Wizard, if you're using VS 2013, to give you a good jump start.

Ed Dore
  • 2,013
  • 1
  • 10
  • 8