summaryrefslogtreecommitdiff
path: root/share/cmake-3.18/Help/prop_inst/CPACK_WIX_ACL.rst
blob: c88f42675c98be5bc3eb45b58013e48212cbf959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CPACK_WIX_ACL
-------------

Specifies access permissions for files or directories
installed by a WiX installer.

The property can contain multiple list entries,
each of which has to match the following format.

::

  <user>[@<domain>]=<permission>[,<permission>]

``<user>`` and ``<domain>`` specify the windows user and domain for which the
``<Permission>`` element should be generated.

``<permission>`` is any of the YesNoType attributes listed here::

 http://wixtoolset.org/documentation/manual/v3/xsd/wix/permission.html

The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.