En Wed, 29 Apr 2009 03:58:02 -0300, kc.pyt...@gmail.com <kc.pyt...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to