summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/prop_inst/CPACK_WIX_ACL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/prop_inst/CPACK_WIX_ACL.rst')
-rwxr-xr-xshare/cmake-3.5/Help/prop_inst/CPACK_WIX_ACL.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/prop_inst/CPACK_WIX_ACL.rst b/share/cmake-3.5/Help/prop_inst/CPACK_WIX_ACL.rst
new file mode 100755
index 0000000..4e13ec4
--- /dev/null
+++ b/share/cmake-3.5/Help/prop_inst/CPACK_WIX_ACL.rst
@@ -0,0 +1,19 @@
+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