Hi

I've successfully implemented a virtual webcam device driver which
plays video files , based on the TESTCAP DDK sample.
Its working perfectly on both Win2k/xp and Win98.

However, while on 2K/XP , i can install the driver automatically using
the sample utility provided in the DDK ( %BASEDIR%\SRC\SETUP\INSTALL ),
Im having trouble with doing that on Win98.

On Win98 im trying to use the CINSTALL utility. It recognizes the INF
file and installs the sys files and device manager shows the entry but
when i run AMCAP, I get an error "Could not create video capture filter
: 0x80070002" aka File not found.

Running a registry monitor shows that its failing to find some registry
keys after which it throws the error.

Using the Add hardware wizard works seamlessly.

Does anyone have a clue as to how to get this to work?
At the worst case, if someone could list the entire set of operations
that are done when installing a WDM kernel streaming driver, Ill make
my installl script perform those actions and get rid of the INF file
altogether.
The basic structure is identical to TESTCAP, so you can see that one's
INF file for details.

Thanks in advance