Skip to content

Commit

Permalink
Restore 'GoTo NotInstalled' to continue installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Jul 7, 2022
1 parent c8a94d4 commit 0baccd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsist/spyder.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ Function validate_pre_install
${If} $0 <> 0
MessageBox MB_YESNO|MB_ICONSTOP "Failed to uninstall, continue anyway?" /SD IDYES IDYES NotInstalled IDNO NoUninstall
${EndIf}
GoTo NotInstalled
NoUninstall:
Quit
NotInstalled:
Expand Down

0 comments on commit 0baccd3

Please sign in to comment.