Searched defs:ShowError (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp115 static RTEXITCODE ShowError(const char *pszFmt, ...) function
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("MsiEnableLog
[all...]

Completed in 45 milliseconds