[cpp-sp] 03/04: CPPSP-53 Rewrite Windows Installer as a '.bat' file
Codeberg
noreply at shibboleth.net
Mon Jun 29 14:38:11 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/46267c700d45513bd8ec50694aba1e4d0044a84f
commit 46267c700d45513bd8ec50694aba1e4d0044a84f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 29 13:13:57 2026 +0100
CPPSP-53 Rewrite Windows Installer as a '.bat' file
https://shibboleth.atlassian.net/browse/CPPSP-53
We no longer need the update command.
---
WindowsInstall/update.bat | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/WindowsInstall/update.bat b/WindowsInstall/update.bat
deleted file mode 100644
index 2b1f3dc3..00000000
--- a/WindowsInstall/update.bat
+++ /dev/null
@@ -1,28 +0,0 @@
- at echo off
-setlocal
-
-Rem probe for admin
-net session 1> nul 2> nul
-if %errorlevel% NEQ 0 (
- Echo Cannot update installation. This command needs to be run with administrative rights.
- exit /b
-)
-
-Rem fail if parameters is not a distribution
-
-Rem find kit root
-cd %1%
-set kit_root=%CD%
-
-if not exist "dist\dist-bin\doupdate.bat" (
- echo "%1% is not a Shibboleth agent distribution"
- exit /b
-)
-
-Rem find root of install
-cd %~dp0..\..
-set install_path=%cd%
-
-cd "%kit_root%\dist\dist-bin\"
-cmd /c doupdate.bat "%install_path%"
-
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list