Jump to content

Recommended Posts

Posted

Guessing you are using SCCM by your other post, you need to pass the following options on the install command, 

 /quiet InstallAllUsers=1 PrependPath=1 Include_test=0

 

Chris

Posted

We deploy Python via SCCM using the script installer method, using this command:

 

/quiet InstallAllUsers=1

 

You'll also need to specify the uninstall command and also a detection method.

Posted

python-3.xxxx.exe /quiet InstallAllUsers=1 PrependPath=1 TargetDir="C:\Program Files\Python" /log "%WINDIR%\Temp\PythonInstall.log"

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...