Searched refs:MSIINSTALLCONTEXT_ALL (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | registry.c | 1047 return MsiEnumProductsExW( NULL, L"S-1-1-0", MSIINSTALLCONTEXT_ALL, index, lpguid, in MsiEnumProductsW() 1121 … return MsiEnumComponentsExW( L"S-1-1-0", MSIINSTALLCONTEXT_ALL, index, lpguid, NULL, NULL, NULL ); in MsiEnumComponentsW() 1974 dwContext > MSIINSTALLCONTEXT_ALL) in MsiEnumPatchesExW() 2081 …r = enum_patches(szProduct, NULL, MSIINSTALLCONTEXT_ALL, MSIPATCHSTATE_ALL, iPatchIndex, &idx, lpP… in MsiEnumPatchesW()
|
H A D | msi.c | 2892 return MsiGetComponentPathExW( product, comp, L"S-1-1-0", MSIINSTALLCONTEXT_ALL, buf, buflen ); in MsiGetComponentPathW() 2900 return MsiGetComponentPathExA( product, comp, "s-1-1-0", MSIINSTALLCONTEXT_ALL, buf, buflen ); in MsiGetComponentPathA() 3416 …state = MSI_GetComponentPath( szProduct, comp, L"S-1-1-0", MSIINSTALLCONTEXT_ALL, lpPathBuf, pcchP… in MSI_ProvideQualifiedComponentEx()
|
/reactos/sdk/include/psdk/ |
H A D | msi.h | 201 …MSIINSTALLCONTEXT_ALL = (MSIINSTALLCONTEXT_USERMANAGED | MSIINSTALLCONTEXT_USERUNMANAGED… enumerator
|
/reactos/modules/rostests/winetests/msi/ |
H A D | msi.c | 10222 …r = MsiEnumPatchesExA(prodcode, usersid, MSIINSTALLCONTEXT_ALL + 1, MSIPATCHSTATE_ALL, 0, patchcod… in test_MsiEnumPatchesEx() 11054 …r = MsiGetPatchInfoExA(patchcode, prodcode, usersid, MSIINSTALLCONTEXT_ALL, INSTALLPROPERTY_LOCALP… in test_MsiGetPatchInfoEx() 12156 r = MsiEnumProductsExA( NULL, NULL, MSIINSTALLCONTEXT_ALL, 0, NULL, NULL, NULL, NULL ); in test_MsiEnumProductsEx() 12161 r = MsiEnumProductsExA( product0, NULL, MSIINSTALLCONTEXT_ALL, 0, NULL, NULL, sid, &len ); in test_MsiEnumProductsEx() 12168 r = MsiEnumProductsExA( product0, usersid, MSIINSTALLCONTEXT_ALL, 0, NULL, NULL, sid, &len ); in test_MsiEnumProductsEx() 12184 r = MsiEnumProductsExA( NULL, NULL, MSIINSTALLCONTEXT_ALL, 0, guid, &context, sid, &len ); in test_MsiEnumProductsEx() 12195 r = MsiEnumProductsExA( NULL, usersid, MSIINSTALLCONTEXT_ALL, 0, guid, &context, sid, &len ); in test_MsiEnumProductsEx() 12206 r = MsiEnumProductsExA( NULL, "S-1-1-0", MSIINSTALLCONTEXT_ALL, 0, guid, &context, sid, &len ); in test_MsiEnumProductsEx() 12224 …while (!MsiEnumProductsExA( NULL, "S-1-1-0", MSIINSTALLCONTEXT_ALL, index, guid, &context, sid, &l… in test_MsiEnumProductsEx() 12399 …while (!MsiEnumComponentsExA( "S-1-1-0", MSIINSTALLCONTEXT_ALL, index, guid, &context, sid, &len )) in test_MsiEnumComponentsEx() [all …]
|
H A D | source.c | 207 r = MsiSourceListGetInfoA(prodcode, usersid, MSIINSTALLCONTEXT_ALL, in test_MsiSourceListGetInfo()
|