[shibboleth-sp2] 10/82: SSPCPP-689 Update Windows Installer version to 3.1
Etienne Dysli Metref
edm-guest at moszumanska.debian.org
Thu Nov 16 08:16:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
edm-guest pushed a commit to branch master
in repository shibboleth-sp2.
commit af9928426fd04de7b37e0eb7e5260abfcabac035
Author: Rod Widdowson <rdw at steadingsoftware.com>
Date: Thu Dec 29 17:15:28 2016 +0000
SSPCPP-689 Update Windows Installer version to 3.1
https://issues.shibboleth.net/jira/browse/SSPCPP-689
VC14 run time library merge module requires this. This installer
is available for version from Win2K up, so no loss in function.
---
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 f7a5726..d0b315a 100644
--- a/msi/WiX/ShibbolethSP-main-x64.wxs
+++ b/msi/WiX/ShibbolethSP-main-x64.wxs
@@ -21,7 +21,7 @@
Manufacturer='Shibboleth Consortium' Name='Shibboleth Service Provider'
UpgradeCode='$(var.ShibbolethUpgradeCode)' Version='$(var.ShibbolethVersion).$(var.ShibbolethPatchVersion)'>
<Package Description='Shibboleth SP (x86 and x64) V$(var.ShibbolethVersion) Patch Level $(var.ShibbolethPatchVersion)' Compressed='yes'
- Manufacturer='Shibboleth Consortium' InstallerVersion='300' Platform='x64'/>
+ Manufacturer='Shibboleth Consortium' InstallerVersion='301' Platform='x64'/>
<MajorUpgrade DowngradeErrorMessage='A later version of [ProductName] is already installed. Setup will now exit.'
MigrateFeatures='yes' Schedule='afterInstallExecute' AllowSameVersionUpgrades='yes' />
diff --git a/msi/WiX/ShibbolethSP-main-x86.wxs b/msi/WiX/ShibbolethSP-main-x86.wxs
index 533565b..49fea69 100644
--- a/msi/WiX/ShibbolethSP-main-x86.wxs
+++ b/msi/WiX/ShibbolethSP-main-x86.wxs
@@ -21,7 +21,7 @@
Manufacturer='Shibboleth Consortium' Name='Shibboleth Service Provider'
UpgradeCode='$(var.ShibbolethUpgradeCode)' Version='$(var.ShibbolethVersion).$(var.ShibbolethPatchVersion)'>
<Package Description='Shibboleth SP (x86) V$(var.ShibbolethVersion) Patch Level $(var.ShibbolethPatchVersion)' Compressed='yes'
- Manufacturer='Shibboleth Consortium' InstallerVersion='300'/>
+ Manufacturer='Shibboleth Consortium' InstallerVersion='301'/>
<MajorUpgrade DowngradeErrorMessage='A later version of [ProductName] is already installed. Setup will now exit.'
MigrateFeatures='yes' Schedule='afterInstallExecute' AllowSameVersionUpgrades='yes'/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list