Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1177 TCHAR pMsiVersion[ VERSION_SIZE ]; in CheckVersion() local
1178 StringCchPrintf( pMsiVersion, VERSION_SIZE, TEXT("%d.%d.%4d"), in CheckVersion()
1182 if ( _tcsncmp( pMsiVersion, m_pReqVersion, _tcslen( pMsiVersion ) ) < 0 ) in CheckVersion()
1184 StringCchCopy( m_pErrorText, MAX_TEXT_LENGTH, pMsiVersion ); in CheckVersion()
1186 … Log( TEXT( "Warning: Old MSI version found <%s>, update needed!\r\n" ), pMsiVersion ); in CheckVersion()
1190 Log( TEXT( " Found MSI version <%s>, no update needed\r\n" ), pMsiVersion ); in CheckVersion()
1196 … Log( TEXT("Warning: Patching not supported! MSI-Version <%s>\r\n"), pMsiVersion ); in CheckVersion()

Completed in 19 milliseconds