Hi there guys
I'm using a deferred custom action that I'm passing "sensitive" parameters to. I've read in the MSDN docs that it is possible to set a "flag" called "msidbCustomActionTypeHideTarget" by adding 0x2000 or 8192 to the "Type" column of the custom action. Since you're generating type 51 custom actions to automate passing a value to the CustomActionData property for the custom actions in the execute sequence, I would appreciate it if you would add an option that allows me to enable that flag.
Thanks!
PS.: this is both a problem and a feature request...