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 "App Paths" key is not checked when installed for current user #50559

Closed
techtonik mannequin opened this issue Jun 19, 2009 · 5 comments
Closed

Windows "App Paths" key is not checked when installed for current user #50559

techtonik mannequin opened this issue Jun 19, 2009 · 5 comments

Comments

@techtonik
Copy link
Mannequin

techtonik mannequin commented Jun 19, 2009

BPO 6310
Nosy @birkenfeld, @terryjreedy, @tjguk, @briancurtin

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 = <Date 2013-03-28.10:48:12.866>
created_at = <Date 2009-06-19.05:12:50.014>
labels = ['OS-windows']
title = 'Windows "App Paths" key is not checked when installed for current user'
updated_at = <Date 2013-03-28.22:42:04.857>
user = 'https://bugs.python.org/techtonik'

bugs.python.org fields:

activity = <Date 2013-03-28.22:42:04.857>
actor = 'terry.reedy'
assignee = 'none'
closed = True
closed_date = <Date 2013-03-28.10:48:12.866>
closer = 'georg.brandl'
components = ['Windows']
creation = <Date 2009-06-19.05:12:50.014>
creator = 'techtonik'
dependencies = []
files = []
hgrepos = []
issue_num = 6310
keywords = []
message_count = 5.0
messages = ['89519', '112294', '112942', '185432', '185472']
nosy_count = 6.0
nosy_names = ['georg.brandl', 'terry.reedy', 'techtonik', 'tim.golden', 'brian.curtin', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue6310'
versions = ['Python 2.7']

@techtonik
Copy link
Mannequin Author

techtonik mannequin commented Jun 19, 2009

I found that if Python installed only for current user on Windows XP
Home Edition SP3 Python fails to run from Start -> Run dialog or using
ShellExecute() call. It is because it creates "App Paths" key in
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\App
Paths\Python.exe
and not in
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App
Paths\Python.exe

Can anybody confirm this?

@techtonik techtonik mannequin added the OS-windows label Jun 19, 2009
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Aug 1, 2010

Can a windows guru comment on this please.

@terryjreedy
Copy link
Member

Anatoly, can you check the behavior of the current 2.7+ installers? Those that might be changed?

@birkenfeld
Copy link
Member

Closing due to lack of response.

@techtonik
Copy link
Mannequin Author

techtonik mannequin commented Mar 28, 2013

Am not using XP anymore. Looks like everything is ok with Vista.

@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
Projects
None yet
Development

No branches or pull requests

2 participants