Re: [WiX-users] Show dependant feature changes in SelectTree without using sub features...

2010-02-26 Thread Bob Arnson
On 2/24/2010 9:17 AM, Thorsten Schöning wrote: > Could you point me the right direction, too? :-) I don't understand > how I could use Publish or a custom action to send events to the > selection tree or a specific feature. > I'm saying that you can't use the selection tree control to show "li

Re: [WiX-users] Show dependant feature changes in SelectTree without using sub features...

2010-02-24 Thread Thorsten Schöning
Guten Tag Bob Arnson, am Mittwoch, 24. Februar 2010 um 14:23 schrieben Sie: > The selection tree control doesn't support it. You'd need to use custom > actions or UI control events to adjust the selected features. Could you point me the right direction, too? :-) I don't understand how I could use

Re: [WiX-users] Show dependant feature changes in SelectTree without using sub features...

2010-02-24 Thread Bob Arnson
On 2/23/2010 8:32 AM, Thorsten Schöning wrote: > Is there any way to change the installation status of Feature 2.1 > depending on the status of Feature 1.1 at the time when the user > chooses not to install for example Feature 1 and therefore not > installs Feature 1.1? > The selection tree co

[WiX-users] Show dependant feature changes in SelectTree without using sub features...

2010-02-23 Thread Thorsten Schöning
Hello, we have a standard installer with the standard SelectTree as main gui element to choose and change features. We now have the problem that we have one feature which would fit best as a sub feature of another feature because of user logic, but technically it depends on a complete different fe