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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp94 static void logStringW(MSIHANDLE hInstall, LPCWSTR pwszString, ...) function
142 logStringW(hModule, L"Executing command line: %s %s (Working Dir: %s)",
158 logStringW(hModule, L"Executing command line: CreateProcess() failed! Error: %ld", rc);
166 logStringW(hModule, L"Executing command line: WaitForSingleObject() failed! Error: %u", rc);
173 logStringW(hModule, L"Executing command line: GetExitCodeProcess() failed! Error: %u", rc);
181 logStringW(hModule, L"Executing command returned: %u (exit code %u)", rc, *pdwExitCode);
187 logStringW(hModule, L"InstallPythonAPI: Checking for installed Python environment ...");
194 logStringW(hModule, L"InstallPythonAPI: Python seems not to be installed.");
221 logStringW(hModule, L"InstallPythonAPI: Path \"%s\" detected.", wszVal);
234 logStringW(hModul
[all...]

Completed in 34 milliseconds