[wix-users] Passing data into a deferred ca

John Cooper JoCooper at jackhenry.com
Mon Jun 6 15:26:59 PDT 2016


Mark it Hidden and don't log it inside your custom action.  Outside, Hidden properties will appear as asterisks.  You can use a CustomActionData object to pass any number of key value pairs.  What are you doing for rollback?

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |JoCooper at jackhenry.com




-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Joseph L. Casale
Sent: Monday, June 6, 2016 4:43 PM
To: 'wix-users at lists.wixtoolset.org' <wix-users at lists.wixtoolset.org>
Subject: [wix-users] Passing data into a deferred ca

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

I have a deferred CA that requires several key/value pairs. Most of which are passwords and hence will most certainly contain the characters used to unpack the string.

As a result, I have written anther CA which runs immediate and has access to the session so that I can query all the values I need and serialize them myself into a single value which I push back into the session.

That all works fine except the CA which provides the custom action data value can't access a private property so I can only populate the deferred CAs input if the immediate CA pushes a public property back in. How can I ensure the result of the first CA are not logged?

Thanks,
jlc


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.



More information about the wix-users mailing list