I have a scsiport driver and it needs a filter driver to handle some stuff outside the scsiport, in particular the injection of a memory resource (scsiport won’t work without it).
So I have two directories, two sources files, and now I’m looking at how to install them.
I think I can create one inf file to install both files, both services, and add the UpperFilter key to the device, but is that the right way to do it?
This link http://msdn.microsoft.com/en-us/library/windows/hardware/ff547595(v=vs.85).aspx appears to do just that, but I don’t understand if the inf file (only excerpt is provided) also installs the cdrom service, or is simply referencing it and adding the UpperFilters key in doing so…
Thanks
James
You can install both in one inf. Msports.inf installs serial and serenum
d
From: James Harpermailto:xxxxx
Sent: ?1/?21/?2013 2:59 AM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: [ntdev] installing driver + filter in one inf file
I have a scsiport driver and it needs a filter driver to handle some stuff outside the scsiport, in particular the injection of a memory resource (scsiport won’t work without it).
So I have two directories, two sources files, and now I’m looking at how to install them.
I think I can create one inf file to install both files, both services, and add the UpperFilter key to the device, but is that the right way to do it?
This link http://msdn.microsoft.com/en-us/library/windows/hardware/ff547595(v=vs.85).aspx appears to do just that, but I don’t understand if the inf file (only excerpt is provided) also installs the cdrom service, or is simply referencing it and adding the UpperFilters key in doing so…
Thanks
James
—
NTDEV is sponsored by OSR
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</mailto:xxxxx></mailto:xxxxx>