[wix-users] Custom Actions in separate assembly

Edwin Castro egcastr at gmail.com
Thu Jun 28 10:25:28 PDT 2018


WixSharp is not  part of the WiX Toolset. You should probably ask your
questions about WixSharp with the authors of WixSharp.

--
Edwin G. Castro


On Thu, Jun 28, 2018 at 1:46 AM, Хакер Математики via wix-users <
wix-users at lists.wixtoolset.org> wrote:

> I am writing a MSI setup with WixSharp and am using Custom Actions within.
>
> The CAs themselves work fine, but now I've added an embedded WPF UI as per
> WixSharp sample EmbeddedUI_WPF.
>
> So now it seems I have to move CAs into separate assembly, because of "CA
> and UI entry points cannot be in the same assembly" error message. When I
> do so, the installer compiles OK, producing MSI file.
>
> However, the MSI seems to not find CAs, as installation fails.
>
> So how do I link/call CAs from separate assembly?
>
> --
> Andrei Samoylov
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list