Lines Matching refs:Log

187     Log( TEXT( "End: %s\n\r\n\r\n" ), _tasctime( pTime ) );  in ~SetupApp()
259 Log( TEXT("Starting: %s\r\n"), m_pModuleFile ); in Initialize()
260 Log( TEXT(" CommandLine=<%s>\r\n"), m_pCmdLine ); in Initialize()
263 Log( TEXT(" Using quiet install mode\r\n") ); in Initialize()
268 Log( TEXT(" Begin: %s\n"), _tasctime( pTime ) ); in Initialize()
303 Log( sBuf ); in GetProfileSection()
309 Log( TEXT( "ERROR: GetPrivateProfileSection() out of memory\r\n" ) ); in GetProfileSection()
313 Log( TEXT( " GetProfileSection read %s\r\n" ), pSection ); in GetProfileSection()
329 Log( TEXT( " Open ini file: <%s>\r\n" ), sProfilePath ); in ReadProfile()
343Log( TEXT( " Could not open inifile, copied ini file to: <%s>\r\n" ), sProfilePath ); in ReadProfile()
361 Log( TEXT( " Database = %s\r\n" ), pValue ); in ReadProfile()
366 Log( TEXT( " msiversion = %s\r\n" ), pValue ); in ReadProfile()
371 Log( TEXT( " productname = %s\r\n" ), pValue ); in ReadProfile()
377 Log( TEXT( " upgradekey = %s\r\n" ), pValue ); in ReadProfile()
382 Log( TEXT( " productversion = %s\r\n" ), pValue ); in ReadProfile()
390 Log( TEXT( "Warning: unknown entry in profile <%s>\r\n" ), pName ); in ReadProfile()
398 Log( TEXT( "ERROR: incomplete 'Setup' section in profile\r\n" ) ); in ReadProfile()
418 Log( TEXT( " Languages = %s\r\n" ), pValue ); in ReadProfile()
436 Log( TEXT( " Language = %s\r\n" ), pValue ); in ReadProfile()
439 Log( TEXT( " Transform = %s\r\n" ), m_ppLanguageList[ i ]->m_pTransform ); in ReadProfile()
661 Log( TEXT( " Info: found Language: %s\r\n" ), sString ); in ChooseLanguage()
677 Log( TEXT( "Warning: Language chosen with parameter -lang not found.\r\n" ) ); in ChooseLanguage()
682 Log( TEXT( "Info: Found language chosen with parameter -lang.\r\n" ) ); in ChooseLanguage()
687 Log( TEXT( "Info: Found user default language.\r\n" ) ); in ChooseLanguage()
692 Log( TEXT( "Info: Found user default primary language.\r\n" ) ); in ChooseLanguage()
697 Log( TEXT( "Info: Found system default language.\r\n" ) ); in ChooseLanguage()
702 Log( TEXT( "Info: Found system default primary language.\r\n" ) ); in ChooseLanguage()
707 Log( TEXT( "Info: Use default language from ini file.\r\n" ) ); in ChooseLanguage()
727 Log( TEXT( " Could not find path to msiexec.exe in registry" ) ); in GetPathToMSI()
760 Log( TEXT( "ERROR: Can't build path to msiexec.exe!" ) ); in GetPathToMSI()
772 Log( TEXT( "ERROR: msiexec not found!" ) ); in LaunchInstaller()
780 Log( TEXT( " Will install using <%s>\r\n" ), sMsiPath ); in LaunchInstaller()
781 Log( TEXT( " Parameters are: %s\r\n" ), pParam ); in LaunchInstaller()
809 Log( TEXT( "ERROR: Could not create process %s.\r\n" ), sCmdLine ); in LaunchInstaller()
820 Log( TEXT( "ERROR: While waiting for %s.\r\n" ), sCmdLine ); in LaunchInstaller()
833 Log( sBuf ); in LaunchInstaller()
836 Log( TEXT( " Installation completed successfully.\r\n" ) ); in LaunchInstaller()
862Log( TEXT( "ERROR: Could not find transform <%s\r\n" ), m_ppLanguageList[i]->m_pTransform ); in Install()
875 Log( TEXT( "ERROR: Could not find database <%s\r\n" ), m_pDatabase ); in Install()
1044 Log( TEXT( "ERROR: %s\r\n" ), sError ); in DisplayError()
1104 Log( TEXT( " Looking for installed MSI with version >= %s\r\n" ), m_pReqVersion ); in CheckVersion()
1120 Log( TEXT( "Warning: Old MSI version found <%s>, update needed!\r\n" ), pMsiVersion ); in CheckVersion()
1124 Log( TEXT( " Found MSI version <%s>, no update needed\r\n" ), pMsiVersion ); in CheckVersion()
1130 Log( TEXT("Warning: Patching not supported! MSI-Version <%s>\r\n"), pMsiVersion ); in CheckVersion()
1144 Log( TEXT( " No Upgrade Key Found -> continue with standard installation!\r\n" ) ); in CheckForUpgrade()
1152 Log( TEXT( " Found Upgrade Key in Registry (HKLM) -> will try minor upgrade!\r\n" ) ); in CheckForUpgrade()
1157 Log( TEXT( " Found Upgrade Key in Registry (HKCU) -> will try minor upgrade!\r\n" ) ); in CheckForUpgrade()
1162Log( TEXT( " Didn't Find Upgrade Key in Registry -> continue with standard installation!\r\n" ) ); in CheckForUpgrade()
1178 Log( TEXT( " Same Product Version already installed, no minor upgrade!\r\n" ) ); in CheckForUpgrade()
1243 Log( TEXT("Ignoring already running MSI instance!\r\n") ); in AlreadyRunning()
1265 Log( TEXT( "ERROR: AlreadyRunning() could not create mutex!\r\n" ) ); in AlreadyRunning()
1267 Log( TEXT( "ERROR: There's already a setup running!\r\n" ) ); in AlreadyRunning()
1271 Log( TEXT( " No running Setup found\r\n" ) ); in AlreadyRunning()
1315 void SetupApp::Log( LPCTSTR pMessage, LPCTSTR pText ) const in Log() function in SetupApp
1667 Log( TEXT( "ERROR: Could not create temp file\n" ) ); in CopyIniFile()
1685 Log( TEXT( "ERROR: Could not write all bytes to temp file\n" ) ); in CopyIniFile()
1790 Log( sBuf ); in IsPatchInstalled()
1802 Log( sBuf ); in IsPatchInstalled()
1809 Log( sBuf ); in IsPatchInstalled()
1838 Log( TEXT( " Will install runtime <%s>\r\n" ), sRuntimePath ); in InstallRuntimes()
1866 Log( TEXT( "ERROR: Could not create process %s.\r\n" ), sCmdLine ); in InstallRuntimes()
1877 Log( TEXT( "ERROR: While waiting for %s.\r\n" ), sCmdLine ); in InstallRuntimes()
1890 Log( sBuf ); in InstallRuntimes()
1893 Log( TEXT( " Installation of runtime completed successfully.\r\n" ) ); in InstallRuntimes()
1941 Log( TEXT( "ERROR: no installer for x64 runtime libraries found!" ) ); in InstallRuntimes()
1953 Log( TEXT( "ERROR: no installer for x86 runtime libraries found!" ) ); in InstallRuntimes()