Skip to content
⌘ NSIS Forum Archive

to 'Quit' or to 'Abort'?

6 posts

n0On3#

to 'Quit' or to 'Abort'?

I was using Abort as a way to quit the installer, but today I faced a problem, using Abort leaves the program in the ctrl+alt+del menu, while Quit doesn't.

I read the docs and still can't see the difference. Do I have an understanding bug?
deguix#
Abort is used to skip pages, abort the installation, or program, in some places. Quit is used to QUIT immediatly the program at any place.
kichik#
Maybe you've left plug-ins running at the background with the /NOUNLOAD flag. Attach the script and I'll know better.