CPACK_WIX_ACL.rst 611 B

12345678910111213141516171819202122
  1. CPACK_WIX_ACL
  2. -------------
  3. .. versionadded:: 3.1
  4. Specifies access permissions for files or directories
  5. installed by a WiX installer.
  6. The property can contain multiple list entries,
  7. each of which has to match the following format.
  8. ::
  9. <user>[@<domain>]=<permission>[,<permission>]
  10. ``<user>`` and ``<domain>`` specify the windows user and domain for which the
  11. ``<Permission>`` element should be generated.
  12. ``<permission>`` is any of the YesNoType attributes listed at:
  13. https://docs.firegiant.com/wix3/xsd/wix/permission/
  14. The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.