mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user