Hello,
I'm trying to create the following scenario:
- A custom VS Project Template linked to a wizard implementing the IWizard interface
- As part of the RunStarted implementation a wizard is shown enabling the user to set up additional project parameters, which are later used in the project's files creation
How can I fail the process if the user is cancelling and not completing the input procedure [besides throwing an exception from the RunStarted method?
Regards,
Oren Fisher