<prepare> initialization tags </prepare>
Occurs: Once - in first panel
Multiple instances: No
Has attributes: No
Self-closing: No
This holds the commands used initialise the wizard and must be included in the first (text) panel of the wizard
Example:
<prepare>
<Set name="screenshot">:resources:blue.jpg</Set>
<Set name="defaultTemplate">html templates:simple</Set>
<Set name="WeblogStyle">blue</Set>
<FolderMustExist>$pathToHTMLTemplates</FolderMustExist>
<FileMustExist>$pathToHTMLTemplates:simple</FileMustExist>
<FolderMustExist>:resources</FolderMustExist>
</prepare>