To add a simple task to a step in a wizard, add the snippet below as a child of a <step> element. Multiple tasks can be included in a single step, in which case they are processed in order.

<step>
…
   <task id="CreateDemoFileTask"/>
   <task id="DoSomethingTask"/>
…
</step>
 
loading table of contents...