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 Subject: Re: [python-win32] Silent installation of pywin32 To: Python-Win32 List Message-ID: <4a047d19.7080...@probo.com> Content-Type: text/plain; charset=ISO-8859-1 >>Tools like py2exe will automatically pull

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

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 ___

[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