+ Reply to Thread
Results 1 to 2 of 2

Thread: Add readme option to final step?

  1. #1
    David Guest

    Default 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.

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

    Default 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,

+ 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. Support for .NET Framework 3.0 (Final)
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 0
    Last Post: 11-10-2006, 09:51 AM
  2. SetupBuilder 5 (Final) Release Date!
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 14
    Last Post: 08-30-2005, 06:06 AM
  3. Feature Request: Password attribute option for Edit Data fields
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 02-22-2005, 02:00 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
  •