Re: [WiX-users] ListView list features, user (multi)selects features to be installed

2012-09-09 Thread Bob Arnson
On 07-Sep-12 04:53, Ingo Fischer wrote: > can I use the ListView to list the features of my application. Yes but only the selection tree has built-in support for showing a feature tree. You'd have to write custom code to read the .msi feature data and write ListView entries. -- sig://boB http:/

[WiX-users] ListView list features, user (multi)selects features to be installed

2012-09-07 Thread Ingo Fischer
Hello, can I use the ListView to list the features of my application. User should then be able to select the features he wants to install. That means, ListView must be multiselectable. Could that be done with a CheckBox for each feature ? Background: The TreeView is to small to be used on Tout