PDA

View Full Version : Loop Wizard Logic



ender
04-30-2012, 09:38 AM
My co-workers and I are using this product for users to run scripts, configure settings, install folders, etc. for users. The issue is we are not programmers.

We can create our installers to run scripts, edit script with variables from user input, and create custom batch files form user input; however we cannot get the installer to do any error catching.

For example, we assign each user a 3 letter abbreviation to use when running our exe. When we try to do error catching, verify the “Length equal to 3”; we keep getting the must populate dialog box massage when trying click next from the Welcome dialog box; it will never go to the next dialog box. That is just the latest example when trying to do error catching.

We have viewed and downloaded the examples, as well as the tutorials; is there one to assist us with figuring it out and we just missed it?

Also is this done in the Loop Wizard section?

linder
04-30-2012, 10:28 AM
Hello,

I have created a simple quick-and-dirty demo for you.

www.lindersoft.com/projects/WizardDemo.zip

It demonstrates how to do this for a "standard" dialog and a "custom" wizard.

Does this help?

Friedrich

ender
05-01-2012, 08:06 AM
Thank you for the quick respone.

I was able to not only use what you showed, but was able to add more dialog boxes with error checking using the information.

Thank you.

linder
05-01-2012, 08:09 AM
Perfect! You are welcome :)

Friedrich