Reply to Thread

Post a reply to the thread: Add readme option to final step?

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)

  • 01-26-2006, 02:40 AM
    linder

    Re: Add readme option to final step?

    David,

    Please make sure the dialog is not inside the Loop Wizard.

    For example (before the installation takes place).

    [ User Interface ]
    ! Wizard dialog definition(s)
    Define Wizard Dialog "#1" (Welcome)
    Define Wizard Dialog "#2" (Select Install Folder)
    Define Wizard Dialog "#3" (Ready to Install)
    Define Wizard Dialog "#4" (Readme)

    ! The Wizard Loop displays the dialog screens that the user sees in the installation
    Loop Wizard
    Wizard Auto Break
    End

    Or after the installation process (you can also place it before the Finish dialog):

    [ Final User Interface ]
    ! Final wizard dialog definition(s)
    Define Wizard Dialog "#1" (Finish)
    Define Wizard Dialog "#2" (Readme)

    ! The Wizard Loop displays the dialog screens that the user sees in the installation
    Loop Wizard
    Wizard Auto Break
    End

    Does this help?

    Thanks,
  • 01-25-2006, 07:22 PM
    David

    Add readme option to final step?

    How do I add a readme option to the final step. I tried via the Dialogs tab (not knowing what I'm doing) but then the compile fails saying a dialog can't be defined in the loop or something like that.

Posting Permissions

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