Searched refs:patch_package (Results 1 – 1 of 1) sorted by relevance
289 LPWSTR patch_package = NULL; in MsiApplyPatchA() local297 if (szPatchPackage && !(patch_package = strdupAtoW(szPatchPackage))) in MsiApplyPatchA()306 r = MsiApplyPatchW(patch_package, install_package, eInstallType, command_line); in MsiApplyPatchA()309 free(patch_package); in MsiApplyPatchA()