Skip to content
⌘ NSIS Forum Archive

NSIS compiled into a dll

4 posts

cooladn#

NSIS compiled into a dll

Hi!

As i would like to integrate nsis in a project, i would like to know if there is a solution that offer a nsis version compiled into a dll.
Next, I would like to know if we have rigths to do that.

For information, the only solution to integrate NSIS to my project is a dll. 😳) No command line...

Thanks for your help.
onad#
What exectly do you want to integrate, "Makensis" and everything in DLL?

BTW www.molebox.com might be of help for you, just make a stub DLL that comunicates with makensis.

I'm NOT related to molebox.
kichik#
Next, I would like to know if we have rigths to do that.
Absolutely. Would be nice of you to also publish the solution. A patch for the build system would be even better.
cooladn#
[B]What exectly do you want to integrate, "Makensis" and everything in DLL?
Hi and thanks for your times.

The best solution should be creating a DLL including all in one. But in the first time, i will be satisfy if only "Makensis" was in it, with the possibility to set the path of needed files to compile.

I will try to do it, as Kichik tell me i could 😳)