summaryrefslogtreecommitdiffstats
path: root/Help/cpack_gen
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-14 11:49:58 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-10-14 11:50:29 (GMT)
commitfb358544843a56d433a40862faa397a2b0e1f460 (patch)
tree86369232d006a67a1914090426f4fe68415f72f7 /Help/cpack_gen
parent0927c94f7d51a3ae9e8b900309ae07a90d04b0c2 (diff)
parented9dbe9218628f1123c8e8b45579c2f20362466b (diff)
downloadCMake-fb358544843a56d433a40862faa397a2b0e1f460.zip
CMake-fb358544843a56d433a40862faa397a2b0e1f460.tar.gz
CMake-fb358544843a56d433a40862faa397a2b0e1f460.tar.bz2
Merge topic 'wix_extension'
ed9dbe9218 CPack/WiX: Add option to skip the WixUIExtension Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !6619
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r--Help/cpack_gen/wix.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/cpack_gen/wix.rst b/Help/cpack_gen/wix.rst
index 79f835e..e9d5af6 100644
--- a/Help/cpack_gen/wix.rst
+++ b/Help/cpack_gen/wix.rst
@@ -320,3 +320,11 @@ Windows using WiX.
name is the plain namespace without the usual xmlns: prefix and url is an unquoted
namespace url. A list of commonly known WiX schemata can be found here:
https://wixtoolset.org/documentation/manual/v3/xsd/
+
+.. variable:: CPACK_WIX_SKIP_WIX_UI_EXTENSION
+
+ .. versionadded:: 3.23
+
+ If this variable is set then the inclusion of WixUIExtensions is skipped,
+ i.e. the ``-ext "WixUIExtension"`` command line is not included during
+ the execution of the WiX light tool.