Hi,
For my application installer I use the WIX Toolset. I would like to check while installing the maintenance policy.
For that I used the CustomAction of the WIX Toolset. The CustomAction Visual Studio project will pack all the used dlls to a single ‘CustomActionLicenseCheck.CA.dll’.
My problem is that the LexActivator32.dll is a unmanaged dll and that’s why it get not pack to the ‘CustomActionLicenseCheck.CA.dll’. Does somebody have expirience on that?
Best regards