I use this command in my script:
;Register a DLL
RegDLL "$INSTDIR\\PLUGINS\\Library\\library.dll" This command registers a dll file in Windows system. In uninstaller I have to unregister this library, so I use:UnregDLL "$INSTDIR\\PLUGINS\\Library\\library.dll" Library is unregistering, but I don't know why, NSIS uninstaller can't delete this library and folder where it is stored. What I have to do else, to delete all files and folders after unregistering library?Regards,
Pawel