[cpp-sp] branch main updated: CPPSP-53 Rewrite Windows Installer as a '.bat' file

Codeberg noreply at shibboleth.net
Sat Jun 13 13:35:47 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/69e0c818563c3b14b716fe1fb694b218e1be6e22

The following commit(s) were added to refs/heads/main by this push:
     new 69e0c818 CPPSP-53 Rewrite Windows Installer as a '.bat' file
69e0c818 is described below

commit 69e0c818563c3b14b716fe1fb694b218e1be6e22
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 13 14:35:39 2026 +0100

    CPPSP-53 Rewrite Windows Installer as a '.bat' file
    
    https://shibboleth.atlassian.net/browse/CPPSP-53
    
    Turn echo off on some bat files.
---
 WindowsInstall/setacl.bat    | 3 +--
 WindowsInstall/uninstall.bat | 1 +
 WindowsInstall/update.bat    | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/WindowsInstall/setacl.bat b/WindowsInstall/setacl.bat
index 6c0ef994..c07974bf 100644
--- a/WindowsInstall/setacl.bat
+++ b/WindowsInstall/setacl.bat
@@ -1,5 +1,4 @@
-Rem @echo off
-
+ at echo off
 setlocal
 echo Just add code
 
diff --git a/WindowsInstall/uninstall.bat b/WindowsInstall/uninstall.bat
index 66bdeeeb..a187f3cc 100644
--- a/WindowsInstall/uninstall.bat
+++ b/WindowsInstall/uninstall.bat
@@ -1,3 +1,4 @@
+ at echo off
 setlocal
 Rem
 Rem File to uninstall the SP agent
diff --git a/WindowsInstall/update.bat b/WindowsInstall/update.bat
index 0a5aacf2..739c7947 100644
--- a/WindowsInstall/update.bat
+++ b/WindowsInstall/update.bat
@@ -1,5 +1,4 @@
-Rem @echo off
-
+ at echo off
 setlocal
 
 Rem fail if parameters is not a distribution

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


More information about the commits mailing list