Skip to content
⌘ NSIS Forum Archive

How to stop execution of script?

3 posts

internetfreakz#

How to stop execution of script?

Hellow,

In the manually, I found that you can abort an nsis-installer script with the commando "Abort".

When I use this, the function where I placed it in is stopped, but the installer executes the next pages of my installer wizard 🙁

Is there a solution to abort the complete installer?

Thanks!