Dear All
I run build in the folder C:\WINDDK\WDF\KMDF10\src\kmdf\ramdisk and the ramdisk.sys diver gets build. Everything works as advertised. I then copy devcon.exe as well as the dll WdfCoInstaller01001.dll in the folder C:\WINDDK\WDF\KMDF10\src\kmdf\ramdisk\objchk_wnet_x86\i386 where the sys file is created. This is to make sure that the sys file, inf file and the exe and dll are in the same folder. Then like the help says I run the following command
C:\WINDDK\WDF\KMDF10\src\kmdf\ramdisk\objchk_wnet_x86\i386>devcon INSTALL ramdisk.inf ramdisk
Device node created. Install is complete when drivers are updated…
Updating drivers for ramdisk from C:\WINDDK\WDF\KMDF10\src\kmdf\ramdisk\objchk_w
net_x86\i386\ramdisk.inf.
devcon failed.
In DbgView I get the following error
[3880] WdfCoInstaller: [08/14/2006 23:09.56.608] Final status: error(1603) Fatal error during installation.
What am I doing wrong. I have made no changes at all in the sample ramdisk application. Any help will be highly appreciated.
Vijay Mukhi
Helios
What does %windir%\wdf*.log say? Are you using a chk version of the
coinstaller on a fre build? You must match the OS build type (chk or
fre) with the build type of the coinstaller (chk or fre). The driver
itself does not have to match.
d
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@vsnl.com
Sent: Monday, August 14, 2006 10:52 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Error installing the ramdisk KMDF sample
Dear All
I run build in the folder C:\WINDDK\WDF\KMDF10\src\kmdf\ramdisk and the
ramdisk.sys diver gets build. Everything works as advertised. I then
copy devcon.exe as well as the dll WdfCoInstaller01001.dll in the folder
C:\WINDDK\WDF\KMDF10\src\kmdf\ramdisk\objchk_wnet_x86\i386 where the sys
file is created. This is to make sure that the sys file, inf file and
the exe and dll are in the same folder. Then like the help says I run
the following command
C:\WINDDK\WDF\KMDF10\src\kmdf\ramdisk\objchk_wnet_x86\i386>devcon
INSTALL ramdisk.inf ramdisk Device node created. Install is complete
when drivers are updated…
Updating drivers for ramdisk from
C:\WINDDK\WDF\KMDF10\src\kmdf\ramdisk\objchk_w
net_x86\i386\ramdisk.inf.
devcon failed.
In DbgView I get the following error
[3880] WdfCoInstaller: [08/14/2006 23:09.56.608] Final status:
error(1603) Fatal error during installation.
What am I doing wrong. I have made no changes at all in the sample
ramdisk application. Any help will be highly appreciated.
Vijay Mukhi
Helios
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer