https://github.com/Kitware/CMake
Raw File
Tip revision: 0c86d15459eeef2ddd15644b7bb3d7854f226334 authored by Brad King on 28 January 2021, 15:28:45 UTC
CMake 3.19.4
Tip revision: 0c86d15
CPACK_WIX_ACL.rst
CPACK_WIX_ACL
-------------

.. versionadded:: 3.1

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`.
back to top