Re: [WiX-users] Handling the cancel button in a deferred custom action

2014-04-03 Thread Phil Wilson
and another, sheesh... http://msdn.microsoft.com/en-us/library/aa367525(v=vs.85).aspx --- Phil Wilson On Thu, Apr 3, 2014 at 8:59 AM, Phil Wilson wrote: > ...and here's the missing link: > > http://msdn.microsoft.com/en-us/library/aa370354(v=vs.85).aspx > --- > Phil

Re: [WiX-users] Handling the cancel button in a deferred custom action

2014-04-03 Thread Phil Wilson
...and here's the missing link: http://msdn.microsoft.com/en-us/library/aa370354(v=vs.85).aspx --- Phil Wilson On Thu, Apr 3, 2014 at 8:49 AM, Phil Wilson wrote: > If it's deferred I assume it's running from the execute sequence, not the UI. > > This example shows how to use the pro

Re: [WiX-users] Handling the cancel button in a deferred custom action

2014-04-03 Thread Phil Wilson
If it's deferred I assume it's running from the execute sequence, not the UI. This example shows how to use the progress bar during long running custom actions, but the interesting part for you is that MsiProcessMessage () returns cancel if the install has been canceled. This is a Dll call, right?

Re: [WiX-users] Handling the cancel button in a deferred custom action

2014-04-02 Thread Pavan Konduru
You can always add an action to the control and declare the action in the same dialog. 1 1 http://schemas.microsoft.com/wix/2006/wi";> --Pavan -Original Message- From: Skildum, Mat [mailto:mathew.skil...@aspect.com] Sent: