Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1238 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 25 milliseconds