Is it possible to add a New Project Wizard with a VSPackage?

Posted by Gerald on Stack Overflow See other posts from Stack Overflow or by Gerald
Published on 2009-10-03T17:38:05Z Indexed on 2010/05/23 3:30 UTC
Read the original article Hit count: 383

I have a VSPackage for Visual Studio 2008 that I created for adding some editor and custom language functionality. I also have a need to add a new project/solution wizard to create a new Solution and a complex series of C++ projects to the solution. I know I can do this using a "Custom Wizard", but I would be much happier if I can implement this within my VSPackage using C# instead.

So I guess the main question is, is it possible to add an entry to the Project Types dialogs in Visual Studio from a VSPackage? Or is the "Custom Wizard" and JScript my only option here?

And if it's possible, where can I find information and/or samples on how to accomplish this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio