From 4d0f9797c6de091e083395d4432c56d192154ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Thu, 21 Jul 2022 15:29:56 +0200 Subject: [PATCH] SEBWIN-510: Implemented configuration tool changes. --- SebWindowsConfig/SebWindowsConfig.csproj | 17 +- SebWindowsConfig/SebWindowsConfigForm.cs | 1737 +++++++++-------- .../SebWindowsConfigGUIManagement.cs | 384 ++-- .../Utilities/SEBProtectionController.cs | 72 +- 4 files changed, 1149 insertions(+), 1061 deletions(-) diff --git a/SebWindowsConfig/SebWindowsConfig.csproj b/SebWindowsConfig/SebWindowsConfig.csproj index 50f9d1af..4a9aef60 100644 --- a/SebWindowsConfig/SebWindowsConfig.csproj +++ b/SebWindowsConfig/SebWindowsConfig.csproj @@ -36,7 +36,7 @@ full false bin\x86\Debug\ - DEBUG;TRACE + TRACE;DEBUG;X86 prompt 0 false @@ -46,7 +46,7 @@ pdbonly true bin\x86\Release\ - TRACE + TRACE;X86 prompt 4 false @@ -198,8 +198,17 @@ - - + IF EXIST "C:\SEB\seb_$(PlatformName).dll" ( + robocopy "C:\SEB" "$(TargetDir)\" "seb_$(PlatformName).dll" /np + + IF %2525ERRORLEVEL%2525 GEQ 8 ( + EXIT 1 + ) +) ELSE ( + ECHO WARNING: Integrity module not included! +) + +EXIT 0