Re: Win2K device driver wizard doesn't find the device names in my INF file by Don
Don
Mon Sep 01 07:32:49 CDT 2003
First have you run ChkInf on your INF file, you should do this and fix all
the errors and warnings it reports. Second, have you tried this install
with logging on? See "Setting SetupAPI Logging Levels" in the DDK docs for
how to do this. Turn on all the logging and try your different scenarios.
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
"Kirby" <usawebbox@fastmail.fm> wrote in message
news:1a13b67c.0308311425.1708b234@posting.google.com...
> I have an installable network device driver that is working fine, but
> there must be a problem with the INF file. If I choose a specific
> driver for Windows 2000 to install, and click Have Disk, I get no
> devices listed.
>
> If I let windows do it, there's no problem. If the driver is already
> installed, the device choices show up in the list. (not very useful at
> that point!) The INF looks correct and complete.
>
> How can I tell why Win2K is rejecting this as matching hardware, only
> in this one scenario? How do I start to debug?