diff options
author | Fritz Elfert <fritz@fritz-elfert.de> | 2020-08-15 14:19:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-08-18 11:50:49 (GMT) |
commit | 267de3ba302b045d2bcf18c4bfe9642f380f664c (patch) | |
tree | 091175e2738070be9e7b0efe84705da9bb5df80e /Help/cpack_gen/wix.rst | |
parent | 39cdfa9681be93be49413545d8e22368b0531a48 (diff) | |
download | CMake-267de3ba302b045d2bcf18c4bfe9642f380f664c.zip CMake-267de3ba302b045d2bcf18c4bfe9642f380f664c.tar.gz CMake-267de3ba302b045d2bcf18c4bfe9642f380f664c.tar.bz2 |
CPack/WiX: Add support for custom XML namespaces
Add a `CPACK_WIX_CUSTOM_XMLNS` option to specify these.
Fixes: #21098
Diffstat (limited to 'Help/cpack_gen/wix.rst')
-rw-r--r-- | Help/cpack_gen/wix.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/cpack_gen/wix.rst b/Help/cpack_gen/wix.rst index 7fb5a12..5b880ba 100644 --- a/Help/cpack_gen/wix.rst +++ b/Help/cpack_gen/wix.rst @@ -286,3 +286,11 @@ Windows using WiX. When unspecified CPack will try to locate a WiX Toolset installation via the ``WIX`` environment variable instead. + +.. variable:: CPACK_WIX_CUSTOM_XMLNS + + This variable provides a list of custom namespace declarations that are necessary + for using WiX extensions. Each declaration should be in the form name=url, where + 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/ |