We want to install a device driver for a IEEE1394 virtual device using
DIFxApp 2.0.
The difficulty is to synchronize the 1394 API Request for AddVirtualDevice
and the installation of the device driver.
If I run AddVirtualDevice first the user get the driver installation dialogs
while the driver is not installed yet.
If I install the driver first using the DIFx framework a preinstallation is
done and the user gets the driver installation dialogs after the
AddVirtualDevice asynchronously to the Application install routine.
In both cases the installation routine has no feedback if the driver
installation was successful.
Is the any way to do a synchronous driver installation for the virtual 1394
device without further user interaction?
Remark: The driver is unsigned, I use the legacy mode flag in DIFx.
|