+ Reply to Thread
Results 1 to 2 of 2

Thread: Best practice to repeat 'Select Install Folder'?

  1. #1
    Unregistered Guest

    Default Best practice to repeat 'Select Install Folder'?

    What is the suggested way to cover the following requirement?

    After the install folder has been selected in LOOP WIZARD, a specific file is version checked in the selected folder. If the version is incorrect the user has to repeat the selection of the install folder.

    I currently use two LOOP WIZARDS in a LOOP, such as:

    Define Wizard Dialog #1 (Welcome)
    LOOP
    Define Wizard Dialog #2 (Select Install Folder)
    LOOP WIZARD
    END
    IF MyVersionCheck fails
    CYCLE LOOP
    END
    Define Wizard Dialog #1 (Ready to Install)
    LOOP WIZARD
    END
    BREAK CYCLE
    END


    Is there an easier way to repeat a single Wizard Dialog inside the Wizard loop?

    Thanks for any help.

  2. #2
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Best practice to repeat 'Select Install Folder'?

    Hello,

    Just use "Cycle Loop" and you are done. Similar to the "Dialog 2.sb7" example project (from the Examples Package). Do not use a nested loop here.

    Does this help?

    Friedrich
    Attached Images Attached Images  

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •