Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'installed.': 0.07; 'prevents': 0.09; 'worked.': 0.09; 'aesthetic': 0.16; 'effect.': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'tjg': 0.16; 'wrote:': 0.18; 'command': 0.22; 'to:name :python-list@python.org': 0.22; 'header:User-Agent:1': 0.23; 'received:192.168.100': 0.24; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; "doesn't": 0.30; 'getting': 0.31; 'but': 0.35; 'there': 0.35; 'thanks': 0.36; 'being': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'remove': 0.60; 'note:': 0.66; 'response.': 0.68; 'from:addr:mail': 0.83; 'atkinson': 0.84; 'confirming': 0.84; 'fact.': 0.84 Date: Tue, 24 Feb 2015 11:49:06 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Colin Atkinson , "python-list@python.org" Subject: Re: Python Silent Install References: <91A935D75D3AF940BAD7318B212C554B019D5DD4D3@mb-01.uni.ad.sunderland.ac.uk> <54EB4748.6010601@timgolden.me.uk> <54EB5462.70104@timgolden.me.uk> <91A935D75D3AF940BAD7318B212C554B019D5DDB2F@mb-01.uni.ad.sunderland.ac.uk> In-Reply-To: <91A935D75D3AF940BAD7318B212C554B019D5DDB2F@mb-01.uni.ad.sunderland.ac.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424778550 news.xs4all.nl 2943 [2001:888:2000:d::a6]:60053 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86317 On 23/02/2015 16:41, Colin Atkinson wrote: > Fantastic! I ran the below command and it worked: > > Msiexec /i python.msi TARGETDIR="C:\Program Files\Python" ADDLOCAL="all" REMOVE="pip_feature" /qn > > Thanks for the quick response. Thanks for confirming that the answer worked. One thing to note: this incantation doesn't just remove the aesthetic nuisance of a "DOS Box" appearing. It actually prevents pip from being installed. This isn't necessarily a problem; you might not want it installed, and there are several ways of getting it there after the fact. But you need to be aware that this is the effect. TJG