msi 2: Add the _Property table back, with tests

James Hawkins truiken at gmail.com
Sat Apr 21 02:37:51 CDT 2007


Hi,

This fixes bug 7949 and bug 7911.  Many installers expect the
_Property table to exist and read values from this table pertinent to
the installation.  The cost of adding special handling for the
_Property table using the property list in place now outweigh the
speedup of using a hash table to store the properties.

Changelog:
* Add the _Property table back, with tests.

 dlls/msi/msipriv.h       |    4 -
 dlls/msi/package.c       |  330 ++++++++++++++++++++++++----------------------
 dlls/msi/tests/format.c  |    7 +-
 dlls/msi/tests/package.c |   16 +++
 4 files changed, 190 insertions(+), 167 deletions(-)

-- 
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Add-back-the-_Property-table-with-tests.patch
Type: text/x-patch
Size: 15449 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070421/945fc9d3/0002-Add-back-the-_Property-table-with-tests.bin


More information about the wine-patches mailing list