Sweden-Number/dlls/msi
Erich E. Hoover f1d8218169 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>
2019-03-15 20:01:57 +01:00
..
tests
Makefile.in
action.c
alter.c msi: Support setting streams in msi_select_update(). 2019-01-29 17:12:13 +01:00
appsearch.c
assembly.c
automation.c
classes.c
cond.y
create.c
custom.c
database.c
delete.c
dialog.c msi: Remove duplicate condition in msi_dialog_destroy(). 2019-02-11 18:31:46 +01:00
distinct.c
drop.c msi: Support setting streams in msi_select_update(). 2019-01-29 17:12:13 +01:00
files.c
font.c
format.c
handle.c msi: Execute custom actions in a separate process. 2018-04-26 13:27:10 +02:00
insert.c
instabsent.bmp
instadvert.bmp
install.c
instlocal.bmp
media.c
msi.c msi: Add exception handling around all custom action RPC calls. 2018-09-10 12:30:01 +02:00
msi.rc
msi.spec
msi_main.c
msipriv.h
msiquery.c msi: Factor out msi_view_refresh_row(). 2019-01-29 17:12:13 +01:00
msiserver.idl
msiserver.rgs
msiserver_dispids.h
package.c msi: Allow ARM64 installations. 2018-11-12 10:21:51 +01:00
patch.c
query.h
record.c msi: Fix the remote case for MsiViewModify(MSIMODIFY_UPDATE). 2018-10-12 17:06:53 +02:00
registry.c
resource.h msi: Add support for control event DirectoryListNew. 2018-10-01 19:12:25 -07:00
script.c
select.c
source.c
sql.y
storages.c msi: Support setting streams in msi_select_update(). 2019-01-29 17:12:13 +01:00
streams.c
string.c
suminfo.c msi: Add support for exporting the _SummaryInformation table. 2019-03-15 20:01:42 +01:00
table.c
tokenize.c
update.c
upgrade.c
where.c msi: Support setting streams in msi_select_update(). 2019-01-29 17:12:13 +01:00
winemsi.idl