| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) | Steve Dower | 2022-01-28 | 1 | -6/+5 |
| | | | | Also makes a few general improvements to the build process and removes some dead code. | ||||
| * | bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577) | Crowthebird | 2021-12-03 | 1 | -1/+1 |
| | | |||||
| * | bpo-41070: Simplify pyshellext.dll build (GH-21037) | Nikita Nemkin | 2020-06-23 | 1 | -0/+5 |
| | | | | | | Replace MIDL-generated file with manual GUID definition. Use the same .def file for release and debug builds. Update setup build to support latest toolset | ||||
| * | bpo-31944: Fixes build and Modify button (#4278) | Steve Dower | 2017-11-04 | 1 | -2/+4 |
| | | |||||
| * | Fixes use of Py_IntDir and Py_OutDir to control build directories. | Steve Dower | 2016-07-16 | 1 | -1/+1 |
| | | |||||
| * | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
| * | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+69 |
