I've written a wizard (.vsz) that creates and configures a website. Now I
want to add it to the New Web Site template list.
Is this possible? If so, how might I do it?
Thanks,
Steve
Using VS.NET 2003, you have to add it to the folder:
For VB.NET: C:\Program Files\Microsoft Visual Studio .NET
2003\Vb7\VBProjects
For C#: C:\Program Files\Microsoft Visual Studio .NET
2003\VC#\CSharpProjects

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> I've written a wizard (.vsz) that creates and configures a website. Now I
> want to add it to the New Web Site template list.
[quoted text clipped - 4 lines]
>
> Steve
Stephen Mann - 28 Jun 2006 14:07 GMT
Sorry, I forgot to mention that I am using Visual Studio 2005.
The paths you gave me put the wizard in the VB and C# template lists, but
not in the Web Site template list.
Do you know how to add a wizard to the Web Site template list?
Thanks,
Steve
> Using VS.NET 2003, you have to add it to the folder:
>
[quoted text clipped - 12 lines]
>>
>> Steve
Carlos J. Quintero [VB MVP] - 28 Jun 2006 15:27 GMT
Hi,
Try with:
C:\Program Files\Microsoft Visual Studio
8\Common7\IDE\ProjectTemplates\Web\VisualBasic\1033
etc.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Sorry, I forgot to mention that I am using Visual Studio 2005.
>
[quoted text clipped - 6 lines]
>
> Steve
Stephen Mann - 28 Jun 2006 17:49 GMT
That directory didn't work. However, I did found a temporary solution:
placing the template in the "My Documents\Visual Studio
2005\Templates\ProjectTemplates\Visual Web Developer\CSharp" directory.
Thanks for your help.
Steve
> Hi,
>
[quoted text clipped - 15 lines]
>>
>> Steve