CPACK_WIX_ACL.rst 634 B

1234567891011121314151617181920212223
  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 here::
  13. http://wixtoolset.org/documentation/manual/v3/xsd/wix/permission.html
  14. The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.