You can tie it to your control, wherein DBNameValidation my CA Id.

Ex:         
<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17"
Default="yes" Text="!(loc.WixUINext)">
<Publish Event="DoAction" Order="1" Value="DBNameValidation">1</Publish>
</Control>

Or, if you're working with a stock dialog, you can order the control in the
publish tag inside of the UI sequence.

      <Publish Dialog="DBUserServerDlg" Control="Next" Order="2"
Event="DoAction" Value="DBNameValidation"></Publish>



Andrew Kendall-2 wrote:
> 
> Good day!
> 
> I can't work out how to get a custom action to execute when the user
> cancels the install. Could somebody please advise me. Many thanks.
> 
> Andrew Kendall
> 
> 
> 
>       
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-to-invoke-custom-action-when-user-clicks-Cancel-button--tp2335844p2335981.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to