View Full Version : SF7 - How to make Radiobuttoned package selection page
scherfistv
08-31-2006, 09:25 AM
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.
csd214
08-31-2006, 10:04 AM
Please read the thread started by Sergio_S; Toggle between install types (http://www.indigorose.com/forums/showthread.php?t=17060). :)
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.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.