Hi folks,
I have the following requirement:
- 1 GAT Project andI need 2 different*.vstemplate
Now the issue is the following one:
- each one of the templates need a different wizard.
e.g.
-vstemplate's gonna contain:
- Web ApplicationSolution
- DataAccessProject
- BusinessProject
- Web Application (Frontend)
- Web Service Solution
- DataAccessProject
- Console Project
- BusinessProject
- TestProject
- and lets say 2 - 3 more projects
The issue is now the follwoing one: how canI display different wizard's Pages?
<GuidancePackage xmlns="http://schemas.microsoft.com/pag/gax-core"
Name="Swiss.Tools.SwissGuidance"
Caption="Swiss.Tools.SwissGuidance"
Description="Guidance Package for Web Applications and Service Templates"
BindingRecipe="BindingRecipe"
Guid="4f55f369-a7de-4b56-8172-9354e6d70467"
SchemaVersion="1.0">
<Recipe Name="CreateSolution">
<GatheringServiceData>
<Wizard xmlns="http://schemas.microsoft.com/pag/gax-wizards" SchemaVersion="1.0">
I figured out how I'm able to manage several screens within 1 wizard but how do I manage the wizard I do not understand so far.
thanks in advance.
-
kind regards, roni [http://netrsc.blogspot.com/]