Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86221 > unrolled thread

Python Silent Install

Started byColin Atkinson <colin.atkinson@sunderland.ac.uk>
First post2015-02-23 13:57 +0000
Last post2015-02-23 13:57 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Python Silent Install Colin Atkinson <colin.atkinson@sunderland.ac.uk> - 2015-02-23 13:57 +0000

#86221 — Python Silent Install

FromColin Atkinson <colin.atkinson@sunderland.ac.uk>
Date2015-02-23 13:57 +0000
SubjectPython Silent Install
Message-ID<mailman.19071.1424700004.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi,

I am deploying Python to hundreds of machines using SCCM 2012.  I am using the below command to install:

Msiexec /i "python.msi" TARGETDIR="C:\Program Files\Python" ALLUSERS=1 /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

Regards,


--

Colin Atkinson
IT Service Development Coordinator
IT Client Services | IT Services | Business Infrastructure | Business Services

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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web