I'm using the property through CustomActionData, but it wasn't showing up. My mistake was that I wasn't setting the property as "secure". Once I specified the property to be secure, it works.
-----Original Message----- From: Bob Arnson [mailto:b...@joyofsetup.com] 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 a deferred custom action? Currently, it seems the value > is being set after the ExitDialog Action and after the custom action has > executed. > Deferred CAs can't get to properties set in the UI or immediate phases. You need to pass it as CustomActionData. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users