cheaptonersucks Posted September 13, 2019 Posted September 13, 2019 (edited) Hi I have been asked to deploy Python 3.7.4 by the head of Computer Science. After visiting the Python.org website it appears that there are no MSI installers available for download for recent versions of Python. I wondered if anyone has a Python 3.7.4 MSI that I could borrow please We are currently running version 3.3.2 Unfortunately we don't have SCCM or any third party tools to wrap the EXE. Thanks Edited September 13, 2019 by cheaptonersucks
DJ-1701 Posted September 13, 2019 Posted September 13, 2019 (edited) Paging the Legend King @Arthur, Who may be able to help. Otherwise does the exe have silent switches to install? Could cheat and use a bootup script if it did. Edited September 13, 2019 by DJ-1701 1
CHiLL Posted September 13, 2019 Posted September 13, 2019 I've deployed Python 3.7.2 (admittedly with SCCM) by only using the exe and a silent switch. phython-3.7.2.exe /silent If you can't deploy exe files with switches, I guess it could be deployed with a batch file and a basic if file exists detection to avoid constant reinstallation. 1
Arthur Posted September 13, 2019 Posted September 13, 2019 Otherwise does the exe have silent switches to install? Could cheat and use a bootup script if it did. It does. https://docs.python.org/3.7/using/windows.html#installing-without-ui Like @CHiLL I also deploy Python using the EXE silent switches but with a PSADT script (and SCCM) since I also install a few Python packages. 1
cheaptonersucks Posted September 21, 2019 Author Posted September 21, 2019 Thanks, ended up using a batch file.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now