From 1b91e010bccaf1c93574c04197fb1e8b75b6c50a Mon Sep 17 00:00:00 2001 From: Nils Gladitz Date: Mon, 5 Dec 2016 16:05:19 +0100 Subject: Utilities/Release: Store WiX CMake install location in Windows registry --- Utilities/Release/WiX/WIX.template.in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Utilities/Release/WiX/WIX.template.in b/Utilities/Release/WiX/WIX.template.in index 094999f..fe176ca 100644 --- a/Utilities/Release/WiX/WIX.template.in +++ b/Utilities/Release/WiX/WIX.template.in @@ -36,7 +36,18 @@ - + + + + + + + + + + + -- cgit v0.12 From 4beaa926b3f290c10824b2d04cd94fd44a9489d1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 6 Dec 2016 09:23:42 -0500 Subject: Help: Add notes for topic 'wix-reg-install-dir' --- Help/release/dev/wix-reg-install-dir.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Help/release/dev/wix-reg-install-dir.rst diff --git a/Help/release/dev/wix-reg-install-dir.rst b/Help/release/dev/wix-reg-install-dir.rst new file mode 100644 index 0000000..961fad2 --- /dev/null +++ b/Help/release/dev/wix-reg-install-dir.rst @@ -0,0 +1,6 @@ +wix-reg-install-dir +------------------- + +* The precompiled Windows binary MSI package provided on ``cmake.org`` now + records the installation directory in the Windows Registry under the key + ``HKLM\Software\Kitware\CMake`` with a value named ``InstallDir``. -- cgit v0.12