From 46a0255b684c5b8f629de5e0f19b5ca7a043c988 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Thu, 4 Jul 2019 11:19:04 +0200 Subject: [PATCH] add init error message, fix installer --- .../DD_Clipboard_Watcher.vbproj | 12 +-- app/DD_Clipboard_Searcher/frmSplash.vb | 2 +- app/SetupWix/Product.wxs | 81 ++++++++++++++----- 3 files changed, 65 insertions(+), 30 deletions(-) diff --git a/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj b/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj index 9282b96..9c1851f 100644 --- a/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj +++ b/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj @@ -56,39 +56,35 @@ False - False - False - False - False - False - False - False - ..\..\..\DDMonorepo\Modules.Config\bin\Debug\DigitalData.Modules.Config.dll + + False + ..\..\..\DDMonorepo\Filesystem\bin\Debug\DigitalData.Modules.Filesystem.dll + ..\..\..\DDMonorepo\Modules.Config\bin\Debug\DigitalData.Modules.Logging.dll diff --git a/app/DD_Clipboard_Searcher/frmSplash.vb b/app/DD_Clipboard_Searcher/frmSplash.vb index dae5b27..3e2015b 100644 --- a/app/DD_Clipboard_Searcher/frmSplash.vb +++ b/app/DD_Clipboard_Searcher/frmSplash.vb @@ -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 diff --git a/app/SetupWix/Product.wxs b/app/SetupWix/Product.wxs index 8f33582..fdb9f39 100644 --- a/app/SetupWix/Product.wxs +++ b/app/SetupWix/Product.wxs @@ -43,18 +43,43 @@ - + + + + + + + + + + + + + + + + + + + + + + + - - - - + @@ -65,6 +90,7 @@ + @@ -84,29 +110,16 @@ - - + - - - - - - - - - - - - @@ -116,14 +129,25 @@ - + + + + DISABLE_DESKTOP_ICON + + + + + DISABLE_STARTMENU_ICON + + - + + 1 + 1 + 1 + 1