[cpp-sp] 03/03: Garnish DefaultAppPool in permission with "IIS POOL"
Codeberg
noreply at shibboleth.net
Mon Mar 16 16:35:40 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/4130bfd1c24b8fba7c72f83741e4a16b30d36220
commit 4130bfd1c24b8fba7c72f83741e4a16b30d36220
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 3 20:11:42 2026 +0000
Garnish DefaultAppPool in permission with "IIS POOL"
---
msi/sp4.wxs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/msi/sp4.wxs b/msi/sp4.wxs
index fbc45f50..cdc16af8 100644
--- a/msi/sp4.wxs
+++ b/msi/sp4.wxs
@@ -164,7 +164,7 @@
<CustomAction Id="InheritInstallDir" Property="INSTALLDIR" Value="[OLD_INSTALLDIR]" />
<CustomAction Id="DefaultWebServerUser" Property="WEBSERVER_USER" Value="[WIX_ACCOUNT_LOCALSERVICE]" />
- <CustomAction Id="IISWebServerUser" Property="WEBSERVER_USER" Value="DefaultAppPool" />
+ <CustomAction Id="IISWebServerUser" Property="WEBSERVER_USER" Value="IIS APPPOOL\DefaultAppPool" />
<!-- IIS install/uninstall -->
<CustomAction Id="QtIISInstall" DllEntry="WixQuietExec" Execute="deferred" Impersonate="no" BinaryRef="Wix4UtilCA_$(sys.BUILDARCHSHORT)" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list