[cpp-sp] 03/03: CPPSP-28 Windows Installers for Sp4 Agents
Codeberg
noreply at shibboleth.net
Tue Jan 20 11:48:52 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/8d5c1f51a58d716fbc6324d7f483f1894cefb09d
commit 8d5c1f51a58d716fbc6324d7f483f1894cefb09d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jan 19 20:14:39 2026 +0000
CPPSP-28 Windows Installers for Sp4 Agents
https://shibboleth.atlassian.net/browse/CPPSP-28 CPPSP-28 Windows Installers for Sp4 Agents
Reboot after an IIS install (only)
---
msi/wix6/sp4.wxs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/msi/wix6/sp4.wxs b/msi/wix6/sp4.wxs
index 24e7ce37..8ba1e94e 100644
--- a/msi/wix6/sp4.wxs
+++ b/msi/wix6/sp4.wxs
@@ -244,7 +244,8 @@
Condition="Installed AND IISMAJORVERSION AND (REMOVE="ALL") AND (NOT UPGRADINGPRODUCTCODE)"/>
<?endif?>
- </InstallExecuteSequence>
+ <ScheduleReboot Before="InstallFinalize" Condition="(NOT Installed) AND IISMAJORVERSION" />
+ </InstallExecuteSequence>
</Package>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list