I use the following to create permissions for a folder:
<Directory>
<CreateFolder>
<util:PermissionEx GenericAll="yes" User="user" Domain="domain" />
</CreateFolder>
</Directory>
What is a preferable way to revoke them for the user on uninstall? RemoveFolder seems not to work with util:PermissionEx.