[cpp-sp] branch main updated (4130bfd1 -> 734de804)
Codeberg
noreply at shibboleth.net
Mon Mar 23 19:55:41 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch main
in repository cpp-sp.
from 4130bfd1 Garnish DefaultAppPool in permission with "IIS POOL"
new a654b96c CPPSP-53 Replace Windows Installer with Bat and C program (for registry operations)
new 88f7fd93 Tidy top level .gitignore file
new 94f88d29 CPPSP-53 Replace Windows Installer with Bat and C program (for registry operations)
new 09d9ace1 CPPSP-53 Replace Windows Installer with Bat and C program (for registry operations)
new 734de804 CPPSP-53 Replace Windows Installer with Bat and C program (for registry operations)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 8 ----
Projects/vc22/.gitignore | 2 +
Projects/vc22/Shibboleth.sln | 2 +-
.../vc22/{MsiVersion.vcxproj => Version.vcxproj} | 2 +-
...ion.vcxproj.filters => Version.vcxproj.filters} | 2 +-
.../MsiVersion.cpp => Version/Version.cpp} | 7 ++-
Projects/vc22/build.bat | 48 ++++++++++++++-----
Projects/vc22/install.bat | 1 +
WindowsInstall/doupdate.bat | 1 +
WindowsInstall/install.bat | 1 +
WindowsInstall/setreg.bat | 53 +++++++++++++++++++++
{msi => WindowsInstall}/shib.ico | Bin
{msi => WindowsInstall}/sp4.wxs | 0
WindowsInstall/update.bat | 1 +
msi/.gitignore | 1 -
msi/installer.vcxproj | 29 -----------
msi/nuget.config | 11 -----
shibsp/version.h | 1 +
18 files changed, 106 insertions(+), 64 deletions(-)
create mode 100644 Projects/vc22/.gitignore
rename Projects/vc22/{MsiVersion.vcxproj => Version.vcxproj} (99%)
rename Projects/vc22/{MsiVersion.vcxproj.filters => Version.vcxproj.filters} (94%)
rename Projects/vc22/{MsiVersion/MsiVersion.cpp => Version/Version.cpp} (73%)
create mode 100644 Projects/vc22/install.bat
create mode 100644 WindowsInstall/doupdate.bat
create mode 100644 WindowsInstall/install.bat
create mode 100644 WindowsInstall/setreg.bat
rename {msi => WindowsInstall}/shib.ico (100%)
rename {msi => WindowsInstall}/sp4.wxs (100%)
create mode 100644 WindowsInstall/update.bat
delete mode 100644 msi/.gitignore
delete mode 100644 msi/installer.vcxproj
delete mode 100644 msi/nuget.config
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list