summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-19 16:55:19 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-11-19 16:55:30 (GMT)
commitaea838cf417cf124fd089a97f28d1af2e77e27d4 (patch)
treed7cc97f92f665abe6676393fdca439bf21887c59 /Help/release
parentf33810b567ff403e3a37735e3ed6d8d40fd86360 (diff)
parent60661f67701d890b6c8200261953d01b66462158 (diff)
downloadCMake-aea838cf417cf124fd089a97f28d1af2e77e27d4.zip
CMake-aea838cf417cf124fd089a97f28d1af2e77e27d4.tar.gz
CMake-aea838cf417cf124fd089a97f28d1af2e77e27d4.tar.bz2
Merge topic 'cpack-wix-installscope'
60661f6770 CPack/WiX: Make InstallScope configurable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8954
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/wix-installscope.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/release/dev/wix-installscope.rst b/Help/release/dev/wix-installscope.rst
new file mode 100644
index 0000000..1978698
--- /dev/null
+++ b/Help/release/dev/wix-installscope.rst
@@ -0,0 +1,13 @@
+wix-installscope
+----------------
+
+* The :cpack_gen:`CPack WIX Generator` gained a new variable,
+ :variable:`CPACK_WIX_INSTALL_SCOPE`, to control the
+ ``InstallScope`` property of WiX MSI installers.
+
+* The :cpack_gen:`CPack WIX Generator` now produces WiX MSI installers
+ that create start menu and uninstall entries for all users by default,
+ as documented by the :variable:`CPACK_WIX_INSTALL_SCOPE` variable
+ ``perMachine`` value. Previously, without a custom WiX template,
+ it produced installers that would only create start menu and uninstall
+ entries for the current user, even though they install for all users.