Skip to content

Commit

Permalink
show when error occurs during install
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Jul 10, 2019
1 parent 1022585 commit 82dd5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ RequestExecutionLevel admin
${EndIf}
${EndIf}

IfErrors 0 +2
MessageBox MB_OK "Error occurred during installation." IDOK +2
WriteINIStr "$TEMP\TidepoolUploader.ini" "InstallCount" "Value" "$8"

!macroend

0 comments on commit 82dd5bd

Please sign in to comment.