Changeset 108459 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp
- Timestamp:
- Mar 5, 2025 5:14:53 PM (7 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167833
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp
r106061 r108459 2196 2196 { 2197 2197 NOREF(pNc); 2198 2198 2199 NonStandardLog("Finding NetAdp driver package and trying to uninstall it ...\n"); 2199 2200 2200 VBoxDrvCfgInfUninstallAllF(L"Net", pwszId, InfRmFlags); 2201 NonStandardLog("NetAdp is not installed currently\n"); 2202 return S_OK; 2201 HRESULT const hr = VBoxDrvCfgInfUninstallAllF(L"Net", pwszId, InfRmFlags); 2202 2203 NonStandardLog("Finding NetAdp driver package and trying to uninstall done: %Rhrc\n", hr); 2204 return hr; 2203 2205 } 2204 2206
Note:
See TracChangeset
for help on using the changeset viewer.