Skip to content
⌘ NSIS Forum Archive

The truth about /NOUNLOAD

3 posts

Joel#

The truth about /NOUNLOAD

I'm finishing my plugin but I don't want to use the parameter /NOUNLOAD...

What API does it uses or How can emulate its effects from my plugin?

Thanks!
kichik#
You can load the DLL yourself again and then when NSIS frees it, it will still have usage count of 1.