This commit is contained in:
kleuter
2023-11-01 21:39:10 +01:00
parent 5c4154eda2
commit 94b1c5907b
3387 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,9 @@
CPACK_DESKTOP_SHORTCUTS
-----------------------
.. versionadded:: 3.3
Species a list of shortcut names that should be created on the `Desktop`
for this file.
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.

View File

@ -0,0 +1,8 @@
CPACK_NEVER_OVERWRITE
---------------------
.. versionadded:: 3.1
Request that this file not be overwritten on install or reinstall.
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.

View File

@ -0,0 +1,8 @@
CPACK_PERMANENT
---------------
.. versionadded:: 3.1
Request that this file not be removed on uninstall.
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.

View File

@ -0,0 +1,9 @@
CPACK_STARTUP_SHORTCUTS
-----------------------
.. versionadded:: 3.3
Species a list of shortcut names that should be created in the `Startup` folder
for this file.
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.

View File

@ -0,0 +1,9 @@
CPACK_START_MENU_SHORTCUTS
--------------------------
.. versionadded:: 3.3
Species a list of shortcut names that should be created in the ``Start Menu``
for this file.
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.

View File

@ -0,0 +1,23 @@
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`.