CPACK_WIX_ACL.rst 528 B

12345678910111213141516171819
  1. CPACK_WIX_ACL
  2. -------------
  3. Specifies access permissions for files or directories
  4. installed by a WiX installer.
  5. The property can contain multiple list entries,
  6. each of which has to match the following format.
  7. ::
  8. <user>[@<domain>]=<permission>[,<permission>]
  9. ``<user>`` and ``<domain>`` specify the windows user and domain for which the
  10. ``<Permission>`` element should be generated.
  11. ``<permission>`` is any of the YesNoType attributes listed here::
  12. http://wixtoolset.org/documentation/manual/v3/xsd/wix/permission.html