Hi,

 

I have 2 features as part of my installation.  I am using the built in
"CustomizeDlg" to allow the user to choose which features to install.
However even if both features are marked as "Entire feature will be
unavailable", the Next button remains enabled.  I checked the dialog source
and it has the following for the Next button control declaration:

 

<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17"
Default="yes" Text="!(loc.WixUINext)">

 <Subscribe Event="SelectionNoItems" Attribute="Enabled" />

</Control>

 

Could this issue be something I may have introduced by adding my own
<Publish Dialog="CustomizeDlg" Control="Next" ... /> declarations, somehow
removing the existing functionality?

 

Thanks

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to