commit | 614100dbf66b44bafd618acaf752b1c2877ce9bc | [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 14:01:14 2024 -0400 |
tree | d280330ed0e4a51ce4ed1d6d51ba2ff7c5b78c26 | |
parent | c370593f2e41b2094d6d7f1a1c47cd5d9d371388 [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