[java-identity-provider COMMIT] /trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
noreply at shibboleth.net
noreply at shibboleth.net
Fri Nov 20 04:41:59 EST 2015
Author: rdw
Date: Fri Nov 20 04:41:59 2015
New Revision: 8008
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8008&view=rev
Log:
IDP-839 Update the Name of the installer.
https://issues.shibboleth.net/jira/browse/IDP-839?focusedCommentId=21553&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-21553
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=8008&r1=8007&r2=8008&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs (original)
+++ trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs Fri Nov 20 04:41:59 2015
@@ -20,7 +20,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.2.0.3" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
- <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.1" Manufacturer="The Shibboleth Consortium" />
+ <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.2" Manufacturer="The Shibboleth Consortium" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
<MediaTemplate EmbedCab="yes" />
More information about the commits
mailing list