Feasibility of installing multiple drivers using single INF

Is it possible to load multiple drivers using single INF? Something like, one Master INF M.inf
calling other INFs A.inf, B.inf and C.inf to install A.sys, B.sys and C.sys

This I wan to do in WINPE while OS installer. One more important point I want all the drivers to gets staged as well (should be available after booting into OS).

Summer

xxxxx@gmail.com wrote:

Is it possible to load multiple drivers using single INF? Something like, one Master INF M.inf
calling other INFs A.inf, B.inf and C.inf to install A.sys, B.sys and C.sys

As long as the drivers are all of the same install class (the Class= and
ClassGuid= lines in the [Version] section), you can pack as many as you
want in there. But every Class has to be in a different INF.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

I want to do this for different class of drivers and stage them as well

xxxxx@gmail.com wrote:

I want to do this for different class of drivers and stage them as well

Every class needs its own INF. I believe dpinst will pre-install all of
the INFs in the directory in which it is located.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.