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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp199 WCHAR wszVal[MAX_PATH] = { 0 }; local
212 dwLen = sizeof(wszVal);
219 rc = RegQueryValueExW(hkPythonInstPath, L"", NULL, &dwKeyType, (LPBYTE)wszVal, &dwLen);
221 logStringW(hModule, L"InstallPythonAPI: Path \"%s\" detected.", wszVal);
231 if (wcslen(wszVal) > 0)
235 swprintf_s(wszExec, RT_ELEMENTS(wszExec), L"%s\\python.exe", wszVal);
236 swprintf_s(wszCmdLine, RT_ELEMENTS(wszCmdLine), L"%s\\python.exe -c \"import win32api\"", wszVal);
262 swprintf_s(wszCmdLine, RT_ELEMENTS(wszCmdLine), L"%s\\python.exe vboxapisetup.py install", wszVal);

Completed in 47 milliseconds