[issue27888] Hide pip install/uninstall windows in setup

2016-09-01 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Py

[issue27888] Hide pip install/uninstall windows in setup

2016-09-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset e065aec0e6fa by Steve Dower in branch '2.7': Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled. https://hg.python.org/cpython/rev/e065aec0e6fa -- nosy: +python-dev

[issue27888] Hide pip install/uninstall windows in setup

2016-08-29 Thread Steve Dower
Steve Dower added the comment: An almost immediate update - this patch also makes COMPILEALL not pop up a window. -- Added file: https://bugs.python.org/file44258/installer_2.diff ___ Python tracker _

[issue27888] Hide pip install/uninstall windows in setup

2016-08-29 Thread Steve Dower
New submission from Steve Dower: The console window for pip that appears during setup prevents us from having a truly silent install. This patch uses the CAQuietExec task from WiX, extracted and checked in directly (the binary blob is omitted from the patch), to run the pip install/uninstall.