wine-wine/dlls/msi
Zebediah Figura b2d3567c1b msi: Return ERROR_INVALID_HANDLE when MsiOpenPackage() is called from a custom action.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-26 13:46:18 +01:00
..
tests msi: Return ERROR_INVALID_HANDLE when MsiOpenPackage() is called from a custom action. 2019-03-26 13:46:18 +01:00
Makefile.in msi: Don't use delay imports. 2019-02-19 13:10:22 +01:00
action.c msi: Don't fail the BindImage action if the BindImage table is absent. 2019-03-25 10:21:39 +01:00
alter.c
appsearch.c msi: Disable filesystem redirection only when really needed. 2019-03-21 08:23:18 +01:00
assembly.c msi: Don't use globals to manage assembly cache state. 2019-02-26 15:01:01 +01:00
automation.c
classes.c
cond.y
create.c
custom.c msi: Append the custom action client PID to the endpoint name. 2019-03-25 10:21:39 +01:00
database.c msi: Return ERROR_INVALID_HANDLE when MsiDatabaseImport() is called from a custom action. 2019-03-26 13:46:14 +01:00
delete.c
dialog.c msi: Return ERROR_INVALID_HANDLE when MsiEnableUIPreview() is called from a custom action. 2019-03-26 13:46:16 +01:00
distinct.c
drop.c
files.c msi: Avoid a crash in RemoveFiles if the component directory is invalid. 2019-03-25 22:13:10 +01:00
font.c msi: Disable filesystem redirection only when really needed. 2019-03-21 08:23:18 +01:00
format.c
handle.c
insert.c
instabsent.bmp
instadvert.bmp
install.c msi: Disable filesystem redirection only when really needed. 2019-03-21 08:23:18 +01:00
instlocal.bmp
media.c msi: Disable filesystem redirection only when really needed. 2019-03-21 08:23:18 +01:00
msi.c msi: Disable filesystem redirection only when really needed. 2019-03-21 08:23:18 +01:00
msi.rc
msi.spec msi: Append the custom action client PID to the endpoint name. 2019-03-25 10:21:39 +01:00
msi_main.c
msipriv.h msi: Disable filesystem redirection only when really needed. 2019-03-21 08:23:18 +01:00
msiquery.c msi: Return ERROR_INVALID_HANDLE when MsiDatabaseApplyTransform() is called from a custom action. 2019-03-26 13:46:09 +01:00
msiserver.idl
msiserver.rgs
msiserver_dispids.h
package.c msi: Return ERROR_INVALID_HANDLE when MsiOpenPackage() is called from a custom action. 2019-03-26 13:46:18 +01:00
patch.c
query.h
record.c
registry.c
resource.h
script.c
select.c
source.c msi: Prevent uninitialized variable usage. 2019-02-18 16:00:53 +01:00
sql.y
storages.c
streams.c msi: Add support for deleting streams from an MSI database. 2019-03-15 20:01:27 +01:00
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
winemsi.idl