add init error message, fix installer

This commit is contained in:
Jonathan Jenne
2019-07-04 11:19:04 +02:00
parent 8b70b0f67b
commit 46a0255b68
3 changed files with 65 additions and 30 deletions

View File

@@ -102,7 +102,7 @@ Public NotInheritable Class frmSplash
ERROR_INIT = "DATABASE"
End If
Catch ex As Exception
MsgBox("Unexpected Error in bw_DoWork: " & vbNewLine, MsgBoxStyle.Critical)
MsgBox("Unexpected Error in bw_DoWork: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
End Sub