I'm using DPInst in a driver installation package for a device
designed with Jungo Windriver (XP/Vista/7). Two devices are to be
installed, one corresponding to the device itself and also a device
called Windriver (a pseudo-device according to their documentation),
in a class Jungo. DPInst is pre-installing the drivers, which works
great when the Add New Hardware Wizard appears and installs the device
driver, but the pseudo-device driver does not install (I presume
because nothing prompts it). Without the pseudo-device driver actually
installed, I can not communicate with the device.
I can get around this by running "dpinst.exe" and then "devcon.exe
install windrvr6.inf *WINDRVR6" but unfortunately, devcon is not
redistributable.
Is there a way to make this work?