DTE.LaunchWizard does not work in VS2005

hi,
in my application i need to create a .net project from code. In VS2003 i used the DTE.LaunchWizard method after setting the context parameters and also by specifying the path to the .vsz file.(Ex. ConsoleApplication.vsz- for creating a console application).
however in VS2005 we have the vstemplates files and not the .vsz files. does anyone how i can create a project from code in VS2005? the DTE.launchWizard method does not work when i specify the vstemplate file as the parameter.
kind regards
[517 byte] By [vineeth2005] at [2007-12-16]
# 1
You can use LaunchWizard to run a .vstemplate just as you would launch a .vsz file. To locate the template, you can call Solution2.GetProjectTemplates passing in the name of the .zip file (ClassLibrary.zip) and the language (CSharp) to find the C# class library template path.

Craig Skibo
VS Extensibility Team

CraigSkibo at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio Extensibility...

Visual Studio

Site Classified