diff options
author | Brad King <brad.king@kitware.com> | 2013-07-22 13:48:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-07-22 13:48:32 (GMT) |
commit | 29859c09afef684140e5cd0de528a5b2a7bf19e2 (patch) | |
tree | 86a3a86eb5faac40f81a2fc76a84cf7d73ab1649 /Tests | |
parent | f53ce89d6a309f5f44630c9a9ef12d7440828cd0 (diff) | |
parent | bf23891942d95a4075f349f6c4043647d47e546b (diff) | |
download | CMake-29859c09afef684140e5cd0de528a5b2a7bf19e2.zip CMake-29859c09afef684140e5cd0de528a5b2a7bf19e2.tar.gz CMake-29859c09afef684140e5cd0de528a5b2a7bf19e2.tar.bz2 |
Merge topic 'cpack-wix'
bf23891 CPackWIX: Add support for custom WiX templates
155bb01 CMakeCPack: Provide an upgrade guid for WiX
bfa2e29 CPackWIX: Add option to specify the language(s) of the installer
6e51ea9 CPackWIX: Handle multiple shortcuts in the start menu
6d77e1a CPackWIX: Fix MSI package layout regression from parent
8c0e325 CPackWIX: Handle CPACK_PACKAGE_EXECUTABLES (#13967)
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CPackWiXGenerator/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CPackWiXGenerator/CMakeLists.txt b/Tests/CPackWiXGenerator/CMakeLists.txt index ce02f11..475e60d 100644 --- a/Tests/CPackWiXGenerator/CMakeLists.txt +++ b/Tests/CPackWiXGenerator/CMakeLists.txt @@ -35,6 +35,8 @@ set(CPACK_PACKAGE_VERSION_PATCH "0") set(CPACK_PACKAGE_INSTALL_DIRECTORY "CPack Component Example") set(CPACK_WIX_UPGRADE_GUID "BF20CE5E-7F7C-401D-8F7C-AB45E8D170E6") +set(CPACK_WIX_UNINSTALL "1") +set(CPACK_PACKAGE_EXECUTABLES "mylibapp; CPack Wix Test") include(CPack) |