Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

AskOption Dialog


1 reply to this topic

haroldxious

haroldxious
  • Full Members
  • 70 posts

Posted 22 January 2007 - 06:10

how can i put an ask option dialog to my basic msi..

for example...

AskOption dialog
radio button option1
radio button option2



*if the user selects option 1 certain features will be hidden select features dialog

and one more..is there a way to change the tree view of customsetup dilaog in basic msi...i want the tree nodes to be a checkbox selection not the default one

Edited by haroldxious, 22 January 2007 - 08:03.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 22 January 2007 - 22:06

You can't change the treeview in BasicMSI. You may want to cretae a dialog with check boxes for the features. Then you can show or hide boxes based on some condition like a selection on another dialog. On the "Next" button of the checkbox dialog use ControlEvents like AddLocal and Remove to select/unselect the appropriate features.