Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckpatches.cxx96 std::_tstring sRequiredPatch = GetMsiProperty( handle, TEXT("PREREQUIREDPATCH") ); in CheckPatchList() local
98 … "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 15 milliseconds