cooladn
21st November 2006 17:08 UTC
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. :o) No command line...
Thanks for your help.
onad
21st November 2006 18:26 UTC
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
21st November 2006 18:50 UTC
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
22nd November 2006 09:55 UTC
[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 :o)