VirtualBox

Ignore:
Timestamp:
Nov 12, 2024 6:25:27 AM (3 months ago)
Author:
vboxsync
Message:

Windows driver installation: Added new VBoxDrvInst tool for generic Windows driver installation, listing and uninstallation, to have a common tool as a host and a guest version [adds build fix]. bugref:10762

File:
1 edited

Legend:

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

    r106937 r106948  
    118118    VBOXDRVINST_LIST_OPT_MODEL = 900,
    119119    VBOXDRVINST_LIST_OPT_PNPID
    120 };
    121 
    122 /**
    123  * Command line parameters for the 'list' command.
    124  */
    125 static const RTGETOPTDEF g_aCmdListOptions[] =
    126 {
    127     { "--model",  VBOXDRVINST_LIST_OPT_MODEL, RTGETOPT_REQ_STRING  },
    128     { "--pnp",    VBOXDRVINST_LIST_OPT_PNPID, RTGETOPT_REQ_STRING  },
    129     { "--pnpid" , VBOXDRVINST_LIST_OPT_PNPID, RTGETOPT_REQ_STRING  },
    130     { "--pnp-id", VBOXDRVINST_LIST_OPT_PNPID, RTGETOPT_REQ_STRING  }
    131120};
    132121
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