Python Silent Install

Colin Atkinson colin.atkinson at sunderland.ac.uk
Mon Feb 23 08:57:02 EST 2015


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 at sunderland.ac.uk
W. http://itsupport.sunderland.ac.uk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150223/0f00de78/attachment.html>


More information about the Python-list mailing list