Hi Forum, 

We are using WixUI_FeatureTree UI for our installer. 

1. When i deselect 1 feature :  Its respective Costing, Install Path and etc
UI Controls gets Disabled immediately. 

2. When we deselect all the features : The Next button is still enabled and
allowing the installation.

Q1) Is the 2nd scenario a correct behavior? 

I tried to Disable Next button using ControlCondition and condition as
features requested state(&Feature1 = 2). But its not been working on UI as
Windows installer UIs are not so flexible to do so.

Q2) How are they disabling the button like configuration_Directory, Install
Path, Costing etc based on the Feature requested state. I am curious and
checked in Control Condition table there no clue about these buttons.


Could anyone share you thoughts, is it feature to be implemented in Wix? I
checked in isntallshield it  is the same.

PS: As of Now, We are using a VB Script CA to check for the requested state
of all features and display a pop up and will bring back to the custom setup
dialog.

Regards,
Sampat




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WixUI-FeatureTree-What-if-all-deselected-tp7600478.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to