[cpp-sp] 01/02: CPPSP-28 Windows Installers for Sp4 Agents
Codeberg
noreply at shibboleth.net
Tue Jan 6 14:40:54 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/02ca760b98e9aee5e09b634711ecd476dcc58597
commit 02ca760b98e9aee5e09b634711ecd476dcc58597
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jan 5 20:21:13 2026 +0000
CPPSP-28 Windows Installers for Sp4 Agents
https://shibboleth.atlassian.net/browse/CPPSP-28
Add some Component GUIDs in.
---
msi/wix6/sp4.wxs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/msi/wix6/sp4.wxs b/msi/wix6/sp4.wxs
index f0af7f88..0d21b221 100644
--- a/msi/wix6/sp4.wxs
+++ b/msi/wix6/sp4.wxs
@@ -69,11 +69,11 @@
</Directory>
<Feature Id="SPV4" ConfigurableDirectory="INSTALLDIR">
- <Component Id="SaveInstallDir" Directory = "etcShib" Bitness="always64" Guid="">
+ <Component Id="SaveInstallDir" Directory = "etcShib" Bitness="always64" Guid="{8E940A9F-CD5C-4DE4-87D3-063BF33400D6}">
<RegistryValue Id="TargetDir64" Root="HKLM" Key="SOFTWARE\Shibboleth" Name="InstallDir" Value="[INSTALLDIR]" Type="string" KeyPath="yes" />
</Component>
- <Component Id="ConfigFiles" Directory = "etcShib" Guid="">
+ <Component Id="ConfigFiles" Directory = "etcShib" Guid="{4F087264-7775-443B-9F86-B09439437733}">
<File Id="agent.ini" KeyPath="yes" Checksum="yes" Source="$(var.RootDir)\configs\agent.ini"/>
<File Id="apache24.config.in" Checksum="yes" Source="$(var.RootDir)\configs\apache24.config.in"/>
<File Id="attrChecker.html" Checksum="yes" Source="$(var.RootDir)\configs\attrChecker.html"/>
@@ -86,7 +86,7 @@
</Component>
<!-- For some reason the id/elif/endif thing isnt working -->
- <Component Id="LibFiles" Directory = "libShib" Guid="">
+ <Component Id="LibFiles" Directory = "libShib" Guid="{0B2F1FE1-53A8-4F25-A01A-9EBAD9FEDC69}">
<?if $(sys.BUILDARCH) = "x64"?>
<File Id="IIS_x64" KeyPath="yes" Checksum="yes" Source="$(var.RootDir)\Projects\vc22\x64\Release\iis_shib4.dll"/>
<File Id="IIS_x86" Name="iid_shib4_x86.dll" Checksum="yes" Source="$(var.RootDir)\Projects\vc22\Release\iis_shib4.dll"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list