[java-identity-provider] 02/02: Prepare windows installer for Beta release
Rod Widdowson
rdw at steadingsoftware.com
Mon Feb 3 05:43:18 EST 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=004e6d9183fadaf2fb630c199813ec721735a315
commit 004e6d9183fadaf2fb630c199813ec721735a315
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Feb 3 10:43:11 2020 +0000
Prepare windows installer for Beta release
---
idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
index 7ffed0c..34f7a38 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
@@ -19,8 +19,8 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Name="Shibboleth IdP V4" Language="1033" Version="4.0.0.255" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
- <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V4.0" Manufacturer="The Shibboleth Consortium" />
+ <Product Id="*" Name="Shibboleth IdP V4 BETA" Language="1033" Version="4.0.0.255" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V4.0 BETA" Manufacturer="The Shibboleth Consortium" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
<MediaTemplate EmbedCab="yes" />
@@ -33,8 +33,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/IDP30/Installation" />
- <Property Id="ARPURLUPDATEINFO" Value="https://wiki.shibboleth.net/confluence/display/IDP30/Upgrading" />
+ <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="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