Hi, I've a simple piece of code like this:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Product ... /> <Package ... /> <Media Id="1" Cabinet="WixDemo.cab" EmbedCab="yes" /> <UIRef Id="WixUI_Mondo"/> <Directory Id="TARGETDIR" Name="SourceDir"> <!-- Sub dirs and components ... --> </Directory> <Feature Id="ProductFeature" Title="WixDemoUI" Level="1"> <ComponentRef Id="ProductComponent" /> <Feature Id="SampleFeature" Title="Sample" Level="1" InstallDefault="followParent"> <ComponentRef Id="SampleComponent" /> </Feature> </Feature> </Product> </Wix> The issue is, after I full install the msi, the next time, I enter the "Custom Setup" dialog by choosing "change", then I notice the description on the right of the dialog is not correct. It always says "It has 0 of 1 subfeatures selected", but obviously I've 1 sub-feature installed. Please refer to the attached image. Is this a UI bug? Any workaround I can take to fix this? Thanks! Yixie http://www.nabble.com/file/p17034684/DefaultUI.jpg -- View this message in context: http://www.nabble.com/SelectionTree-display-issue-tp17034684p17034684.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users