Searched refs:MSI_GetComponentPath (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | msi.c | 2771 static INSTALLSTATE MSI_GetComponentPath( const WCHAR *szProduct, const WCHAR *szComponent, in MSI_GetComponentPath() function 2857 return MSI_GetComponentPath( product, comp, usersid, ctx, &path, buflen ); in MsiGetComponentPathExW() 2877 r = MSI_GetComponentPath( productW, compW, usersidW, ctx, &path, buflen ); in MsiGetComponentPathExA() 3416 …state = MSI_GetComponentPath( szProduct, comp, L"S-1-1-0", MSIINSTALLCONTEXT_ALL, lpPathBuf, pcchP… in MSI_ProvideQualifiedComponentEx()
|