Re: [WiX-users] using value of checkbox in deferred custom action

2010-04-10 Thread Dariel Marlow
Sent: Saturday, April 10, 2010 7:02 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] using value of checkbox in deferred custom action On 4/9/2010 1:03 AM, Dariel Marlow wrote: > What's the proper way to set the custom action data to the value of the > checkbox control for

Re: [WiX-users] using value of checkbox in deferred custom action

2010-04-10 Thread Bob Arnson
On 4/9/2010 1:03 AM, Dariel Marlow wrote: > What's the proper way to set the custom action data to the value of the > checkbox control for a deferred custom action? Currently, it seems the value > is being set after the ExitDialog Action and after the custom action has > executed. > Deferre

[WiX-users] using value of checkbox in deferred custom action

2010-04-08 Thread Dariel Marlow
What's the proper way to set the custom action data to the value of the checkbox control for a deferred custom action? Currently, it seems the value is being set after the ExitDialog Action and after the custom action has executed.