Archive: Installer process keeps running after Quit


Installer process keeps running after Quit
Hi,

I am using the Quit command in .onInit after an Operating system check and a accounttype check.

The installer seems to quit, but if you look in Windows TaskManager, the process is still running.
Using Abort has the same effect.

Is there a way to really make the process stop ?


Quit and Abort should do that. If they don't, you probably have some plug-in running in the background that doesn't allow it to get unloaded. Check which DLL files are loaded with Process Explorer.


I had a /NOUNLOAD somewhere in .onInit
Just removing it did the trick,

thanks kichik