big-r81 commented on issue #5028:
URL: https://github.com/apache/couchdb/issues/5028#issuecomment-2040405365
Hi,
commenting on your video from above:
The msi is doing an administrative installation of CouchDB (UAC window is
opening during setup), so the install directory has system rights. Looking at
the wix installer we have this:
```
<CreateFolder>
<Permission User="[WIX_ACCOUNT_LOCALSYSTEM]" GenericAll="yes" />
<Permission User="[WIX_ACCOUNT_ADMINISTRATORS]" GenericAll="yes" />
<Permission User="[WIX_ACCOUNT_USERS]" GenericRead="yes"
GenericExecute="yes" />
</CreateFolder>
```
So users in the USERS group will get read/execute access by default ...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]