Results 1 to 3 of 3

Thread: Conditionally displaying a Select Install Folder dialog

  1. #1

    Default Conditionally displaying a Select Install Folder dialog

    I'd like to conditionally display a Select Install Folder dialog based upon the
    user's Setup Type selection. I've tried the approach below, but the dialog is
    not displayed. What is the correct technique to implement this?

    ! Wizard dialog definition(s)
    Define Wizard Dialog "#1" (Welcome)
    Define Wizard Dialog "#2" (Password)
    Define Wizard Dialog "#3" (License Agreement)
    Define Wizard Dialog "#4" (User Info)
    Define Wizard Dialog "#5" (Select Setup Types [Advanced])
    Define Wizard Dialog "#6" (Custom Install)
    Define Wizard Dialog "#7" (Select Install Folder)
    If Feature "Server Files" selected Then
    Define Wizard Dialog "#8" (Select Install Folder)
    End
    Define Wizard Dialog "#9" (Ready to Install)

    Greg Fasolt
    G. Fasolt and Associates

    www: GFasolt.com S.M.

  2. #2

    Default Re: Conditionally displaying a Select Install Folder dialog

    Greg,

    Please use the "Wizard: Show/Hide Dialog..." function to handle this.

    For example, see "Dialog Demo 2.sb5" demo script.

    Does this help?

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  3. #3

    Default Re: Conditionally displaying a Select Install Folder dialog

    Friedrich,

    That does it! Thanks.

    Now that I've seen the example, it makes complete sense to do this in the loop.

    Greg

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Cannot open and compress service file - error
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 6
    Last Post: 12-06-2005, 04:40 AM
  2. Deferent text in Select Install Folder dialog ?
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 09-06-2005, 12:12 AM
  3. Conditional copy files
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 02-22-2005, 01:59 AM
  4. Define Wizard Dialog ideas
    By sphair in forum SetupBuilder
    Replies: 2
    Last Post: 10-29-2004, 04:01 AM
  5. Conditionally displaying a wizard dialog
    By sphair in forum SetupBuilder
    Replies: 1
    Last Post: 10-06-2004, 04:18 AM

Posting Permissions

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