summaryrefslogtreecommitdiff
path: root/Help/prop_inst/CPACK_WIX_ACL.rst
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2014-08-09 14:50:49 +0200
committerNils Gladitz <nilsgladitz@gmail.com>2014-08-09 15:30:21 +0200
commit12418f5c264ef8e66724cbb19e1304416452c7f8 (patch)
tree8a24da8109930edc8589b82ba36c73369be1d7d4 /Help/prop_inst/CPACK_WIX_ACL.rst
parenta99b42a4101dfa29ef3ebbfcbac58226879fd2f3 (diff)
downloadcmake-12418f5c264ef8e66724cbb19e1304416452c7f8.tar.gz
CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property
Diffstat (limited to 'Help/prop_inst/CPACK_WIX_ACL.rst')
-rw-r--r--Help/prop_inst/CPACK_WIX_ACL.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/Help/prop_inst/CPACK_WIX_ACL.rst b/Help/prop_inst/CPACK_WIX_ACL.rst
new file mode 100644
index 0000000000..e7d526aab4
--- /dev/null
+++ b/Help/prop_inst/CPACK_WIX_ACL.rst
@@ -0,0 +1,17 @@
+CPACK_WIX_ACL
+-------------
+
+Specifies access permissions for files 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