reactos/modules/rostests/winetests/msi
winesync 82decec5f1
[WINESYNC] msi: Reuse the custom action server process where possible.
We use a named pipe to communicate between the client (i.e. the process that
called MsiInstallProduct() and the custom action server. The naïve approach
has the client send custom action GUIDs to the server and the server send
back the results of executing the action, but this fails in the case of
nested custom actions, so instead we send back handles of threads for the
client to wait on.

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>

wine commit id 457431ab5bc1dd10c4957f145de85c4ba6d0ef72 by Zebediah Figura <z.figura12@gmail.com>
2022-03-20 19:27:57 +01:00
..
action.c [WINESYNC] msi/tests: Use the available ARRAY_SIZE() macro. 2022-03-20 19:27:54 +01:00
automation.c [WINESYNC] msi/tests: Use the available ARRAY_SIZE() macro. 2022-03-20 19:27:54 +01:00
CMakeLists.txt [WINESYNC] msi/tests: Test self-registration of a valid DLL. 2022-03-20 19:27:51 +01:00
custom.c [WINESYNC] msi: Reuse the custom action server process where possible. 2022-03-20 19:27:57 +01:00
custom.spec [WINESYNC] msi: Reuse the custom action server process where possible. 2022-03-20 19:27:57 +01:00
db.c [WINESYNC] msi/tests: Use the available ARRAY_SIZE() macro. 2022-03-20 19:27:54 +01:00
format.c
install.c [WINESYNC] msi: Reuse the custom action server process where possible. 2022-03-20 19:27:57 +01:00
msi.c [WINESYNC] msi/tests: Use the available ARRAY_SIZE() macro. 2022-03-20 19:27:54 +01:00
msi_winetest.rc [WINESYNC] msi/tests: Test self-registration of a valid DLL. 2022-03-20 19:27:51 +01:00
package.c [WINESYNC] msi: Add support for re-caching package. 2022-03-20 19:27:56 +01:00
patch.c [WINESYNC] msi/tests: Use the available ARRAY_SIZE() macro. 2022-03-20 19:27:54 +01:00
precomp.h
record.c [WINESYNC] msi/tests: Use the available ARRAY_SIZE() macro. 2022-03-20 19:27:54 +01:00
selfreg.c [WINESYNC] msi/tests: Test self-registration of a valid DLL. 2022-03-20 19:27:51 +01:00
selfreg.spec [WINESYNC] msi/tests: Test self-registration of a valid DLL. 2022-03-20 19:27:51 +01:00
source.c
suminfo.c
testlist.c
typelib.idl [WINESYNC] msi/tests: Test registration of a valid typelib. 2022-03-20 19:27:51 +01:00
utils.h [WINESYNC] msi/tests: Add a header for some common functions. 2022-03-20 19:27:44 +01:00