[cpp-sp] branch main updated: Generalize some product info.

Codeberg noreply at shibboleth.net
Tue Feb 24 13:29: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/4a91ac254ae7280af499dc4bec59bdb4f59c9f5f

The following commit(s) were added to refs/heads/main by this push:
     new 4a91ac25 Generalize some product info.
4a91ac25 is described below

commit 4a91ac254ae7280af499dc4bec59bdb4f59c9f5f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 24 08:29:28 2026 -0500

    Generalize some product info.
---
 msi/sp4.wxs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/msi/sp4.wxs b/msi/sp4.wxs
index b938c222..b763d014 100644
--- a/msi/sp4.wxs
+++ b/msi/sp4.wxs
@@ -14,8 +14,8 @@
 
 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
       xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
-    <Package Name="Shibboleth SP V4 Windows Agent" Language="1033" Version="$(var.msiVersion)" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)" InstallerVersion="500">
-        <SummaryInformation Description="Shibboleth SP V4 Windows Agent" Manufacturer="The Shibboleth Consortium" />
+    <Package Name="Shibboleth SP Windows Agent" Language="1033" Version="$(var.msiVersion)" Manufacturer="Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)" InstallerVersion="500">
+        <SummaryInformation Description="Shibboleth SP Windows Agent" Manufacturer="The Shibboleth Consortium" />
         <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
         <MediaTemplate EmbedCab="yes" />
 

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


More information about the commits mailing list