[cpp-sp] branch main updated: SSPCPP-970 Fix for SSPCPP-961 overwrites existing ACLs on patch update install
Rod Widdowson
rdw at steadingsoftware.com
Thu Mar 9 14:38:39 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=24f16d98ebd0a2d8bc8996f59b16fe40bc8e6933
The following commit(s) were added to refs/heads/main by this push:
new 24f16d98 SSPCPP-970 Fix for SSPCPP-961 overwrites existing ACLs on patch update install
24f16d98 is described below
commit 24f16d98ebd0a2d8bc8996f59b16fe40bc8e6933
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 9 14:36:00 2023 +0000
SSPCPP-970 Fix for SSPCPP-961 overwrites existing ACLs on patch update install
https://shibboleth.atlassian.net/browse/SSPCPP-970
Conditionalize the lock down on NOT WIX_UPGRADE_DETECTED
---
msi/WiX/ShibbolethSP-noarch.wxs | 1 +
1 file changed, 1 insertion(+)
diff --git a/msi/WiX/ShibbolethSP-noarch.wxs b/msi/WiX/ShibbolethSP-noarch.wxs
index 0ad04fdb..0f563183 100644
--- a/msi/WiX/ShibbolethSP-noarch.wxs
+++ b/msi/WiX/ShibbolethSP-noarch.wxs
@@ -27,6 +27,7 @@
<DirectoryRef Id="INSTALLDIR">
<Component Id="ProtectInstallDir" Guid="{9F695B93-0575-4D91-9E22-35A8D6966F1B}">
+ <Condition>NOT WIX_UPGRADE_DETECTED</Condition>
<CreateFolder>
<Permission User="Administrators" GenericAll="yes" />
<Permission User="SYSTEM" GenericAll="yes" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list