Re: [WiX-users] Disabling features in the CustomizeDlg based on UI interaction...

2007-05-29 Thread Aaron Shurts
You may be able to build your ADDLOCAL property from checkboxes instead of using the Feature Selection dialog. This would allow you to enable or disable the checkboxes based on property values. The problem you are having is a sequencing problem. The feature conditions have already been evaluate

Re: [WiX-users] Disabling features in the CustomizeDlg based on UI interaction...

2007-05-29 Thread Lewis Henderson
Hi All, Thanks for the reply, but that doesn't do it for me. If I use this code, all of the features are disabled since none of the property values are set initially. As a reminder, I set property values in a CA called from a UI before the CustomizeDlg is called. Since I can't seem to Feature c