9f2e3be4e8
for Python 2.4 caused a segfault when post_install_script was used. The reason was that the file handle passed to PyRun_SimpleFile() was created with MSVCRT.DLL, but Python 2.4 uses MSVCR71.DLL. So, I replaced PyRun_SimpleFile() with PyRun_SimpleString(). The segfault is gone, but the output of the postinstall script doesn't show up, because still freopen() from MSVCRT is used. Already backported. |
||
---|---|---|
.. | ||
.cvsignore | ||
PythonPowered.bmp | ||
README.txt | ||
archive.h | ||
extract.c | ||
install.c | ||
install.rc | ||
resource.h | ||
wininst-7.1.sln | ||
wininst-7.1.vcproj | ||
wininst.dsp | ||
wininst.dsw |
README.txt
XXX Write description XXX Dont't forget to mention upx XXX Add pointer to this file into PC/README.txt