Look at this control:

       <Control Id="Finish" Type="PushButton" ... Default="yes" Cancel="yes"
Text="$(loc.WixUIFinish)">

It says whatever the localized "WixUIFinish" string is (I assume "Finish")
and is the button "clicked" if you press the Enter key and the button
"clicked" if you press the "Esc" key. So, pressing Esc will cause all of the
actions that subscribe to this key to happen.

You need separate "Finish" and "Cancel" buttons if you intend them to
perform different actions.


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to