I had also a problem by installing WDF driver for 1394 device but I don't
think that we
have the same problem, because I had the code error C0000005.
---------------------------------------------------------------------------------
WdfCoInstaller: [] Update process returned error code
:status(C0000005) <no error text>. Possible causes are running free version
of coinstaller on checked version of OS or vice versa. Look at the Kmdf
documentation as to what steps need to be followed to install the correct
versionof the coinstaller.
---------------------------------------------------------------------------------
There is some article about install errors of wdf driver. Perhaps it helps
you further:
http://209.34.241.67/bobkjelgaard/ar...-customer.aspx
http://209.34.241.67/bobkjelgaard/ar...ely-human.aspx
http://209.34.241.67/bobkjelgaard/ar...-pay-dirt.aspx
In my case, I just tried to install my driver on another mashine and it
worked. (I don't know why but it is so....)
min
"Bagoj" <> schrieb im Newsbeitrag
news:339F0F70-63BA-4FDB-BD27-...
> Hi there!
>
> I'm just started to work with WDF but i can't get my driver to work,
> because
> the wdf coinstaller fails. I'm trying to install to WinXP SP2 hungarian
> free
> build
> From setupact.log:
> WdfCoInstaller: [12/17/2007 00:57.57.109] Update process returned error
> code
> :error(61452) <no error text>.
>
> I've extracted Microsoft Kernel-Mode Driver Framework
> Install-v1.7-Win2k-WinXP-Win2k3.exe from WdfCoinstaller01007.dll and run
> it
> manually. It extracts some files to a temporary directory in my case to
> f:\something\ and in f:\something\update\update.exe fails with a message
> saying that "The f:\something\update\update.inf file is not correct." That
> file is there, however i have no idea what it should contain, and to be
> honest it is far out of my scope if interest.
>
> Have you any idea how to fix this issue? Am i doing something wrong?
>
> Thanks in advance!