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!