- Timestamp:
- Jan 16, 2025 3:17:00 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/VBoxWinDrvInst.cpp
r107822 r107823 1690 1690 BOOL fReboot = FALSE; 1691 1691 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 } 1693 1696 else 1694 1697 fRc = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.