Changeset 107766 in vbox for trunk/src/VBox/GuestHost/installation
- Timestamp:
- Jan 15, 2025 10:25:27 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/VBoxDrvInst.cpp
r107764 r107766 541 541 switch (pOpt->iShort) 542 542 { 543 case VBOXDRVINST_UNINSTALL_OPT_INF_FILE: return "Specifies the INF File to install";544 case VBOXDRVINST_UNINSTALL_OPT_INF_SECTION: return "Specifies the INF section to install";545 case VBOXDRVINST_UNINSTALL_OPT_MODEL: return "Specifies the driver model to install";546 case VBOXDRVINST_UNINSTALL_OPT_PNPID: return "Specifies the PnP (device) ID to install";543 case VBOXDRVINST_UNINSTALL_OPT_INF_FILE: return "Specifies the INF File to uninstall"; 544 case VBOXDRVINST_UNINSTALL_OPT_INF_SECTION: return "Specifies the INF section to uninstall"; 545 case VBOXDRVINST_UNINSTALL_OPT_MODEL: return "Specifies the driver model to uninstall"; 546 case VBOXDRVINST_UNINSTALL_OPT_PNPID: return "Specifies the PnP (device) ID to uninstall"; 547 547 case VBOXDRVINST_UNINSTALL_OPT_IGNORE_REBOOT: return "Ignores reboot requirements"; 548 548 default:
Note:
See TracChangeset
for help on using the changeset viewer.