]> granicus.if.org Git - python/commit
Issue #24585: Enables build-to-build upgrades that preserve settings.
authorSteve Dower <steve.dower@microsoft.com>
Thu, 9 Jul 2015 03:19:07 +0000 (20:19 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 9 Jul 2015 03:19:07 +0000 (20:19 -0700)
commit67b9ab53c95ea0197942b0498aa8945a2863f0cb
tree878d4343ac9ccd2fb4dc56289a1e9dbce516b9e7
parentd6b0c4b8a43fe39663bff44872b86cc27654f74b
parent494374922c909bfb7c833032a686cc173762d988
Issue #24585: Enables build-to-build upgrades that preserve settings.
Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys.
There are also some changes to the bootstrap app to properly handle upgrades.
Finally, a few minor improvements to the Windows build to keep things tidier.