This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-08-29.20:49:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472503775.99.0.744395565983.issue27888@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-08-29 20:49:36steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2016-08-29 20:49:35steve.dowersetmessageid: <1472503775.99.0.744395565983.issue27888@psf.upfronthosting.co.za>
2016-08-29 20:49:35steve.dowerlinkissue27888 messages
2016-08-29 20:49:35steve.dowercreate