Issue 23260: Update Windows installer (original) (raw)

Created on 2015-01-17 23:12 by steve.dower, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
23260_1.diff steve.dower,2015-01-17 23:49 review
README.txt steve.dower,2015-01-17 23:50 Overview of the new installer
23260_2.diff steve.dower,2015-01-18 04:03
23260_3.diff steve.dower,2015-01-24 18:02 review
Messages (7)
msg234203 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-01-17 23:12
Updating the installer for better security and robustness. Large patch coming soon (just getting an issue number to put in NEWS).
msg234204 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-01-17 23:49
Patch. I'm also revising Doc/using/windows.rst, but I don't want to delay the initial reviews. I don't think this is perfect, but it works well enough for the first alpha (scheduled for 8 Feb), so I want to get it in and stabilised now rather than at the last minute. There'll be more features and work to do. There's a README.txt file (which I'll attach next) that has an overview of the installer. It'll be worth reading that first before looking at the code. And apologies if the code makes no sense. I'm happy to explain sections, but WiX is about 90% magic (and the rest is MSBuild magic) and so any explanation is likely to be unsatisfactory. I've been working with both of these pretty intently for the last few years and I still don't feel like I've mastered them...
msg234214 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-01-18 02:19
As I expected, shortly after posting this I find a significant issue with the way the installer will work. Expect a revised patch soon :)
msg234217 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-01-18 04:03
New patch with some changes to how optional debug symbols and binaries are handled. (I misunderstood how a particular WiX feature worked...)
msg234628 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-01-24 18:02
Updated patch, and hopefully it will make it into review this time. I deliberately excluded the image for the using/windows.rst documentation but you can see it at http://imgur.com/CdQaBmp
msg235463 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-02-06 06:12
New changeset e7dbef447157 by Steve Dower in branch 'default': Issue #23260: Update Windows installer https://hg.python.org/cpython/rev/e7dbef447157
msg235464 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-02-06 06:13
Got about as many reviews as I expected, but the builds have been going fine and I want this checked in before alpha, so in it goes :)
History
Date User Action Args
2022-04-11 14:58:12 admin set github: 67449
2015-02-06 06:13:20 steve.dower set status: open -> closedresolution: fixedmessages: + stage: resolved
2015-02-06 06:12:49 python-dev set nosy: + python-devmessages: +
2015-01-24 20:59:35 steve.dower set nosy: + larry
2015-01-24 18:03:37 steve.dower set files: + 23260_3.diffmessages: +
2015-01-18 04:04:34 steve.dower set files: + 23260_2.diffmessages: +
2015-01-18 02:19:13 steve.dower set messages: +
2015-01-17 23:50:46 steve.dower set files: + README.txt
2015-01-17 23:50:24 steve.dower set files: + 23260_1.diffkeywords: + patchmessages: +
2015-01-17 23:23:20 BreamoreBoy set nosy: + BreamoreBoy
2015-01-17 23:12:41 steve.dower create