Silent install of Python software(2.5) for windows.

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Apr 29 04:20:13 EDT 2009


En Wed, 29 Apr 2009 03:58:02 -0300, kc.python at gmail.com  
<kc.python at gmail.com> escribió:

> Is it possible to "automate" the installation of python software(2.5)
> without the need of pressing "Next" so many times?
> Below is the platform in which it should be installed.
> OS : windows

Try using:

msiexec /i python.msi /qn /l*v install.log TARGETDIR=c:\desired\path

See http://technet.microsoft.com/en-us/library/bb490936.aspx for more info.

-- 
Gabriel Genellina




More information about the Python-list mailing list