Searched refs:sRequiredPatch (Results 1 – 1 of 1) sorted by relevance
96 std::_tstring sRequiredPatch = GetMsiProperty( handle, TEXT("PREREQUIREDPATCH") ); in CheckPatchList() local98 … "CheckPatchList called with PATCH=%s and PRQ= %s\n", sPatchList.c_str(), sRequiredPatch.c_str() ); in CheckPatchList()100 if ( ( sPatchList.length() != 0 ) && ( sRequiredPatch.length() != 0 ) ) in CheckPatchList()102 if ( _tcsstr( sPatchList.c_str(), sRequiredPatch.c_str() ) ) in CheckPatchList()
Completed in 17 milliseconds