Silent install of Python software(2.5) for windows.

2009-04-29 Thread kc.pyt...@gmail.com
Hi All, 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 Thanks Regards, Kalyan. -- http://mail.python.org/mailman/listinfo/python-list

Re: Silent install of Python software(2.5) for windows.

2009-04-29 Thread Gabriel Genellina
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

Re: Silent install of Python software(2.5) for windows.

2009-04-29 Thread Martin P. Hellwig
kc.pyt...@gmail.com wrote: Hi All, 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 Thanks Regards, Kalyan. Distribute the msi using Active Directories

Re: Silent install of Python software(2.5) for windows.

2009-04-29 Thread Martin v. Löwis
Is it possible to automate the installation of python software(2.5) without the need of pressing Next so many times? See http://www.python.org/download/releases/2.5/msi/ Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list