Skip to content
⌘ NSIS Forum Archive

how can I invoke installation cancel manually

3 posts

kooudy#

how can I invoke installation cancel manually

I want to cancel installation depending on return code of ExecWait.

I am able to catch return code but I dont know how to invoke installation cancelation with preceding files to be uninstalled.

thanks
pospec#
"Uninstall" files using Delete and RMDir instructions.

You can "cancel" setup by Abort/Quit instruction.