Re: [python-win32] MSI installer or zip file for pywin32?

2010-04-02 Thread Bill Janssen
Preston Landers wrote: > You can run unzip on the official exe installer to get a directory structure > that you can copy into your build. I had no idea one could do that! Thanks. > The pywin32_postinstall.py stuff is > separated out in the arhcive, and does need to be run to enable all > feat

Re: [python-win32] MSI installer or zip file for pywin32?

2010-04-02 Thread Preston Landers
You can run unzip on the official exe installer to get a directory structure that you can copy into your build. The pywin32_postinstall.py stuff is separated out in the arhcive, and does need to be run to enable all features. Depending on what you're doing you might be able to skip all or most of

[python-win32] MSI installer or zip file for pywin32?

2010-04-02 Thread Bill Janssen
Howdy, all. I'm writing a build script for UpLib on Windows with msys, and I'd like to find some way of installing the Python win32 extensions without running the old-style installer it currently comes with. Ideally, I'd like to just unpack the code and DLLs in my install directory, for later inst