[python-win32] Silent installation of pywin32

Tim Roberts timr at probo.com
Fri May 8 20:42:33 CEST 2009


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 will automatically pull in whatever pieces of pywin32 are
necessary to make your script run.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list