commit | 01670894849ca79725b39b5bee9f75a4b5b9419b | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed Jun 05 13:40:15 2024 -0400 |
committer | Brad King <brad.king@kitware.com> | Wed Jun 05 13:47:36 2024 -0400 |
tree | 676e58f3052f4f42b8c3b4736ced426387ab57e4 | |
parent | efaa9efece0786a80243d005e35e68f18999eb0e [diff] |
CPack/WiX: Restore default (missing) InstallScope from 3.28 and lower In commit 60661f6770 (CPack/WiX: Make InstallScope configurable, 2023-11-07, v3.29.0-rc1~413^2) the `CPACK_WIX_INSTALL_SCOPE` default was set to `perMachine`. While installers created with `perMachine` have better behavior on their own than installers created without any `InstallScope`, they do not cleanly convert existing installations on updates. Fixes: #26029