Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows MSIs don't have unique display names #69098

Closed
zooba opened this issue Aug 21, 2015 · 2 comments
Closed

Windows MSIs don't have unique display names #69098

zooba opened this issue Aug 21, 2015 · 2 comments
Assignees
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error

Comments

@zooba
Copy link
Member

zooba commented Aug 21, 2015

BPO 24910
Nosy @pfmoore, @tjguk, @zware, @zooba

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/zooba'
closed_at = <Date 2015-09-05.19:48:33.419>
created_at = <Date 2015-08-21.18:49:52.161>
labels = ['type-bug', 'expert-installation', 'OS-windows']
title = "Windows MSIs don't have unique display names"
updated_at = <Date 2015-09-05.19:48:33.418>
user = 'https://github.com/zooba'

bugs.python.org fields:

activity = <Date 2015-09-05.19:48:33.418>
actor = 'steve.dower'
assignee = 'steve.dower'
closed = True
closed_date = <Date 2015-09-05.19:48:33.419>
closer = 'steve.dower'
components = ['Installation', 'Windows']
creation = <Date 2015-08-21.18:49:52.161>
creator = 'steve.dower'
dependencies = []
files = []
hgrepos = []
issue_num = 24910
keywords = []
message_count = 2.0
messages = ['248972', '249921']
nosy_count = 5.0
nosy_names = ['paul.moore', 'tim.golden', 'python-dev', 'zach.ware', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue24910'
versions = ['Python 3.5', 'Python 3.6']

@zooba
Copy link
Member Author

zooba commented Aug 21, 2015

The MSIs for debug symbols and binaries have the same descriptions as the main installers, so you can't distinguish between the packages in lists like (get-package python).Name (in Powershell):

Python 3.5.0rc1 Development Libraries (64-bit)
Python 3.5.0rc1 Core Interpreter (64-bit)
Python 3.5.0rc1 Standard Library (32-bit)
Python 3.5.0rc1 Executables (64-bit)
Python 3.5.0rc1 Executables (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (64-bit)
Python 3.5.0rc1 Executables (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (64-bit)
Python 3.5.0rc1 Standard Library (32-bit)
Python 3.5.0rc1 Tcl/Tk Support (32-bit)
Python 3.5.0rc1 Core Interpreter (32-bit)
Python 3.5.0rc1 Core Interpreter (64-bit)

We (I) should fix up the descriptions so they can be told apart. (Note that these are not generally user-visible, so it isn't a huge deal.)

@zooba zooba self-assigned this Aug 21, 2015
@zooba zooba added topic-installation OS-windows type-bug An unexpected behavior, bug, or error labels Aug 21, 2015
@python-dev
Copy link
Mannequin

python-dev mannequin commented Sep 5, 2015

New changeset 3594400f3202 by Steve Dower in branch '3.5':
Issue bpo-24910: Windows MSIs now have unique display names.
https://hg.python.org/cpython/rev/3594400f3202

New changeset 0295d2cdc9d3 by Steve Dower in branch 'default':
Issue bpo-24910: Windows MSIs now have unique display names.
https://hg.python.org/cpython/rev/0295d2cdc9d3

@zooba zooba closed this as completed Sep 5, 2015
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant