From c82d314c15addaa1616417b3116f42851860c3c4 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 5 Apr 2022 10:42:37 +0200 Subject: [PATCH 1/7] Fix Setup --- app/SetupVS19/Product.wxs | 502 ++++++++++++++++++++------------------ 1 file changed, 263 insertions(+), 239 deletions(-) diff --git a/app/SetupVS19/Product.wxs b/app/SetupVS19/Product.wxs index 8424668..e0a9dbe 100644 --- a/app/SetupVS19/Product.wxs +++ b/app/SetupVS19/Product.wxs @@ -1,249 +1,273 @@ - - + - - - + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DISABLE_DESKTOP_ICON - - - - - DISABLE_STARTMENU_ICON - - - - - - - - - - - - 1 - 1 - 1 - 1 - 1 - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DISABLE_DESKTOP_ICON + + + + + DISABLE_STARTMENU_ICON + + + + + + + + + + + + 1 + 1 + 1 + 1 + 1 + + + \ No newline at end of file From 6351f8dfb219d238e2f14b9b3b3977fca010a4f5 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 5 Apr 2022 10:43:05 +0200 Subject: [PATCH 2/7] Version 2.5.2.2 --- app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb index a5d19c1..921394a 100644 --- a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb +++ b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + From 2acb8475bb6a323d955ce74438a2e0038fa4c7ce Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 5 Apr 2022 14:27:30 +0200 Subject: [PATCH 3/7] Version 2.5.2.3 --- app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb index 921394a..1b172ed 100644 --- a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb +++ b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + From 2044b414adba2b505c5f1c8ab435b9dbf18e461e Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 5 Apr 2022 14:50:18 +0200 Subject: [PATCH 4/7] Add MailLicense --- .../DD_Clipboard_Watcher.vbproj | 1 + app/DD_Clipboard_Searcher/MailLicense.xml | 23 +++++++++++++++++++ app/SetupVS19/Product.wxs | 1 + 3 files changed, 25 insertions(+) create mode 100644 app/DD_Clipboard_Searcher/MailLicense.xml diff --git a/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj b/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj index 49d121e..af2b6ba 100644 --- a/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj +++ b/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj @@ -400,6 +400,7 @@ + diff --git a/app/DD_Clipboard_Searcher/MailLicense.xml b/app/DD_Clipboard_Searcher/MailLicense.xml new file mode 100644 index 0000000..0510526 --- /dev/null +++ b/app/DD_Clipboard_Searcher/MailLicense.xml @@ -0,0 +1,23 @@ + + + 4dc5ef40-f1a9-468b-994c-b7ed600ad878 + Mail.dll + 2022-07-29 + Digital Data GmbH + single developer + Digital Data GmbH + + + + + + + + + + 75MRtl4ipYelIZYlpT8O7QDX9Zc= + + + Raxfkz6DfQVs/sMvH+F2nH0eHXD8FoUFSdP3t7AgBUdpABJQx86srlyuMSEhXPlc1THCqPouEVob4RsWnd9OXvTiPPSOUSK9zuNG6uz93KLAhpSD5PraAgBCF4jwZArlAp7aCNfZpHqQ3w6TRHS+CfravUU0AHHG3MZ1ZcRkGuo= + + \ No newline at end of file diff --git a/app/SetupVS19/Product.wxs b/app/SetupVS19/Product.wxs index e0a9dbe..b67b1b3 100644 --- a/app/SetupVS19/Product.wxs +++ b/app/SetupVS19/Product.wxs @@ -162,6 +162,7 @@ + From d0e28c651f4dd47d02bd46de6ea5c1d540138d67 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 5 Apr 2022 14:50:44 +0200 Subject: [PATCH 5/7] Version 2.5.2.4 --- app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb index 1b172ed..0bf2678 100644 --- a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb +++ b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb @@ -12,8 +12,8 @@ Imports System.Runtime.InteropServices - - + + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + From a7e103e97e2ac06620f2956bd27b88edc72f795a Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 5 Apr 2022 15:08:26 +0200 Subject: [PATCH 6/7] Include MailLicense in Project --- app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj b/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj index af2b6ba..5dee74e 100644 --- a/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj +++ b/app/DD_Clipboard_Searcher/DD_Clipboard_Watcher.vbproj @@ -400,7 +400,9 @@ - + + PreserveNewest + From 9f948a287a205f7e74d3f5f26ea4b78655457277 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 5 Apr 2022 16:37:28 +0200 Subject: [PATCH 7/7] Version 2.5.2.5 --- app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb index 0bf2678..2bfb1cc 100644 --- a/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb +++ b/app/DD_Clipboard_Searcher/My Project/AssemblyInfo.vb @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - +