Skip to content

Commit

Permalink
removing error message box as it always triggers, and does not give e…
Browse files Browse the repository at this point in the history
…rror code
  • Loading branch information
gniezen committed Jul 10, 2019
1 parent fed38e3 commit d82341e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ RequestExecutionLevel admin
Var /GLOBAL Installer_x64
Var /GLOBAL Installer_x86

ClearErrors

StrCpy $DriverDir "$INSTDIR\resources\driver"

; Add our certificate to the local store to prevent unnecessary pop-up
Expand Down Expand Up @@ -75,9 +73,6 @@ 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 d82341e

Please sign in to comment.