+ Reply to Thread
Results 1 to 3 of 3

Thread: Do something during a Loop Wizard

  1. #1
    Join Date
    Mar 2004
    Location
    Eden, Australia
    Posts
    41

    Default Do something during a Loop Wizard

    Hi All,

    I have a generated "Loop Wizard" in the "Dialogs" section showing that it will progress from "Welcome" to "Select Install Folder" and then to "Ready to Install".

    If I want to call to a DLL and do something after the "Welcome" dialog but before the "Select Install Folder" how would I do this. Is each dialog identifiable and return a value if accepted such that I could use an "IF" statement?

    Best Regards,

    Geoff Spillane
    Data Down Under

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

    Default Re: Do something during a Loop Wizard

    Hi Geoff,

    Yes, you can do this. Let us assume "Welcome" is dialog #1, "Select Install Folder" is dialog #2 and "Ready to Install" is dialog #3.

    Add this between "Loop Wizard" and "End"

    Loop Wizard
    If %_SB_DIALOGID% Equals "1" Then
    Call Dll YaddaYadda
    End
    End

    Does this help?

    Thanks,

  3. #3
    Join Date
    Mar 2004
    Location
    Eden, Australia
    Posts
    41

    Default Re: Do something during a Loop Wizard

    Hi Friedrich,

    Yes this is exactly what I need. Thanks.

    Best Regards,

    Geoff Spillane
    Data Down Under

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Return to Wizard loop
    By timbojones in forum SetupBuilder
    Replies: 3
    Last Post: 08-10-2006, 07:35 PM
  2. Breaking within Wizard Loop
    By Joe Snyder in forum SetupBuilder
    Replies: 7
    Last Post: 01-04-2006, 06:50 AM
  3. More Minor Issues
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 06-26-2005, 08:50 AM
  4. Loop Wizard Behavior Clarification
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 12
    Last Post: 05-18-2005, 08:21 AM
  5. Define Wizard Dialog ideas
    By sphair in forum SetupBuilder
    Replies: 2
    Last Post: 10-29-2004, 04:01 AM

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
  •