Changeset 106839 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 5, 2024 5:22:30 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r106529 r106839 617 617 if (RT_SUCCESS(rc)) 618 618 { 619 rc = VBoxWinDrvInstInstall (hWinDrvInst, pszInfFile, pszPnpId,620 VBOX_WIN_DRIVERINSTALL_F_SILENT | VBOX_WIN_DRIVERINSTALL_F_FORCE);619 rc = VBoxWinDrvInstInstallEx(hWinDrvInst, pszInfFile, NULL /* pszModel */, pszPnpId, 620 VBOX_WIN_DRIVERINSTALL_F_SILENT | VBOX_WIN_DRIVERINSTALL_F_FORCE); 621 621 622 622 VBoxWinDrvInstDestroy(hWinDrvInst);
Note:
See TracChangeset
for help on using the changeset viewer.