[java-identity-provider COMMIT] /trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
noreply at shibboleth.net
noreply at shibboleth.net
Sat Dec 13 10:57:28 EST 2014
Author: rdw
Date: Sat Dec 13 10:57:28 2014
New Revision: 7086
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7086&view=rev
Log:
IDP-480 Setup the ARP stuff and pick a new subsubversion for the install (10)
Modified:
trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
Modified: trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs?rev=7086&r1=7085&r2=7086&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs (original)
+++ trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs Sat Dec 13 10:57:28 2014
@@ -19,7 +19,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.0.0.6" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.0.0.10" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
<Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.0" Manufacturer="The Shibboleth Consortium"/>
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes"
@@ -34,8 +34,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/Home" />
- <Property Id="ARPURLUPDATEINFO" Value="https://wiki.shibboleth.net/confluence/display/IDP30/Home" />
+ <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="ARPURLINFOABOUT" Value="http://shibboleth.net/" />
<Property Id="ARPNOMODIFY" Value="TRUE"/>
More information about the commits
mailing list