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

/passive run of Windows installer fail silently on Win7 #86193

Open
Colin-b mannequin opened this issue Oct 13, 2020 · 2 comments
Open

/passive run of Windows installer fail silently on Win7 #86193

Colin-b mannequin opened this issue Oct 13, 2020 · 2 comments
Labels
3.10 only security fixes OS-windows topic-installation type-feature A feature request or enhancement

Comments

@Colin-b
Copy link
Mannequin

Colin-b mannequin commented Oct 13, 2020

BPO 42027
Nosy @pfmoore, @tjguk, @zware, @zooba, @Colin-b

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 = None
closed_at = None
created_at = <Date 2020-10-13.18:36:52.185>
labels = ['type-feature', 'expert-installation', '3.10', 'OS-windows']
title = '/passive run of Windows installer fail silently on Win7'
updated_at = <Date 2021-02-19.22:19:12.151>
user = 'https://github.com/Colin-b'

bugs.python.org fields:

activity = <Date 2021-02-19.22:19:12.151>
actor = 'steve.dower'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Installation', 'Windows']
creation = <Date 2020-10-13.18:36:52.185>
creator = 'colin-b'
dependencies = []
files = []
hgrepos = []
issue_num = 42027
keywords = []
message_count = 2.0
messages = ['378572', '387359']
nosy_count = 5.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'colin-b']
pr_nums = []
priority = 'low'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42027'
versions = ['Python 3.10']

@Colin-b
Copy link
Mannequin Author

Colin-b mannequin commented Oct 13, 2020

As expected, Python 3.9.0 cannot be installed on Windows 7.

Running the installer displays a message clearly stating this.

However, running the installer in passive mode (/passive) is expected to display errors that might occur. As stated in https://docs.python.org//3.9/using/windows.html#installing-without-ui

But this is not the case, nothing is displayed when launching the installer in passive mode.

I would expect the same message as in the UI.

@Colin-b Colin-b mannequin added 3.9 only security fixes topic-installation OS-windows labels Oct 13, 2020
@zooba
Copy link
Member

zooba commented Feb 19, 2021

Probably an easy fix, if someone has a Win7 machine around to test on (which I don't these days). There are some UI level comparisons in the bootstrapper C++ file under Tools/msi that probably need fixing.

Not urgent. Won't be long until Win10 is the only one we have to worry about.

@zooba zooba added 3.10 only security fixes type-feature A feature request or enhancement and removed 3.9 only security fixes labels Feb 19, 2021
@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
3.10 only security fixes OS-windows topic-installation type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant