]> 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:18:44 +0000 (20:18 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 9 Jul 2015 03:18:44 +0000 (20:18 -0700)
commit494374922c909bfb7c833032a686cc173762d988
tree4824dbeaca517af7abab41a9c1714be71b23d975
parent9e7a0468ef12dc68a7efc397511ef06407aa835c
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.
33 files changed:
PCbuild/build.bat
PCbuild/python.props
Tools/msi/build.bat
Tools/msi/bundle/Default.thm
Tools/msi/bundle/Default.wxl
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Tools/msi/bundle/bootstrap/pythonba.vcxproj
Tools/msi/bundle/bundle.wxs
Tools/msi/bundle/packagegroups/core.wxs
Tools/msi/bundle/packagegroups/dev.wxs
Tools/msi/bundle/packagegroups/doc.wxs
Tools/msi/bundle/packagegroups/exe.wxs
Tools/msi/bundle/packagegroups/lib.wxs
Tools/msi/bundle/packagegroups/postinstall.wxs
Tools/msi/bundle/packagegroups/tcltk.wxs
Tools/msi/bundle/packagegroups/test.wxs
Tools/msi/bundle/packagegroups/tools.wxs
Tools/msi/common.wxs
Tools/msi/core/core_d.wxs
Tools/msi/core/core_pdb.wxs
Tools/msi/dev/dev.wxs
Tools/msi/doc/doc.wxs
Tools/msi/exe/exe.wxs
Tools/msi/exe/exe_files.wxs
Tools/msi/launcher/launcher_files.wxs
Tools/msi/launcher/launcher_reg.wxs
Tools/msi/lib/lib.wxs
Tools/msi/msi.props
Tools/msi/path/path.wxs
Tools/msi/pip/pip.wxs
Tools/msi/tcltk/tcltk.wxs
Tools/msi/test/test.wxs
Tools/msi/tools/tools.wxs