msi: Add support for exporting binary streams (Binary/Icon tables).
commitf1d8218169715fcb64d4c6d81be7ead9d8bbf6ed
authorErich E. Hoover <erich.e.hoover@gmail.com>
Fri, 15 Mar 2019 09:03:59 +0000 (15 10:03 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Mar 2019 19:01:57 +0000 (15 20:01 +0100)
tree05847bc2b5c6573d624a8b16c245085597debd8d
parentb08d9998635137475dae335f8b45c909274d3001
msi: Add support for exporting binary streams (Binary/Icon tables).

The Binary and Icon tables store their data in a different format from
other tables, one column of the data is stored as a "stream" instead
of a normal text field.  With this patch those tables can now be
exported properly by the MSI export functionality.

Signed-off-by: Erich E. Hoover <erich.e.hoover@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msi/database.c