Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.122 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.76; '*S*': 0.00; 'received:169.254.1': 0.05; 'subject:Python': 0.06; 'though:': 0.07; 'feature.': 0.09; 'python': 0.11; 'clone': 0.16; 'golden': 0.16; 'is;': 0.16; 'seconds.': 0.16; 'tjg': 0.16; 'wrote:': 0.18; 'message-----': 0.19; '(the': 0.22; 'command': 0.22; 'appears': 0.22; 'to:name :python-list@python.org': 0.22; 'install': 0.23; "haven't": 0.24; 'looks': 0.24; 'coordinator': 0.26; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'tried': 0.27; 'feature': 0.29; 'tim': 0.29; 'url:mailman': 0.30; 'received:169.254': 0.32; 'url:python': 0.33; 'totally': 0.33; 'hundreds': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'park': 0.36; 'url:listinfo': 0.36; 'charset:us- ascii': 0.36; 'thanks': 0.36; "i'll": 0.36; 'url:org': 0.36; 'should': 0.36; 'received:169': 0.37; 'unit': 0.37; 'email addr:python.org': 0.37; 'machines': 0.38; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'changed': 0.39; 'skip:p 20': 0.39; 'university': 0.39; 'url:mail': 0.40; 'even': 0.60; 'name': 0.63; 're:': 0.63; 'road': 0.65; 'email name:python-list': 0.65; 'services': 0.66; 'response.': 0.68; 'prompt': 0.68; 'business': 0.70; '2012.': 0.74; '2015': 0.84; '3.4': 0.84; 'atkinson': 0.84; 'install:': 0.84; 'installer': 0.84; 'received:electric.net': 0.91; 'step.': 0.91; 'to:addr:mail': 0.91; 'silent': 0.95 From: Colin Atkinson To: Tim Golden , "python-list@python.org" Subject: RE: Python Silent Install Thread-Topic: Python Silent Install Thread-Index: AdBPcJkhvnnKGm+XQ6uYPUntJb6pugADOBEAAAHzyQAAAHKJoA== Date: Mon, 23 Feb 2015 16:41:47 +0000 References: <91A935D75D3AF940BAD7318B212C554B019D5DD4D3@mb-01.uni.ad.sunderland.ac.uk> <54EB4748.6010601@timgolden.me.uk> <54EB5462.70104@timgolden.me.uk> In-Reply-To: <54EB5462.70104@timgolden.me.uk> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.228.45.110] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Outbound-IP: 157.228.67.42 X-Env-From: colin.atkinson@sunderland.ac.uk X-PolicySMART: 3184924 X-Virus-Status: Scanned by VirusSMART (c) X-Virus-Status: Scanned by VirusSMART (s) 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: 67 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424709712 news.xs4all.nl 2887 [2001:888:2000:d::a6]:38457 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86239 Fantastic! I ran the below command and it worked: Msiexec /i python.msi TARGETDIR=3D"C:\Program Files\Python" ADDLOCAL=3D"all= " REMOVE=3D"pip_feature" /qn Thanks for the quick response. Regards, -- Colin Atkinson IT Service Development Coordinator IT Client Services | IT Services | Business Infrastructure | Business Servi= ces University Of Sunderland Unit 1, Technology Park Chester Road Sunderland SR2 7PT T. (0191) 515 2207 E. colin.atkinson@sunderland.ac.uk W. http://itsupport.sunderland.ac.uk -----Original Message----- From: Python-list [mailto:python-list-bounces+colin.atkinson=3Dsunderland.a= c.uk@python.org] On Behalf Of Tim Golden Sent: 23 February 2015 16:25 To: python-list@python.org Subject: Re: Python Silent Install On 23/02/2015 15:29, Tim Golden wrote: > On 23/02/2015 13:57, Colin Atkinson wrote: >> I am deploying Python to hundreds of machines using SCCM 2012. I am=20 >> using the below command to install: >> >> Msiexec /i "python.msi" TARGETDIR=3D"C:\Program Files\Python" >> ALLUSERS=3D1 /qn >> >> Even though I am using /qn, a command prompt still appears at the end >> of the install for about 5-6 seconds. Is there any way to make the >> install totally silent? >> >> The exact version of the .msi is: >> >> python-3.4.2.amd64.msi >> >=20 > I haven't actually tried your command line myself, but I suspect that > the final "command prompt" is actually the ensurepip step. You should be > able to stop that by disabling that particular feature. Off the top of > my head I don't know what the feature name is; I'll have to clone a 3.4 > repo and check (the installer has changed substantially for 3.5). By quick inspection, it looks as though: msiexec ADDLOCAL=3D"all" REMOVE=3D"pip_feature" /i python-3.4.2.amd64.msi /= qn should do the trick TJG --=20 https://mail.python.org/mailman/listinfo/python-list