Hello
I am again writing about installer which I implement using ManagedProject. I need to use 3rd party library for a custom action. So I added appropriate nuget package to the installer project. But during the installation that custom action fails with message something like "Cannot find dll file" and it seems that dll file which comes from the 3rd library is not included/accessible in the installer.
Currently we resolved this issue by creating a separate program which performs operations with that library and this program is run from the custom action. Is there any better way how to use 3rd libraries in the installer project?
Tibor
I am again writing about installer which I implement using ManagedProject. I need to use 3rd party library for a custom action. So I added appropriate nuget package to the installer project. But during the installation that custom action fails with message something like "Cannot find dll file" and it seems that dll file which comes from the 3rd library is not included/accessible in the installer.
Currently we resolved this issue by creating a separate program which performs operations with that library and this program is run from the custom action. Is there any better way how to use 3rd libraries in the installer project?
Tibor