Sergey Abakumoff wrote: > <Control Id="SamplesBrowse" Type="PushButton" X="304" Y="100" > Width="56" Height="17" > Cancel="yes" Text="Browse..."> > ... > The problem is if I click on X(close window) button, then BrowseDlg is > opened instead of CancelDlg! > What I am doing wrong? >
MSI is treating the close button as the Cancel button and you have the Browse button marked as Cancel="yes". -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

