I am testing the use of the "prompt for definition" feature to use the same script to compile a number of very similar installers.

They don't all need all the wizard dialogues, and I've found that hiding the unwanted ones (according to the compilation) with HideWizardDialog can be done on the Zeroth time through the wizard loop (ie when %_SB_DIALOGID% = 0) before the 1st dialogue appears.

It seems to work, but can I just ask if this is an intended possibility, or should I be doing it somewhere else?

David Webber