Sweden-Number/dlls/msi
Zebediah Figura 51ad009bac msi: Don't assume that WoW64 redirection is enabled in custom_start_server().
As of 3a884c2ef the server is started on the main thread, so this is no
longer a valid assumption. In particular, we disable WoW64 redirection while
running standard actions, including the top-level INSTALL action.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45663
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>
2018-08-20 19:39:14 +02:00
..
tests msi/tests: Add a test for asynchronous custom actions. 2018-08-16 18:41:18 +02:00
Makefile.in
action.c msi: Implement deferral for standard and custom actions. 2018-08-14 10:15:59 +02:00
alter.c
appsearch.c
assembly.c msi: Implement deferral for standard and custom actions. 2018-08-14 10:15:59 +02:00
automation.c
classes.c msi: Implement deferral for standard and custom actions. 2018-08-14 10:15:59 +02:00
cond.y msi: Fix condition evaluation when comparing literal and integer. 2018-07-16 09:14:19 +02:00
create.c
custom.c msi: Don't assume that WoW64 redirection is enabled in custom_start_server(). 2018-08-20 19:39:14 +02:00
database.c
delete.c
dialog.c msi: Avoid an ARRAY_SIZE-like macro. 2018-08-14 10:16:00 +02:00
distinct.c
drop.c
files.c msi: Implement deferral for standard and custom actions. 2018-08-14 10:15:59 +02:00
font.c msi: Implement deferral for standard and custom actions. 2018-08-14 10:15:59 +02:00
format.c msi: Remove checks for negative value. 2018-06-26 09:27:32 +02:00
handle.c
insert.c
instabsent.bmp
instadvert.bmp
install.c msi: Store the current script in the package. 2018-06-06 11:18:34 +02:00
instlocal.bmp
media.c
msi.c msi: Add support for re-caching package. 2018-06-22 11:31:17 +02:00
msi.rc
msi.spec
msi_main.c
msipriv.h msi: Implement deferral for standard and custom actions. 2018-08-14 10:15:59 +02:00
msiquery.c
msiserver.idl
msiserver.rgs
msiserver_dispids.h
package.c msi: Reuse the custom action server process where possible. 2018-07-11 15:45:11 +02:00
patch.c
query.h
record.c
registry.c
resource.h
script.c
select.c
source.c
sql.y
storages.c
streams.c
string.c msi: Remove checks for negative value. 2018-06-26 09:27:32 +02:00
suminfo.c
table.c msi: Remove checks for negative value. 2018-06-26 09:27:32 +02:00
tokenize.c include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
update.c
upgrade.c
where.c
winemsi.idl