[issue24585] Windows installer does not detect existing installs

2015-09-06 Thread Steve Dower
Steve Dower added the comment: Good to go! -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue24585] Windows installer does not detect existing installs

2015-09-06 Thread Larry Hastings
Larry Hastings added the comment: What happened with this? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue24585] Windows installer does not detect existing installs

2015-08-09 Thread Larry Hastings
Larry Hastings added the comment: Quoting from PEP 101: release blocker - Stops the release dead in its tracks. You may not make any release with any open release blocker bugs. So, yeah, I want to. -- priority: release blocker -> critical _

[issue24585] Windows installer does not detect existing installs

2015-08-08 Thread Steve Dower
Steve Dower added the comment: We won't really know until we've gotten feedback from people with b4 who install rc1 - the upgrade step is the part that needs testing, and that takes two releases. If you want to pull the priority down though, go ahead. -- _

[issue24585] Windows installer does not detect existing installs

2015-08-08 Thread Larry Hastings
Larry Hastings added the comment: Did this work as hoped in beta 4? Can we mark it as fixed now? -- ___ Python tracker ___ ___ Python

[issue24585] Windows installer does not detect existing installs

2015-07-26 Thread Steve Dower
Steve Dower added the comment: Sorry to do that to you Larry, though I have done extra testing on these changes (hence the fake version support) so I'm confident they work, just not yet 100% confident the user experience is going to be correct. -- _

[issue24585] Windows installer does not detect existing installs

2015-07-25 Thread Larry Hastings
Larry Hastings added the comment: Since we apparently can't test this without making the release, but it's important enough to not defer, I am in the unenviable position of shipping the last beta with this bug marked as a release blocker. Fingers crossed! -- nosy: +larry

[issue24585] Windows installer does not detect existing installs

2015-07-08 Thread Steve Dower
Steve Dower added the comment: Doesn't touch anything significant outside the installer, so I just committed it. Feel free to read over the change and comment here if you want, but we unfortunately won't get complete testing of this until rc1. I added some helpers for faking out version number

[issue24585] Windows installer does not detect existing installs

2015-07-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e18d615988e by Steve Dower in branch '3.5': Issue #24585: Enables build-to-build upgrades that preserve settings. https://hg.python.org/cpython/rev/8e18d615988e New changeset 2a8a39640aa2 by Steve Dower in branch 'default': Issue #24585: Enables bu

[issue24585] Windows installer does not detect existing installs

2015-07-07 Thread Steve Dower
Steve Dower added the comment: Looks like there's also a problem with Modify being performed by a different user than the one who installed last. Need to come up with a way to properly detect installed features, which should fix both cases. -- ___ P

[issue24585] Windows installer does not detect existing installs

2015-07-07 Thread Steve Dower
Steve Dower added the comment: Making this a release blocker - the installer changes required here are probably big enough that I really don't want the last beta going out without them (or alternatively, the rc to be the first time they get tried). -- priority: normal -> release blocke

[issue24585] Windows installer does not detect existing installs

2015-07-07 Thread Steve Dower
New submission from Steve Dower: If you have Python 3.5.0b2 installed and run the Python 3.5.0b3 installer, it will upgrade correctly, but gives no indication that it will remove the old one. We should default to an upgrade using the same settings as the previous installation when one exists.