NSIS 2.01 features a new system for the installation and uninstallation of dynamic link libraries (DLL) and type libraries (TLB). Using this new system you can handle the complete setup with one single line of code:
The macros are stored in the header file Library.nsh, which should be included in scripts using this system:
!include Library.nsh
Note that the library macros are limited on non-Windows platforms. DLL version information is required when compiling on non-Windows platforms.