[issue26132] 2.7.11 Windows Installer issues on Win2008R2

2016-09-09 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue26132] 2.7.11 Windows Installer issues on Win2008R2

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 313ae9926889 by Steve Dower in branch '2.7': Issue #26132: Only adds manifest to executables and main DLL. https://hg.python.org/cpython/rev/313ae9926889 -- nosy: +python-dev ___ Python tracker

[issue26132] 2.7.11 Windows Installer issues on Win2008R2

2016-01-16 Thread Eryk Sun
Eryk Sun added the comment: Steve, is this something that can only be reproduced on Windows 7/2008 for some reason? My "just for me" installation on Windows 10 seems to work fine. I installed from "python-2.7.11.amd64.msi" with the MD5 sum 25acca42662d4b02682eee0df3f3446d, which matches the MD

[issue26132] 2.7.11 Windows Installer issues on Win2008R2

2016-01-16 Thread Steve Dower
Steve Dower added the comment: I'm a little surprised this is the first we've heard of this issue, but the analysis seems sound. It's probably a misconfiguration on my build machine, or possibly something to do with the project file backport. I'll look into it. -- assignee: -> steve.

[issue26132] 2.7.11 Windows Installer issues on Win2008R2

2016-01-16 Thread David Rader
David Rader added the comment: FYI - as a work around problem 1, after the install I replaced the .manifest file and the VCRT.dll with the older non-SP1 versions and python ran. Then, to work around problem 2, I used resource hacker to manually delete the manifest from each file in the DLLs di

[issue26132] 2.7.11 Windows Installer issues on Win2008R2

2016-01-16 Thread SilentGhost
Changes by SilentGhost : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Pyth

[issue26132] 2.7.11 Windows Installer issues on Win2008R2

2016-01-16 Thread David Rader
New submission from David Rader: Problem 1: The .manifest information for the VC runtime dll's has been changed in the recent versions of the 2.7.x 64-bit installers for Windows. Python fails to run on a clean Win2008R2 install after running the Python installer to install "Just for me". The i