Utilities/Release/WiX: Save PATH modification preference persistently

Our Windows installer provides an interactive dialog to choose whether
the PATH should be modified.  It may also be specified on the `msiexec`
command-line as an `ADD_CMAKE_TO_PATH={0,1}` property.  Save the choice
persistently in the Windows Registry and use the same choice by default
in future installations.

Issue: #21465
This commit is contained in:
Brad King
2024-03-27 10:23:46 -04:00
parent 8ffe1fd22c
commit 32388821e2
3 changed files with 26 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
rel-win-PATH
------------
* The precompiled Windows ``.msi`` installers provided on
`cmake.org <https://cmake.org/download/>`_, when replacing an existing
installation, now preserve the ``PATH`` modification preference by default.