[java-identity-provider] branch main updated: IDP-2355 Move to Wix 5

Rod Widdowson rdw at steadingsoftware.com
Tue Mar 4 10:06:33 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=38bb32d29ceef791b29a7aeb6f29a99eec1589e3

The following commit(s) were added to refs/heads/main by this push:
     new 38bb32d29 IDP-2355 Move to Wix 5
38bb32d29 is described below

commit 38bb32d29ceef791b29a7aeb6f29a99eec1589e3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Feb 21 11:32:44 2025 +0000

    IDP-2355 Move to Wix 5
    
    https://shibboleth.atlassian.net/issues/IDP-2355
---
 idp-msi/src/main/wix/ShibbolethIdP-gui.wxs |  2 +-
 idp-msi/src/main/wix/idp.vcxproj           | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/idp-msi/src/main/wix/ShibbolethIdP-gui.wxs b/idp-msi/src/main/wix/ShibbolethIdP-gui.wxs
index 9e7e671af..87b34c11f 100644
--- a/idp-msi/src/main/wix/ShibbolethIdP-gui.wxs
+++ b/idp-msi/src/main/wix/ShibbolethIdP-gui.wxs
@@ -16,7 +16,7 @@
     <WixVariable Id="WixUILicenseRtf" Value="$(var.ProjectDir)\license.rtf" />
     <WixVariable Id="WixUIBannerBmp" Value="$(var.ProjectDir)\TopBanner.bmp" />
     <WixVariable Id="WixUIDialogBmp" Value="$(var.ProjectDir)\Dialog.bmp" />
-    <WixVariable Id="WixUICostingPopupOptOut" Value="1" />
+<!--    <WixVariable Id="WixUICostingPopupOptOut" Value="1" /> -->
 
     <!-- GUI For Shibboleth installer.  Uses the Wix packages, but linked in
          blindly by looking at documentation (for sizes and dialog names) 
diff --git a/idp-msi/src/main/wix/idp.vcxproj b/idp-msi/src/main/wix/idp.vcxproj
index 6ad03630f..fcd34056f 100644
--- a/idp-msi/src/main/wix/idp.vcxproj
+++ b/idp-msi/src/main/wix/idp.vcxproj
@@ -1,9 +1,9 @@
-<Project Sdk="WixToolset.Sdk/4.0.5">
+<Project Sdk="WixToolset.Sdk/5.0.2">
     <ItemGroup>
-	<PackageReference Include="WixToolset.Util.wixext" Version="4.0.5"/>
-	<PackageReference Include="WixToolset.UI.wixext" Version="4.0.5"/>
-	<PackageReference Include="WixToolset.Firewall.wixext" Version="4.0.5" />
-	<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
+	<PackageReference Include="WixToolset.Util.wixext" Version="5.0.2"/>
+	<PackageReference Include="WixToolset.UI.wixext" Version="5.0.2"/>
+	<PackageReference Include="WixToolset.Firewall.wixext" Version="5.0.2" />
+	<PackageReference Include="WixToolset.Heat" Version="5.0.2" />
     </ItemGroup>
     <PropertyGroup>
 	<IdPVersion>unspecified</IdPVersion>

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


More information about the commits mailing list