Archive: NSIS generator for DLL projects?


NSIS generator for DLL projects?
I just discovered the "NSIS Quick Setup Script Generator" and am finding it really awesome! I am curious if there is also the option to generate an installer that registers a DLL file. In my case it would be an Internet Explorer plugin (Explorer bar).


Francis


All you need is to add 2 lines of code in the generated script,
1) !include Library.nsh
2) !insertmacro InstallLib with_the_appropriate_parameters.