[Python-Dev] Re: [Python-checkins] python/nondist/sandbox/msi msi.py, 1.1.1.1, 1.2 msilib.py, 1.1.1.1, 1.2

Thomas Heller theller at python.net
Tue Dec 30 11:10:09 EST 2003


loewis at users.sourceforge.net writes:

> Update of /cvsroot/python/python/nondist/sandbox/msi
> In directory sc8-pr-cvs1:/tmp/cvs-serv15532
>
> Modified Files:
> 	msi.py msilib.py 

>       root.start_component("TARGETDIR", default_feature)
>       root.add_file("PCBuild/w9xpopen.exe") # XXX: separate component to only install on W9x

Currently in the Wise script, w9xpopen.exe is also installed on
NT/2k/XP, and I would like to leave it this way.  py2exe needs it to
create programs using popen that also run on w9x.

Thomas




More information about the Python-Dev mailing list