AW: Problems installing shibboleth-sp on localized versions of Windows
von Wittich, Christoph
Christoph.vonWittich at bv.aok.de
Mon Apr 8 08:15:08 UTC 2024
Hi!
Is there any timeframe for a fixed installer? I really need to install this on a Windows Server with german locale.
Christoph von Wittich
-----Ursprüngliche Nachricht-----
Von: users <users-bounces at shibboleth.net> Im Auftrag von von Wittich, Christoph via users
Gesendet: Freitag, 15. März 2024 15:18
An: Shib Users <users at shibboleth.net>
Cc: von Wittich, Christoph <Christoph.vonWittich at bv.aok.de>
Betreff: AW: Problems installing shibboleth-sp on localized versions of Windows
https://shibboleth.atlassian.net/browse/SSPCPP-985
Proper fix is to use:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
...
<PropertyRef Id="WIX_ACCOUNT_ADMINISTRATORS" />
<PropertyRef Id="WIX_ACCOUNT_LOCALSYSTEM" />
<PropertyRef Id="WIX_ACCOUNT_USERS" />
...
<CreateFolder>
<Permission User="[WIX_ACCOUNT_ADMINISTRATORS]" GenericAll="yes" />
<Permission User="[WIX_ACCOUNT_LOCALSYSTEM]" GenericAll="yes" />
<Permission User="[WIX_ACCOUNT_USERS]" ReadPermission="yes" GenericRead="yes" GenericExecute="yes" Read="yes" />
...
Christoph von Wittich
--
For Consortium Member technical support, see https://shibboleth.atlassian.net/wiki/x/ZYEpPw
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list