Well , now I can not reply to my own thread. It tells me to login, when of course I am.
Thanks for telling me that, but I just installed the latest WDK, and winusb.sys in just not there.
At least know I know where perhaps it should be.
All this is in my:
C:\WinDDK\6001.18000\redist\winusb\x86 is WinUSBCoInstaller.dll
If fact if search the entire tree, it is not there.
Well, I suppose I could uninstall and reinstall again, but some how I don’t think that will help.
That is the right file. The coinstaller will unpack winusb.sys and install it for you when your INF refers to it correctly
KmdfLibraryVersion=1.6
That should be 1.7
“The required section was not found in the INF”.
Depending on the OS, it will dictate which setup log file you should look at. http://blogs.msdn.com/doronh/archive/2006/08/31/734412.aspx. post the relevant parts which say which specific section is missing
d
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Saturday, February 23, 2008 7:59 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Winusb.
Well , now I can not reply to my own thread. It tells me to login, when of course I am.
Thanks for telling me that, but I just installed the latest WDK, and winusb.sys in just not there.
At least know I know where perhaps it should be.
All this is in my:
C:\WinDDK\6001.18000\redist\winusb\x86 is WinUSBCoInstaller.dll
If fact if search the entire tree, it is not there.
Well, I suppose I could uninstall and reinstall again, but some how I don’t think that will help.
NTDEV is sponsored by OSR
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
Well thank you!!!
Maybe this will plug the hole thats been in my head!
[ClassInstall32] is what missing according to the log file.
Of course I have no idea what should be in here.
In fact, is this not a system predefined class? And why didn’t the OSR example have this
section in it?
Victory!!!
Just adding a blank
[ClassInstall32]
Made it work!!! I also changed that version number.
At least it made the install work.
Doran Rocks!!!