[python-win32] Unpackaged binary version of pywin32

Fuzzyman fuzzyman at voidspace.org.uk
Tue Nov 14 18:01:28 CET 2006


Paul Moore wrote:

>On 11/14/06, Ross McKerchar <it at crummock.com> wrote:
>  
>
>>Is there anywhere I can download a compiled but unpackaged version of
>>pywin32?
>>
>>I would like to repackage the win32 extensions as an msi using the the
>>bdist_msi distutils extension, allowing me to deploy the package to
>>multiple clients using group policy.
>>
>>The sourceforge project page only lists executable installers and the
>>source distribution (which isn't much use without MS Visual Studio).
>>
>>Feel free to shoot me down to earth if there's any reason why this
>>approach will never work - the bdist_msi extension does seem quite
>>"bleeding edge".
>>
>>Thanks for all your help!
>>    
>>
>
>The executable installer (bdist_wininst) format is basically a zip
>file with an executable header added, so you can unzip it using
>something like winzip. Having said that, the installer runs a
>postinstall script to do a lot of the setup actions - I don't know if
>bdist_msi handles postinstall scripts.
>  
>
If you have Visual Studio installed, you should be able to use distutils
to generate the msi in the usual way from the source archive.

It would be nice to be able to do the same thing using precompiled DLLs.
Anyone know if that is possible ?

Fuzzyman
http://www.voidspace.org.uk/index2.shtml

>Have fun!
>Paul.
>_______________________________________________
>Python-win32 mailing list
>Python-win32 at python.org
>http://mail.python.org/mailman/listinfo/python-win32
>
>  
>



More information about the Python-win32 mailing list