Re: [python-win32] Silent installation of pywin32

2009-05-10 Thread Tony Cappellini
Message: 2 Date: Fri, 08 May 2009 11:42:33 -0700 From: Tim Roberts t...@probo.com Subject: Re: [python-win32] Silent installation of pywin32 To: Python-Win32 List python-win32@python.org Message-ID: 4a047d19.7080...@probo.com Content-Type: text/plain; charset=ISO-8859-1 Tools like py2exe

[python-win32] Silent installation of pywin32

2009-05-08 Thread siddhartha veedaluru
Hi all Do we have a way to install pywin32 module silently.? Does the exe which is downloable support silent installation? thanks Siddhartha ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Silent installation of pywin32

2009-05-08 Thread Tim Golden
siddhartha veedaluru wrote: Hi all Do we have a way to install pywin32 module silently.? Does the exe which is downloable support silent installation? Don't think so; your best bet is probably to rebuild as an MSI which you can install with a silent running mode. TJG

Re: [python-win32] Silent installation of pywin32

2009-05-08 Thread Tim Roberts
siddhartha veedaluru wrote: Do we have a way to install pywin32 module silently.? Does the exe which is downloable support silent installation? Why do you want this? If you are planning to ship an application that needs pywin32, then this is NOT the right way to do it. Tools like py2exe