Hi everyone,
I'm new using NSIS toolkit to create my setups.
As I do not know if one of my needs is supported by NSIS, I choose to open a topic on it. Here is a short description:
My execution environment is Windows 7 without administration rights
I have a static library (from C sources compiled into a lib file)
I want my setup to link statically with this library to call its services.
Is there a way to do it using NSIS ?
Thank you for your answer !
Statically link with a lib
2 posts
No, to use custom functionality you must build a NSIS plug-in DLL.