Just in case someone stumbles onto this thread- I said something rather stupid here:
“If it finds that you have a KMDF driver, it also verifies proper Wdf section formatting and construction.”
It knows nothing about your driver, it just reads your INF, so that should read just:
“It also verifies proper Wdf section formatting and construction.”
Plus, my comments about erasures are generic [I’ve investigated enough KMDF install logs to see some pretty weird stuff], not something I think the poster has done here.
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Bob Kjelgaard
Sent: Friday, October 22, 2010 2:15 PM
To: Windows System Software Devs Interest List
Subject: RE: RE:[ntdev] KMDF Specific Filter driver installation
Barring possibilities like erasure or editing of the files (and I’ve seen what seems to be evidence of that at times), yes, that’s what it means.
I suspect your coinstaller sections [since I believe that earlier in the thread there did seem to be some trace of there being coinstaller sections] are not tagged properly. There is a tool in the WDK called chkinf that should point out issues with an INF file’s construction- unreferenced sections and the like. If it finds that you have a KMDF driver, it also verifies proper Wdf section formatting and construction. http://msdn.microsoft.com/en-us/library/ff543461(VS.85).aspx
It might point out a few things for you rather quickly.