[issue14458] Non-admin installation fails

2015-07-03 Thread Mark Mikofski
Mark Mikofski added the comment: Anyone still following this issue, as I posted in issue22516, there is an embeddable zipped version of Python-2.7.X built from source using the PCbuild batch files and vc90 toolset for both x86 and x64 called Python Bootstrap: http://breakingbytes.alwaysdata.ne

[issue14458] Non-admin installation fails

2015-04-12 Thread Zachary Ware
Zachary Ware added the comment: Pretty much. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Windows Installer won't - even when using "just for me"option ___ Python tracker

[issue14458] Non-admin installation fails

2015-04-12 Thread R. David Murray
R. David Murray added the comment: Is this a duplicate of issue 22516? -- components: +Windows nosy: +r.david.murray, steve.dower, tim.golden, zach.ware ___ Python tracker ___ __

[issue14458] Non-admin installation fails

2012-07-18 Thread Timothy Madden
Timothy Madden added the comment: The command also worked for me on Windows 7 Professional 64-bit, but pythonw does not start, and I could not check if everything in CLI python.exe works as expected. As you said, something is not right with it, and it also installs just too fast for a real i

[issue14458] Non-admin installation fails

2012-07-13 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue14458] Non-admin installation fails

2012-07-13 Thread Cesar Mello
Cesar Mello added the comment: Just as a note: the following command line with /q instead of /qb works without the need for elevation: msiexec /q /i python-2.7.3.amd64.msi MSIFASTINSTALL=7 TARGETDIR=C:\Users\Mello\Python27 And it is pretty fast! This was on a Windows 7 machine. But if I ins

[issue14458] Non-admin installation fails

2012-03-31 Thread R. David Murray
Changes by R. David Murray : -- nosy: +brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue14458] Non-admin installation fails

2012-03-31 Thread Timothy Madden
Timothy Madden added the comment: This is happening on Windows Server 2008 R2 Enterprise, Service Pack 1 (64-bit) -- ___ Python tracker ___ _

[issue14458] Non-admin installation fails

2012-03-31 Thread Timothy Madden
New submission from Timothy Madden : 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 acco

[issue14458] Non-admin installation fails

2012-03-31 Thread Timothy Madden
Timothy Madden added the comment: attaching the error message box -- Added file: http://bugs.python.org/file25081/Install-admin-msg.png ___ Python tracker ___ __