[wix-users] Getting binary data in custom action

Mihajlo Cvetanović mcvetanovic at gmail.com
Wed Dec 27 15:22:50 PST 2017


Right, but then how do I pass a binary to a function that does not even
have a custom action signature? Is there an extension for this?

On Wed, Dec 27, 2017 at 5:22 PM, Nir Bar via wix-users <
wix-users at lists.wixtoolset.org> wrote:

> Lord has heard thee ;-)
>
>
> You can convert it to a base64 string.
> Create an immediate custom actions that sets the property by calling
> CryptBinaryToString function.
> Then in the deferred CA call CryptStringToBinary to get the bytes.
>
>
>
>
>
> --Independent WiX Expert. Creator of-
> JetBA: WPF Bootstrapper User Interface Framework
>
> JetBA++: Native Qt Bootstrapper User Interface Framework
>
>
>
>
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list