[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.

It also makes the task non-vital, which will prevent uninstall from failing 
when pip cannot be removed.

--
assignee: steve.dower
components: Windows
files: installer_1.diff
keywords: patch
messages: 273884
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Hide pip install/uninstall windows in setup
type: behavior
versions: Python 2.7
Added file: https://bugs.python.org/file44257/installer_1.diff

___
Python tracker 

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



[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 

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



[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

___
Python tracker 

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



[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 

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