Home
last modified time | relevance | path

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

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