Changeset 107935 in vbox
- Timestamp:
- Jan 24, 2025 3:25:05 PM (6 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167176
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/VBoxWinDrvInst.cpp
r107891 r107935 1300 1300 fRc = true; 1301 1301 1302 /* 1303 * Work around an error which occurs on Windows Vista, where DiInstallDriverW() can't handle 1304 * primitive drivers (i.e. [Manufacturer] section is missing). So try installing the detected 1305 * INF section in the next block below. 1306 */ 1307 if (dwErr == ERROR_WRONG_INF_TYPE) 1308 fRc = true; 1309 1310 /* For anything else we want to get notified that something isn't working. */ 1302 1311 if (!fRc) 1303 1312 rc = vboxWinDrvInstLogLastError(pCtx, "DiInstallDriverW() failed");
Note:
See TracChangeset
for help on using the changeset viewer.