Hi Everybody,
I want to create a custom project template with wizard i.e. when I create a new project, I will select my custom project template and it will immediatly show me the wizard or a screen which takes some form of input and process that input and creates corresponding project. Is it possible to do that same? I have googled a lot but to no avail becoz I found most of the samples which just creates the template but not the wizard.
I want to develop a project template same as ASP.NET MVC, when we create a new ASP.NET MVC project it asks for the test cases an the stuff (A screen appears which asks for some input and based on that input it creates a MVC web application).