Yes, possible. Just pre-install both driver packages and the children will be installed as soon as the parent (PCIe) gets installed and enumerates them.
pnputil /add-driver .... /install
This is known as "software first" scenario.
--pa
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello everyone,
I am developing a bus driver for a PCIe interface card.
The bus driver instantiates physical device objects, on which a virtual COM port driver is loaded.
Therefore I have two INF files. One for the actual device (the bus driver) and one for the individual channels (the virtual COM port driver).
That forces the user to first install the bus driver and after the bus has instantiated its child devices the user has to install the virtual COM port driver in a second step.
Is it possible to install both drivers at once?
Kind regards and thanks in advance
Alex
Yes, possible. Just pre-install both driver packages and the children will be installed as soon as the parent (PCIe) gets installed and enumerates them.
pnputil /add-driver .... /install
This is known as "software first" scenario.
--pa