CPACK_WIX_ACL.rst 510 B

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