Skip to content
⌘ NSIS Forum Archive

Installer process keeps running after Quit

3 posts

MVB#

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 ?
kichik#
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.