We have an installation script written in install4j.
Our installer needs to call custom code from the library jniwrap.dll. We included jniwrap.dll into the install4j project and declared it in 'Installer' > 'Custom Code & Resources'.
Unfortunately the installation fails: jniwrap.dll cannot be loaded because it's not in the search path.
Do you know how the error can be fixed? What about the jniwrapper's license file? Do we have to insert it to the install4j project, too?
Thank you in advance.