Home
last modified time | relevance | path

Searched refs:MsiDoActionA (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/winetests/msi/
H A Dpackage.c967 r = MsiDoActionA( -1, NULL ); in test_doaction()
979 r = MsiDoActionA(hpkg, NULL); in test_doaction()
982 r = MsiDoActionA(0, "boo"); in test_doaction()
985 r = MsiDoActionA(hpkg, "boo"); in test_doaction()
9065 r = MsiDoActionA(hpkg, "custom"); in test_externalui_message()
9091 r = MsiDoActionA(hpkg, "custom"); in test_externalui_message()
9096 r = MsiDoActionA(hpkg, "custom"); in test_externalui_message()
9101 r = MsiDoActionA(hpkg, "custom"); in test_externalui_message()
9110 r = MsiDoActionA(hpkg, "error"); in test_externalui_message()
9114 r = MsiDoActionA(hpkg, "error"); in test_externalui_message()
[all …]
H A Dcustom.c549 r = MsiDoActionA(hinst, "nested51"); in test_doaction()
553 r = MsiDoActionA(hinst, "nested1"); in test_doaction()
H A Dinstall.c2881 r = MsiDoActionA(package, "CostInitialize"); in test_MsiSetComponentState()
2884 r = MsiDoActionA(package, "FileCost"); in test_MsiSetComponentState()
2887 r = MsiDoActionA(package, "CostFinalize"); in test_MsiSetComponentState()
H A Ddb.c7230 r = MsiDoActionA(hpkg, "SetProp"); in test_dbtopackage()
7285 r = MsiDoActionA(hpkg, "SetProp"); in test_dbtopackage()
H A Dmsi.c12756 r = MsiDoActionA( package, "CostInitialize" ); in test_MsiSetFeatureAttributes()
12786 r = MsiDoActionA( package, "FileCost" ); in test_MsiSetFeatureAttributes()
12798 r = MsiDoActionA( package, "CostFinalize" ); in test_MsiSetFeatureAttributes()
/reactos/sdk/include/psdk/
H A Dmsiquery.h219 UINT WINAPI MsiDoActionA(MSIHANDLE,LPCSTR );
/reactos/dll/win32/msi/
H A Dmsi.spec29 33 stdcall MsiDoActionA(long str)
H A Dinstall.c45 UINT WINAPI MsiDoActionA( MSIHANDLE hInstall, LPCSTR szAction ) in MsiDoActionA() function