mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-07-02 23:45:23 +08:00
qt 6.5.3
This commit is contained in:
@ -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`.
|
@ -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`.
|
@ -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`.
|
@ -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`.
|
@ -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`.
|
@ -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`.
|
Reference in New Issue
Block a user