Re: [WiX-users] FeatureSelection Dialog

2010-09-16 Thread Umeshj
Thanks Nick, It works now. Adding these property change events to the SelectionTree did it. Umesh -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/FeatureSelection-Dialog-tp5536563p5540932.html Sent from the wix-users mailing list archive at Na

Re: [WiX-users] FeatureSelection Dialog

2010-09-16 Thread Nick Ramirez
I'm not sure why, but this seems to work for me: ... The conditions that check the action state is simpler in my example, but you get the idea. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Fe

Re: [WiX-users] FeatureSelection Dialog

2010-09-15 Thread Umeshj
There is a typo in the post which is not present in the actual code. This was a result of copy and paste. Markup should read as: " TabSkip="no" Default="yes" > NOT((&FeatureA=3) OR (&FeatureB=3)) (&FeatureA=3) OR (&FeatureB=3) 1 1 My apologies for the typo. Umesh Umeshj wrote:

[WiX-users] FeatureSelection Dialog

2010-09-15 Thread Umeshj
Hi, In our feature selection dialog we are using SelectionTree control. The selection tree shows only two features: featureA and featureB. When no feature is selected the 'Next' button should not allow the user to continue further. It should be disabled. Here is the relevant markup for 'Next' b