Searched refs:MsiDoActionA (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | package.c | 967 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 D | custom.c | 549 r = MsiDoActionA(hinst, "nested51"); in test_doaction() 553 r = MsiDoActionA(hinst, "nested1"); in test_doaction()
|
H A D | install.c | 2881 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 D | db.c | 7230 r = MsiDoActionA(hpkg, "SetProp"); in test_dbtopackage() 7285 r = MsiDoActionA(hpkg, "SetProp"); in test_dbtopackage()
|
H A D | msi.c | 12756 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 D | msiquery.h | 219 UINT WINAPI MsiDoActionA(MSIHANDLE,LPCSTR );
|
/reactos/dll/win32/msi/ |
H A D | msi.spec | 29 33 stdcall MsiDoActionA(long str)
|
H A D | install.c | 45 UINT WINAPI MsiDoActionA( MSIHANDLE hInstall, LPCSTR szAction ) in MsiDoActionA() function
|