UMDF Driver Installation

Hello,

I have had not luck to install a UMDF driver on Windows XP SP2
computer.
I assume I must download the UMDF Install Kit for Windows XP and
install it. After that the WUDF service is not running.
OK - I have used
NET START wudfpf and
NET START wudvsvc

To minimize my errors I try to install the WDK sample driver.
But no success. Everey time I got an Error 0xE000203.

So my question, the sample INF files use a catalog wudf.cat.
Where is it ?

Is this a right entry in INF file, or must I insert the right version
?
[CoInstallers_AddReg]
HKR,CoInstallers32,0x00010000,“WUDFUpdate_$UMDFCOINSTALLERVERSION$.dll”

What is rigth way to install UMDF on a custom computer for Windows XP
SP2 ?

elli

Did you run stampinf with the correct cmd line? The makefile.inc from the sample you copied shows you what the command line should be. “WUDFUpdate_$UMDFCOINSTALLERVERSION$.dll” is not correct, WUDFUpdate_01005.dll will be the final result string that should be in your inf. I am guessing you took an inx file and just renamed it as an INF…

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of MailingList
Sent: Monday, September 24, 2007 10:49 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] UMDF Driver Installation

Hello,

I have had not luck to install a UMDF driver on Windows XP SP2
computer.
I assume I must download the UMDF Install Kit for Windows XP and
install it. After that the WUDF service is not running.
OK - I have used
NET START wudfpf and
NET START wudvsvc

To minimize my errors I try to install the WDK sample driver.
But no success. Everey time I got an Error 0xE000203.

So my question, the sample INF files use a catalog wudf.cat.
Where is it ?

Is this a right entry in INF file, or must I insert the right version
?
[CoInstallers_AddReg]
HKR,CoInstallers32,0x00010000,“WUDFUpdate_$UMDFCOINSTALLERVERSION$.dll”

What is rigth way to install UMDF on a custom computer for Windows XP
SP2 ?

elli


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