Hi,

I'm placing a .pfx certificate in the binary table and wish to retrieve it
in my deferred custom action dll. From what I read on the forum, I see that
this can be achieved by reading the certificate using immediate custom
action, write it to custom action data(or to a temporary file, which I don't
prefer) and then call the deferred custom action that can use this data. Can
someone please help me with the following doubts:

1. What APIs should I be looking at, to write to custom action data in an
immediate custom action?
2. The certificate is purely binary data and all the APIs return strings.
So, I'm afraid that I'd loose some data if there is a NULL in the binary
data. How can I handle this situation?
3. I have a URI that should also be placed in the custom action data. So,
how can I append the certificate's binary stream to the custom action
data(which contains the URI already)?

Thanks,
Pratapa.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to