Reply to Thread

Post a reply to the thread: Changing features presented in custom dialog

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)

  • 06-06-2005, 11:22 PM
    GordonHolfelder

    Re: Changing features presented in custom dialog

    Is it possible to change the defaults (which features are checked) in the custom dialog window. This is what I hoped that the "Set Active Feature" would do.

    Thanks,
    Gordon
  • 06-04-2005, 08:57 AM
    linder

    Re: Changing features presented in custom dialog

    Gordon,

    The "Set Active Setup Type" function makes it possible to set the active setup type and calculates the required "disk space".

    The "custom dialog" always displays *all* available features.

    Does this help?

    Thanks,
  • 06-03-2005, 04:50 PM
    GordonHolfelder

    Changing features presented in custom dialog

    The "Set Active Setup Type" doesn't appear to be working (or maybe I don't understand this feature). In my setup, I use a radio button to choose between a Workstation and a Server Installation, each of which have different overlapping features. I would like the appropriate set displayed in the custom dialog window when either of the "custom" radio options are chosen. The code I'm using (that doesn't seem to work):

    Loop Wizard
    Wizard Auto Break
    If %_SB_DIALOGID% Equals "3" Then
    If %RADIO% Equals "1" Then
    Set Active Setup Type to "Stand Alone"
    Hide Wizard Dialog "#4"
    Hide Wizard Dialog "#6"
    ElseIf %RADIO% Equals "2" Then
    Set Active Setup Type to "Typical Workstation"
    Hide Wizard Dialog "#4"
    Show Wizard Dialog "#6"
    ElseIf %RADIO% Equals "3" Then
    Set Active Setup Type to "Custom Workstation"
    Show Wizard Dialog "#4"
    Show Wizard Dialog "#6"
    ElseIf %RADIO% Equals "4" Then
    Set Active Setup Type to "Typical Server"
    Hide Wizard Dialog "#4"
    Hide Wizard Dialog "#6"
    Else
    Set Active Setup Type to "Custom Server"
    Show Wizard Dialog "#4"
    Hide Wizard Dialog "#6"
    End
    End
    End


    The custom dialog is #4.

    Let me know if I'm doing something wrong.

    Thanks,
    Gordon

Posting Permissions

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