Jump to content

Recommended Posts

Posted (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 :D 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 by cheaptonersucks
Posted (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 by DJ-1701
  • Thanks 1
Posted

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.

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...