AW: Problems installing shibboleth-sp on localized versions of Windows
von Wittich, Christoph
Christoph.vonWittich at bv.aok.de
Fri Mar 15 14:17:46 UTC 2024
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
More information about the users
mailing list