Can you point me a simple explanation of how the Define Dialog Wizard/Loop Wizard works? (I hav read the PDF and the Learning SetupBuilder examples).

For example. I just want to ask user to input a word. Not as part of a series of Dialogs, just this one dialog on its own).
I used Define Wizard Dialog .... (Edit Data)
but this is simply ignored when the installer runs.

So I guess I need to put Loop Wizard just after The Define Wizard. This does then show the User Input dialog.

But how does this interact with any other Dialogs I may also have elsewhere in the script? How does the Loop Wizard know which Dialog(s) to show?


And (separate question). Is the above the best way to ask user to input a bit of text, or is there another script function I should consider?