I am just starting to create a new C++ CA, which will be driven by my Wix
CompilerExtension which schedules an Immediate CA that then schedules the
deferred CAs.  In this situation I need to pass a password down to the CA. 
I have read the MSDN entries about Custom Action Security, and advice from
Rob to use CustomAction/@HiddenTarget="yes", and the advice to set the
'hidden' attribute of Burn variables, in an old  threads.
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-3-0-bootstrapper-and-MSI-verbose-logging-td5798040.html#a5802508>
   
But I am unclear how to do this when using WcaDoDeferredAction to schedule
the CA.

Any advice is appreciated.
Thanks!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WcaDoDeferredAction-amd-HiddenTarget-flag-tp7600669.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to