[cpp-sp] branch main updated: Match EventLog with mc file

Codeberg noreply at shibboleth.net
Tue Jun 16 12:58:03 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/ac66383d492663b28b0f5f7aa55f6264ae066adc

The following commit(s) were added to refs/heads/main by this push:
     new ac66383d Match EventLog with mc file
ac66383d is described below

commit ac66383d492663b28b0f5f7aa55f6264ae066adc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 16 13:58:18 2026 +0100

    Match EventLog with mc file
---
 WindowsInstall/doupdate.bat | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/WindowsInstall/doupdate.bat b/WindowsInstall/doupdate.bat
index 0e8c81ea..bdc2461e 100644
--- a/WindowsInstall/doupdate.bat
+++ b/WindowsInstall/doupdate.bat
@@ -73,9 +73,9 @@ reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D9DA52E3-F96E-
 Rem
 Rem now the event viewer
 Rem
-reg add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Shibboleth\Shibboleth Service Provider" /f /v CategoryCount /t REG_DWORD /d 8  1> nul:
-reg add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Shibboleth\Shibboleth Service Provider" /f /v TypesSupported /t REG_DWORD /d 7  1> nul:
-reg add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Shibboleth\Shibboleth Service Provider" /f /v CategoryMessageFile /t REG_SZ /d "%TargetDir%\lib\shibboleth-sp\NativeLogMessages.dll"  1> nul:
-reg add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Shibboleth\Shibboleth Service Provider" /f /v EventMessageFile /t REG_SZ /d "%TargetDir%\lib\shibboleth-sp\NativeLogMessages.dll"  1> nul:
+reg add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Shibboleth\ShibbolethSPAgent" /f /v CategoryCount /t REG_DWORD /d 8  1> nul:
+reg add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Shibboleth\ShibbolethSPAgent" /f /v TypesSupported /t REG_DWORD /d 7  1> nul:
+reg add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Shibboleth\ShibbolethSPAgent" /f /v CategoryMessageFile /t REG_SZ /d "%TargetDir%\lib\shibboleth-sp\NativeLogMessages.dll"  1> nul:
+reg add "HKLM\SYSTEM\CurrentControlSet\Services\EventLog\Shibboleth\ShibbolethSPAgent" /f /v EventMessageFile /t REG_SZ /d "%TargetDir%\lib\shibboleth-sp\NativeLogMessages.dll"  1> nul:
 
 exit /b

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list