[issue25163] Windows installer in AllUsers mode presents wrong installation path

2015-10-11 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 919b1dffa741 by Steve Dower in branch '3.5':
Issue #25163: Display correct directory in installer when using non-default 
settings.
https://hg.python.org/cpython/rev/919b1dffa741

New changeset 6f97c51b6dc5 by Steve Dower in branch 'default':
Issue #25163: Display correct directory in installer when using non-default 
settings.
https://hg.python.org/cpython/rev/6f97c51b6dc5

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25163] Windows installer in AllUsers mode presents wrong installation path

2015-10-11 Thread Steve Dower

Changes by Steve Dower :


--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25163] Windows installer in AllUsers mode presents wrong installation path

2015-09-22 Thread Steve Dower

Steve Dower added the comment:

Just an incorrect variable reference in the localization file. Should be easy 
enough to fix (if the variable is initialized at the start of installation...)

--
assignee:  -> steve.dower

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25163] Windows installer in AllUsers mode presents wrong installation path

2015-09-18 Thread Christian Ullrich

New submission from Christian Ullrich:

When run with InstallAllUsers=1, the Windows installer displays 
(%LOCALAPPDATA%)\Programs\Python\Python35 as the installation target directory, 
but actually installs into the path for a system-wide installation, 
"%PROGRAMFILES%\Python 3.5".

Ceterum censeo: This bug could have been avoided, and would certainly have been 
detected in time, by using MSI as the distribution package format. Because most 
MSI UI will display TARGETDIR as the target directory, an accidental override 
(or missing override) of this path would have been obvious.

--
components: Installation, Windows
messages: 250955
nosy: Christian.Ullrich, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows installer in AllUsers mode presents wrong installation path
type: behavior
versions: Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com