Skip to content

Commit

Permalink
The uninstaller will show unsuccessful finish page when uninstall fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored and bonsaiviking committed Jan 5, 2017
1 parent 064d2a3 commit 9b33ee2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/Npcap-for-nmap.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,10 @@ Section "Uninstall"
${If} $no_confirm == "yes"
SetAutoClose true
${EndIf}
Goto uninstall_ok

uninstall_fail:
Abort
uninstall_ok:

SectionEnd

0 comments on commit 9b33ee2

Please sign in to comment.