Searched defs:szDriverInf (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Installer/ |
H A D | VBoxDrvInst.cpp | 247 _TCHAR szDriverInf[MAX_PATH + 1]; local 248 if (0 == GetFullPathNameW(pszDriverPath, MAX_PATH, szDriverInf, NULL)) 259 _tprintf(_T("INF-File: %ws\n"), szDriverInf); 291 g_pfnDriverPackageInstall(szDriverInf, dwFlags, &instInfo, &fReboot) 292 : g_pfnDriverPackageUninstall(szDriverInf, dwFlags, &instInfo, &fReboot); 318 _tprintf(_T("ERROR: There is no INF file in the DIFx driver store that corresponds to the INF file %ws!\n"), szDriverInf); 322 _tprintf(_T("ERROR: File not found! File = %ws\n"), szDriverInf); 366 _tprintf(_T("ERROR: The driver package type is not supported of INF %ws!\n"), szDriverInf);
|
Completed in 81 milliseconds