Windows Server

Install Python On Windows With A One-Liner

The msiexec command can be used to run an installer on Windows in a zero touch fashion. To do so, run the following command:

msiexec /i "python-2.7.14.amd64.msi" /passive TARGETDIR="C:\python"