Quantcast

[issue14458] Non-admin installation fails

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[issue14458] Non-admin installation fails

STINNER Victor

New submission from Timothy Madden <[hidden email]>:

Trying to install the release package (python 3.2.2 x86-64 .msi, 2.7.2 x86-64 .msi) without elevation fails, even if 'Install just for me' is selected in the installer options, and I have write permissions in the selected install folder.

Under the same account and conditions, other installers (Mozilla Firefox/Thunderbird, git, Beaver Debugger...) can install successfully.

Here the msiexec log file is attached, created with:
    msiexec /package C:\Users\belladrianc\Downloads\python-3.2.2.amd64.msi /l*v install-3.2.2-x64.log

----------
components: Installation
files: install-3.2.2-x64.log
messages: 157183
nosy: toughy
priority: normal
severity: normal
status: open
title: Non-admin installation fails
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file25080/install-3.2.2-x64.log

_______________________________________
Python tracker <[hidden email]>
<http://bugs.python.org/issue14458>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/lists%2B1322467933539-512619%40n6.nabble.com

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[issue14458] Non-admin installation fails

STINNER Victor

Timothy Madden <[hidden email]> added the comment:

attaching the error message box

----------
Added file: http://bugs.python.org/file25081/Install-admin-msg.png

_______________________________________
Python tracker <[hidden email]>
<http://bugs.python.org/issue14458>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/lists%2B1322467933539-512619%40n6.nabble.com

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[issue14458] Non-admin installation fails

STINNER Victor
In reply to this post by STINNER Victor

Timothy Madden <[hidden email]> added the comment:

This is happening on Windows Server 2008 R2 Enterprise, Service Pack 1 (64-bit)

----------

_______________________________________
Python tracker <[hidden email]>
<http://bugs.python.org/issue14458>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/lists%2B1322467933539-512619%40n6.nabble.com

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[issue14458] Non-admin installation fails

STINNER Victor
In reply to this post by STINNER Victor

Changes by R. David Murray <[hidden email]>:


----------
nosy: +brian.curtin

_______________________________________
Python tracker <[hidden email]>
<http://bugs.python.org/issue14458>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/lists%2B1322467933539-512619%40n6.nabble.com

Loading...