You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
528 B

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