Searched refs:sPatchList (Results 1 – 1 of 1) sorted by relevance
95 std::_tstring sPatchList = GetMsiProperty( handle, TEXT("PATCH") ); in CheckPatchList() local98 …OutputDebugStringFormat( "CheckPatchList called with PATCH=%s and PRQ= %s\n", sPatchList.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 14 milliseconds