[java-identity-provider] 01/02: IDP-2140 Move forward Windows Installer to V5
Rod Widdowson
rdw at steadingsoftware.com
Sat Jul 15 14:28:29 UTC 2023
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=d8c0a9e3d0aef4c56b024e5d8c8712ee46b84767
commit d8c0a9e3d0aef4c56b024e5d8c8712ee46b84767
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 13 11:34:27 2023 +0100
IDP-2140 Move forward Windows Installer to V5
https://shibboleth.atlassian.net/browse/IDP-2140
Update help URLs
---
idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
index 15ba1d46c..71d1b98ab 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
@@ -17,7 +17,6 @@
<?define UpgradeUUID="8d3bfb53-47ff-4cbc-9363-cbf9e46bedc4"?>
-
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Shibboleth IdP V5" Language="1033" Version="5.0.0.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
<Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="x64" Description="Shibboleth IdP V5" Manufacturer="The Shibboleth Consortium" />
@@ -30,8 +29,8 @@
<!-- Information for the properties page of the msi -->
<Property Id="ARPCONTACT" Value="contact at shibboleth.net" />
- <Property Id="ARPHELPLINK" Value="https://wiki.shibboleth.net/confluence/display/IDP4/Installation#Installation-WindowsInstallation" />
- <Property Id="ARPURLUPDATEINFO" Value="https://wiki.shibboleth.net/confluence/display/IDP4/WindowsInstallation#WindowsInstallation-Upgrade" />
+ <Property Id="ARPHELPLINK" Value="https://shibboleth.atlassian.net/wiki/spaces/IDP5/pages/3199500769/WindowsInstallation" />
+ <Property Id="ARPURLUPDATEINFO" Value=" https://wiki.shibboleth.net/confluence/display/IDP5/Installation#Installation-WindowsInstallation" />
<Property Id="ARPURLINFOABOUT" Value="http://shibboleth.net/" />
<Property Id="ARPNOMODIFY" Value="TRUE" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list