Skip to content
⌘ NSIS Forum Archive

ebanner not unloading

3 posts

zivha#

ebanner not unloading

Hello,

I am using a bunch of plugins in my installer, and when the installer finishes they all seem to be removed from the %TEMP% folder (i.e. DLLs deleted), all but ebanner.dll. Anyone had this experience? any ideas?

Thanks!
Afrow UK#
If the plug-in does not use the new Plug-in API make sure your last plug-in call is without /NOUNLOAD (ebanner::stop in this case).

Stu