diff options
author | Alexej Harm <alexej.h@xiphos.de> | 2019-09-11 13:22:47 (GMT) |
---|---|---|
committer | Alexej Harm <alexej.h@xiphos.de> | 2019-09-12 13:19:01 (GMT) |
commit | d69457077d021b7d4ea10bf2201da61222966c92 (patch) | |
tree | 0c993bedb354a312c2e56d08bc54d1fa94dea0bd /Help | |
parent | 7f46e4a73a4d7aaa4029a04c532d2c99635383b9 (diff) | |
download | CMake-d69457077d021b7d4ea10bf2201da61222966c92.zip CMake-d69457077d021b7d4ea10bf2201da61222966c92.tar.gz CMake-d69457077d021b7d4ea10bf2201da61222966c92.tar.bz2 |
CPackWIX: Allow omitting program menu folder and uninstall shortcut
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/wix.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/cpack_gen/wix.rst b/Help/cpack_gen/wix.rst index dde4943..7fb5a12 100644 --- a/Help/cpack_gen/wix.rst +++ b/Help/cpack_gen/wix.rst @@ -95,6 +95,10 @@ Windows using WiX. If this variable is not set, it will be initialized with CPACK_PACKAGE_NAME + If this variable is set to ``.``, then application shortcuts will be + created directly in the start menu and the uninstaller shortcut will be + omitted. + .. variable:: CPACK_WIX_CULTURES Language(s) of the installer |