Archive: ebanner not unloading


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!


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


Hi Stu, thanks for the quick reply. Fantastic it works! :-)