Lines Matching refs:Log
172 Log( TEXT( "End: %s\n\r\n\r\n" ), _tasctime( pTime ) ); in ~SetupAppX()
244 Log( TEXT("Starting: %s\r\n"), m_pModuleFile ); in Initialize()
245 Log( TEXT(" CommandLine=<%s>\r\n"), m_pCmdLine ); in Initialize()
248 Log( TEXT(" Using quiet install mode\r\n") ); in Initialize()
253 Log( TEXT(" Begin: %s\n"), _tasctime( pTime ) ); in Initialize()
288 Log( sBuf ); in GetProfileSection()
294 Log( TEXT( "ERROR: GetPrivateProfileSection() out of memory\r\n" ) ); in GetProfileSection()
298 Log( TEXT( " GetProfileSection read %s\r\n" ), pSection ); in GetProfileSection()
314 Log( TEXT( " Open ini file: <%s>\r\n" ), sProfilePath ); in ReadProfile()
328 … Log( TEXT( " Could not open inifile, copied ini file to: <%s>\r\n" ), sProfilePath ); in ReadProfile()
346 Log( TEXT( " Database = %s\r\n" ), pValue ); in ReadProfile()
351 Log( TEXT( " msiversion = %s\r\n" ), pValue ); in ReadProfile()
356 Log( TEXT( " productname = %s\r\n" ), pValue ); in ReadProfile()
362 Log( TEXT( " upgradekey = %s\r\n" ), pValue ); in ReadProfile()
367 Log( TEXT( " productversion = %s\r\n" ), pValue ); in ReadProfile()
375 Log( TEXT( "Warning: unknown entry in profile <%s>\r\n" ), pName ); in ReadProfile()
383 Log( TEXT( "ERROR: incomplete 'Setup' section in profile\r\n" ) ); in ReadProfile()
403 Log( TEXT( " Languages = %s\r\n" ), pValue ); in ReadProfile()
421 Log( TEXT( " Language = %s\r\n" ), pValue ); in ReadProfile()
424 Log( TEXT( " Transform = %s\r\n" ), m_ppLanguageList[ i ]->m_pTransform ); in ReadProfile()
646 Log( TEXT( " Info: found Language: %s\r\n" ), sString ); in ChooseLanguage()
662 Log( TEXT( "Warning: Language chosen with parameter -lang not found.\r\n" ) ); in ChooseLanguage()
667 Log( TEXT( "Info: Found language chosen with parameter -lang.\r\n" ) ); in ChooseLanguage()
672 Log( TEXT( "Info: Found user default language.\r\n" ) ); in ChooseLanguage()
677 Log( TEXT( "Info: Found user default primary language.\r\n" ) ); in ChooseLanguage()
682 Log( TEXT( "Info: Found system default language.\r\n" ) ); in ChooseLanguage()
687 Log( TEXT( "Info: Found system default primary language.\r\n" ) ); in ChooseLanguage()
692 Log( TEXT( "Info: Use default language from ini file.\r\n" ) ); in ChooseLanguage()
781 Log( TEXT( " Could not find path to msiexec.exe in registry" ) ); in GetPathToMSI()
814 Log( TEXT( "ERROR: Can't build path to msiexec.exe!" ) ); in GetPathToMSI()
826 Log( TEXT( "ERROR: msiexec not found!" ) ); in LaunchInstaller()
834 Log( TEXT( " Will install using <%s>\r\n" ), sMsiPath ); in LaunchInstaller()
835 Log( TEXT( " Parameters are: %s\r\n" ), pParam ); in LaunchInstaller()
863 Log( TEXT( "ERROR: Could not create process %s.\r\n" ), sCmdLine ); in LaunchInstaller()
874 Log( TEXT( "ERROR: While waiting for %s.\r\n" ), sCmdLine ); in LaunchInstaller()
887 Log( sBuf ); in LaunchInstaller()
890 Log( TEXT( " Installation completed successfully.\r\n" ) ); in LaunchInstaller()
916 … Log( TEXT( "ERROR: Could not find transform <%s\r\n" ), m_ppLanguageList[i]->m_pTransform ); in Install()
929 Log( TEXT( "ERROR: Could not find database <%s\r\n" ), m_pDatabase ); in Install()
1098 Log( TEXT( "ERROR: %s\r\n" ), sError ); in DisplayError()
1159 Log( TEXT( " Looking for installed MSI with version >= %s\r\n" ), m_pReqVersion ); in CheckVersion()
1163 Log( TEXT( "Error: No MSI found!\r\n" ) ); 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()
1214 Log( TEXT( " No Upgrade Key Found -> continue with standard installation!\r\n" ) ); in CheckForUpgrade()
1222 Log( TEXT( " Found Upgrade Key in Registry (HKLM) -> will try minor upgrade!\r\n" ) ); in CheckForUpgrade()
1227 Log( TEXT( " Found Upgrade Key in Registry (HKCU) -> will try minor upgrade!\r\n" ) ); in CheckForUpgrade()
1232 … Log( TEXT( " Didn't Find Upgrade Key in Registry -> continue with standard installation!\r\n" ) ); in CheckForUpgrade()
1248 Log( TEXT( " Same Product Version already installed, no minor upgrade!\r\n" ) ); in CheckForUpgrade()
1313 Log( TEXT("Ignoring already running MSI instance!\r\n") ); in AlreadyRunning()
1335 Log( TEXT( "ERROR: AlreadyRunning() could not create mutex!\r\n" ) ); in AlreadyRunning()
1337 Log( TEXT( "ERROR: There's already a setup running!\r\n" ) ); in AlreadyRunning()
1341 Log( TEXT( " No running Setup found\r\n" ) ); in AlreadyRunning()
1385 void SetupAppX::Log( LPCTSTR pMessage, LPCTSTR pText ) const in Log() function in SetupAppX
1737 Log( TEXT( "ERROR: Could not create temp file\n" ) ); in CopyIniFile()
1755 Log( TEXT( "ERROR: Could not write all bytes to temp file\n" ) ); in CopyIniFile()
1860 Log( sBuf ); in IsPatchInstalled()
1872 Log( sBuf ); in IsPatchInstalled()
1879 Log( sBuf ); in IsPatchInstalled()
1908 Log( TEXT( " Will install runtime <%s>\r\n" ), sRuntimePath ); in InstallRuntimes()
1936 Log( TEXT( "ERROR: Could not create process %s.\r\n" ), sCmdLine ); in InstallRuntimes()
1947 Log( TEXT( "ERROR: While waiting for %s.\r\n" ), sCmdLine ); in InstallRuntimes()
1960 Log( sBuf ); in InstallRuntimes()
1963 Log( TEXT( " Installation of runtime completed successfully.\r\n" ) ); in InstallRuntimes()
2011 Log( TEXT( "ERROR: no installer for x64 runtime libraries found!" ) ); in InstallRuntimes()
2023 Log( TEXT( "ERROR: no installer for x86 runtime libraries found!" ) ); in InstallRuntimes()