Reply to Thread

Post a reply to the thread: Do something during a Loop Wizard

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 10-13-2004, 06:39 AM
    gspillane

    Re: Do something during a Loop Wizard

    Hi Friedrich,

    Yes this is exactly what I need. Thanks.

    Best Regards,

    Geoff Spillane
    Data Down Under
  • 10-13-2004, 05:24 AM
    linder

    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,
  • 10-13-2004, 12:42 AM
    gspillane

    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

Posting Permissions

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