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


Groups > comp.lang.python > #86221

Python Silent Install

From Colin Atkinson <colin.atkinson@sunderland.ac.uk>
Subject Python Silent Install
Date 2015-02-23 13:57 +0000
Newsgroups comp.lang.python
Message-ID <mailman.19071.1424700004.18130.python-list@python.org> (permalink)

Show all headers | View raw


[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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web