Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dmsi.c427 LPWSTR patch_packages = NULL; in MsiApplyMultiplePatchesA() local
438 if (!(patch_packages = strdupAtoW(szPatchPackages))) in MsiApplyMultiplePatchesA()
447 r = MsiApplyMultiplePatchesW(patch_packages, product_code, properties_list); in MsiApplyMultiplePatchesA()
450 free(patch_packages); in MsiApplyMultiplePatchesA()