Lines Matching defs:ShowError
115 static RTEXITCODE ShowError(const char *pszFmt, ...)
230 * returned after ShowError has been invoked.
242 ShowError("Internal error: Could not find package header #%u: %Rrc", iPackage, rc);
397 ShowError("Out of memory!");
444 ShowError("Failed to delete temporary file '%s': %Rrc", pCur->szPath, rc);
446 ShowError("Failed to delete temporary directory '%s': %Rrc", pCur->szPath, rc);
483 return ShowError("Internal error: MsiSetInternalUI failed.");
498 return ShowError("Internal error: Filename path too long.");
503 return ShowError("RTStrToUtf16 failed on '%s': %Rrc", szLogFile, rc);
510 return ShowError("MsiEnableLogW failed");
531 return ShowError("RTStrToUtf16 failed on '%s': %Rrc", pszMsi, rc);
537 return ShowError("RTStrToUtf16 failed on '%s': %Rrc", pszMsi, rc);
559 ShowError("This installation package cannot be installed by the Windows Installer service.\n"
564 ShowError("This installation package is not supported on this platform.");
594 ShowError("Installation failed! Error: %ls", pwszMsg);
598 ShowError("Installation failed! Error: %u", uStatus);
637 return ShowError("Internal error: RTPathJoin failed: %Rrc", rc);
647 rcExit = ShowError("Internal error: Do not know how to handle file '%s'.", pPackage->szFileName);
667 return ShowError("Failed to construct install certificate.");
687 return ShowError("Failed to construct '.custom' dir path: %Rrc", rc);
700 return ShowError("RTStrToUtf16Ex failed on '%s': %Rrc", szSrcDir, rc);
707 return ShowError("RTStrToUtf16Ex failed on '%s': %Rrc", pszDstDir, rc);
726 return ShowError("Copying the '.custom' dir failed: %#x", rc);
735 return ShowError("Out of memory!");
758 return ShowError("Failed to create extraction path '%s': %Rrc", pszDstDir, rc);
776 return ShowError("Internal error: RTPathJoin failed: %Rrc", rc);
780 return ShowError("Error extracting package #%u: %Rrc", k, rc);
898 rcExit = ShowError("MSI parameters are too long.");
921 rcExit = ShowError("Extraction path is too long.");
930 rcExit = ShowError("MSI parameters are too long.");
974 rcExit = ShowError("MSI parameters are too long.");
983 rcExit = ShowError("Unknown option \"%s\"\n"
987 rcExit = ShowError("Parameter parsing error: %Rrc\n"
1005 ShowError("Unable to allocate console, error = %ld\n",
1046 ShowError("Failed to determine extraction path (%Rrc)", vrc);
1063 rcExit = ShowError("Internal package error: Manifest not found (%Rrc)", vrc);