Packaging a native Custom Action DLL and its dependencies

30 Views Asked by At

Working on a legacy application which use Wix3 to generate an installer, I want to implement a custom action in C++ that will do some calls to libcurl. The issue is that libcurl have some dependencies that I don't know how to embed.

I am aware of MakeSfxCA.exe that can package a custom action written in C# and native dlls, but is there a more native way ?

1

There are 1 best solutions below

0
Rob Mensching On

No one has contributed such a feature to the WiX Toolset yet.