B.1 Introduction
The Library header file can be used to setup dynamic link libraries (DLL) and type libraries (TLB). If necessary, the following actions will be performed:
- File copying
- File copying on reboot
- Version checks
- Registration and unregistration
- Registration and unregistration on reboot
- Shared DLL counting
- Windows File Protection checks
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.