New submission from Travis Oliphant <[EMAIL PROTECTED]>: The attached patches add the following features to MSI building: * allow splitting into multiple CABs * prevent problem when data-base commits grow beyond a certain number * fix to handle all file names * change the way unique keys are created in the File and Directory tables by adding a globally-incrementing number to the file name (unless it is a keyfile. This prevents the repeated searching of a large set (important when you are packaing 47k files...) * fix so that the file id that goes into the HashFileTable is never larger than 72 characters.
---------- components: Windows files: msilib_patch.diff keywords: patch messages: 63940 nosy: teoliphant severity: normal status: open title: Patches for Tools/msi type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file9733/msilib_patch.diff __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2399> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com