From 6241494cfd153e0e7106d743e4b02e6a53ac9170 Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Fri, 17 Jul 2015 09:01:57 +0000 Subject: [PATCH] SSPCPP-662 Set AllowSameVersionUpgrades to 'yes' https://issues.shibboleth.net/jira/browse/SSPCPP-662 The patching strategy for the SP moving forward will follow the IDP (sub-sub version change for non shib bundled product revisions). Since the 4th digit doesnt count towards the version stragety this becomes a same version upgrade. Which we need to allow. --- msi/WiX/ShibbolethSP-main-x64.wxs | 2 +- msi/WiX/ShibbolethSP-main-x86.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msi/WiX/ShibbolethSP-main-x64.wxs b/msi/WiX/ShibbolethSP-main-x64.wxs index 3905ca3..10716aa 100644 --- a/msi/WiX/ShibbolethSP-main-x64.wxs +++ b/msi/WiX/ShibbolethSP-main-x64.wxs @@ -24,7 +24,7 @@ Manufacturer='Shibboleth Consortium' InstallerVersion='300' Platform='x64'/> + MigrateFeatures='yes' Schedule='afterInstallExecute' AllowSameVersionUpgrades='yes' /> diff --git a/msi/WiX/ShibbolethSP-main-x86.wxs b/msi/WiX/ShibbolethSP-main-x86.wxs index fc61b26..db15f46 100644 --- a/msi/WiX/ShibbolethSP-main-x86.wxs +++ b/msi/WiX/ShibbolethSP-main-x86.wxs @@ -24,7 +24,7 @@ Manufacturer='Shibboleth Consortium' InstallerVersion='300'/> + MigrateFeatures='yes' Schedule='afterInstallExecute' AllowSameVersionUpgrades='yes'/> -- 2.1.4