VirtualBox

Changeset 107823 in vbox for trunk


Ignore:
Timestamp:
Jan 16, 2025 3:17:00 PM (3 weeks ago)
Author:
vboxsync
Message:

Windows driver installation/VBoxWinDrvInst.cpp: Fixed path handling for DiUninstallDriverW() in vboxWinDrvUninstallFromDriverStore(); uses a fully qualified path instead of just the INF name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/installation/VBoxWinDrvInst.cpp

    r107822 r107823  
    16901690            BOOL fReboot = FALSE;
    16911691            if (!(pParms->fFlags & VBOX_WIN_DRIVERINSTALL_F_DRYRUN))
    1692                 fRc = g_pfnDiUninstallDriverW(NULL /* hWndParent */, pCur->wszInfFile, 0 /* Flags */, &fReboot);
     1692            {
     1693                /* Takes the fully qualified path of the INF file to uninstall. */
     1694                fRc = g_pfnDiUninstallDriverW(NULL /* hWndParent */, wszInfPathAbs, 0 /* Flags */, &fReboot);
     1695            }
    16931696            else
    16941697                fRc = TRUE;
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