Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    1

    Huh? SF7 - How to make Radiobuttoned package selection page

    Hi guys, I have want to make a setup with three different packages: Application Only, Application+Database Server, Database Server. If I'm adding the Package Selection page I get the package selection page with checkboxes and not with radiobuttons [I want that the user select only one option].

    Thank you for any suggestion.

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Please read the thread started by Sergio_S; Toggle between install types.

  3. #3
    Join Date
    Apr 2006
    Posts
    4
    I think that you can use the "radio button screen" instead, and in that screen in the "on next" action, set to true the variable of the need package.

    You can use "if" statment for check what radio button is selected by the user to do so.

    Use this command to control if a package should be installed or not:

    For example: SetupData.SetPackageProperties("XP_Drivers", {Install=true});

    Here, a package with "XP_Drivers" name will be installed.

Similar Threads

  1. Package selection
    By Sergio_S in forum Setup Factory 7.0
    Replies: 2
    Last Post: 09-28-2005, 07:54 AM
  2. Package Selection - Unable to create Hierarchy
    By praveen_v in forum Setup Factory 6.0
    Replies: 0
    Last Post: 11-20-2002, 11:25 AM
  3. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM
  4. How to make a selection stay highlighted
    By Mark in forum AutoPlay Menu Studio 3.0
    Replies: 4
    Last Post: 05-30-2001, 06:53 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