The standard WiX UI feature tree could easily provide this functionality.  It 
looks like this:
http://www.codeproject.com/KB/install/WixTutorial2/featuretreenested.png

This would require that you define each item as a <Feature /> with a 
<ComponentRef /> pointing to file/folder <Component /> items defined in your 
product.  To get the feature tree, you need to add a reference to the feature 
tree UI, i.e.:

  <UIRef Id="WixUI_FeatureTree" />

######################################
$_='^#(/||/@[EMAIL PROTECTED]@:^[-['^";@@@\\>])@.".
"{)/];)^{";$,+=(++$,);$_.=">&$,";`$_`;

-----Original Message-----
From: Vuchuru, Surekha (SBT US EXT) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 12, 2008 8:33 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] multiselection of ListBox items

Hello Everyone,

Does Wix support multiselection of ListBox items? Let's Say I have
following items in a listbox.

Chinese_Taiwan
French_France
Italian_Italy

Say we select Chinese_Taiwan and Italian_Italy during installation.
Based on that selection, those folders need to be copied to the target
machine.
Please let me know if there is any control in Wix that allows us to do
the same either directly/indirectly.

Thanks and Regards,
Surekha Vuchuru
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to