VirtualBox

Changeset 106839 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Nov 5, 2024 5:22:30 PM (2 months ago)
Author:
vboxsync
Message:

Windows driver installation: Made it a bit smarter wrt model / PnP ID detection within files. bugref:10762

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp

    r106529 r106839  
    617617            if (RT_SUCCESS(rc))
    618618            {
    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);
    621621
    622622                VBoxWinDrvInstDestroy(hWinDrvInst);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette