fiordean dacian wrote:
1. Modify the SetupTypeDlg.wxs such that Typical/Custom/Complete buttons are not displayed but rather a simple ListBox having the list of features I want to install listed in there. The UI manipulation it's ok, but I don't figure how I could link the features in?

You have to list the items in ListItem elements.

2. I want the ListBox above behave like 'SelectionTree' from CustomizeDlg.wxs in that when one of the entries (features) gets clicked, the description is diplayed next to it.

There doesn't appear to be an event that list boxes publish to support this.

Also, on Next button click I want to get out the selected features and install only those, of course :)

Publish control events for the Next button to AddLocal and/or Remove the appropriate features.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to