Searched refs:sProductVersion (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/soldep/bootstrp/ |
H A D | prodmap.cxx | 447 ByteString sProductVersion; in PrintSingleMinorList() local 453 sProductVersion = sVersion; in PrintSingleMinorList() 456 pVersionList, sProductVersion, sVersion, rEnvironment, *pMinors->GetObject( i )); in PrintSingleMinorList()
|
/aoo41x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 1238 TCHAR *sProductVersion = new TCHAR[ MAX_PATH + 1 ]; in CheckForUpgrade() local 1241 sProductVersion[0] = '\0'; in CheckForUpgrade() 1244 …CESS == RegQueryValueEx( hInstKey, PRODUCT_VERSION, NULL, NULL, (LPBYTE)sProductVersion, &nSize ) ) in CheckForUpgrade() 1246 if ( lstrcmpi( sProductVersion, m_pProductVersion ) == 0 ) in CheckForUpgrade() 1253 delete [] sProductVersion; in CheckForUpgrade()
|
Completed in 22 milliseconds