Hello,

I'm using CustomizeDlg in my progect for features selection.
There are 3 levels of features.
First-level feature contains features of second level.
And each feature at second level contains subfeatures of third level.

I launch installation, go to customize dialog, select popup menu of
first level feature and select menu item:
"Entire feature will be unavailable" // <String
Id="UITextMenuAbsent">Entire feature will be unavailable</String>

After this all 3 levels of features marked as not installed.

Then i go to one second-level features, open popup menu of it and
select first item:
"Will be installed on local hard drive" // <String
Id="UITextMenuLocal">Will be installed on local hard drive</String>
It marks this feature and all of its subfeatures as installed.

There is also menu item
<String Id="UITextMenuAllLocal">Entire feature will be installed on
local hard drive</String>
which is doing the same.

After this i select another second level feature and again select its menu item:
"Will be installed on local hard drive" // <String
Id="UITextMenuLocal">Will be installed on local hard drive</String>
Now only second-level feature marked as installed. Its subfeatures
remain unchecked.

Same menu item gives different results for different features.
Why this happens?
It is bug of SelectionTree Control of Windows Installer, or i have
some errors in wxs file?

Can i hide first menu item "Will be installed on local hard drive" of
all popup menus?
So that only "Entire feature will be installed on local hard drive"
would be visible?

--
Thank you!

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to