From: Kumar Rajeev [MSFT] on
You are trying to install KMDF driver built from LHS Beta3 WDK on XP. This
will not work. Following is an excerpt from the release notes of LHS Beta3
WDK:

<WDK release Notes>

WDF
The version number of Windows Driver Foundation (user-mode and kernel-mode)
for Windows Server "Longhorn" or Windows Vista SP1 has been changed to 1.7
to account for various bug fixes and minor backwards compatible changes. The
WDK samples for UMDF and KMDF now require the use of the 1.7 coinstallers
(WudfUpdate_01007.dll and WdfCoinstaller01007.dll respectively).

Since the WDK does not currently contain framework redistributable for
previous operating systems (Windows 2000, Windows XP, Windows Server 2003 or
Windows Vista), sample drivers built with this kit will only be able to run
on the prerelease versions of Windows Server "Longhorn" or Windows Vista
SP1.

</WDK Release Notes>

At this time you should use Vista WDK instead (to build driver and use
wdfcoinstaller01005.dll redist). Note that RTM release of LHS WDK will
contain redist for all downlevel platforms.

-kumar
This posting is provided "AS IS" with no warranties, and confers no rights.


"sudheer" <sudheer.papothi(a)gmail.com> wrote in message
news:1180439109.454257.103590(a)k79g2000hse.googlegroups.com...
> Further to my previous queries, while looking in to google to resolve
> the problem, i found that there was an issue with WDF Coinstaller and
> with the given instructions, the following error messages appeared in
> setupact.log
>
> WdfCoInstaller: [05/29/2007 14:58.49.193] DIF_INSTALLDEVICE: Pre-
> Processing
>
> WdfCoInstaller: [05/29/2007 14:58.49.428] ReadComponents: WdfSection
> for Driver Service NdisEdge using KMDF lib version Major 0x1, minor
> 0x7
>
> WdfCoInstaller: [05/29/2007 14:58.49.553] ReadComponents: WdfSection
> for Driver Service GenSDIO using KMDF lib version Major 0x1, minor
> 0x7
>
> WdfCoInstaller: [05/29/2007 14:58.49.725] Extract resources: could
> not find resources WDFCAB_RESOURCE, error error(1814) The specified
> resource name cannot be found in the image file.
>
> Can anyone please let me know how to get this resource WDFCAB_RESOURCE
> to fix this issue and carry forward with my development.
>
>
> Thanks & Regards
> Sudheer
>
>