Unload on last call

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1702 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-14 19:20:40 +00:00
parent 06f40f7e31
commit 2f8a2e37a7

View file

@ -103,6 +103,9 @@ enumex: ; End of drives or user cancel
MessageBox MB_OK "GetFileSysTime example: file '$CMDLINE', year $1, month $2, dow $3, day $4, hour $5, min $6, sec $7, ms $8"
; last plugin call must not have /NOUNLOAD so NSIS will be able to delete the temporary DLL
SetPluginUnload manual
; free memory from SYSTEMTIME
System::Free $R0