Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dmsi.c359 static UINT MSI_ApplyPatchW(LPCWSTR szPatchPackage, LPCWSTR szProductCode, LPCWSTR szCommandLine) in MSI_ApplyPatchW() function
421 return MSI_ApplyPatchW(szPatchPackage, NULL, szCommandLine); in MsiApplyPatchW()
490 r = MSI_ApplyPatchW(patch, szProductCode, szPropertiesList); in MsiApplyMultiplePatchesW()