Re: [WiX-users] Installer ignores cancellation

2012-06-11 Thread Wilson, Phil
e.net] Sent: Monday, June 11, 2012 12:34 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installer ignores cancellation Hi Rob, On 08/06/2012 16:25, Rob Mensching wrote: > Custom actions can swallow the cancel message. If you look at the WiX > toolset's custom actions, we h

Re: [WiX-users] Installer ignores cancellation

2012-06-11 Thread Rob Hamflett
Hi Rob, On 08/06/2012 16:25, Rob Mensching wrote: > Custom actions can swallow the cancel message. If you look at the WiX > toolset's custom actions, we have wrappers for most of the MSI APIs and in > those wrappers, special handling ifa cancel is sent back. If you have an > install with custom ac

Re: [WiX-users] Installer ignores cancellation

2012-06-08 Thread Rob Mensching
Custom actions can swallow the cancel message. If you look at the WiX toolset's custom actions, we have wrappers for most of the MSI APIs and in those wrappers, special handling ifa cancel is sent back. If you have an install with custom actions where the cancel button is being lost, this is often