kmdf 1.9 for win2008

Hi,

I have a kmdf driver compiled against kmdf1.9. Im not able to install this driver in windows 2008 as it has an older version of kmdf. How do get kmdf1.9 for windows 2008?

Thanks
Vijay

http-equiv=“Content-Type”>

On 2/21/2012 1:32 PM, xxxxx@yahoo.com wrote:

I have a kmdf driver compiled against kmdf1.9. Im not able to install this driver in windows 2008 as it has an older version of kmdf. How do get kmdf1.9 for windows 2008?

http://msdn.microsoft.com/en-us/library/windows/hardware/ff544226%28v=vs.85%29.aspx

http://msdn.microsoft.com/en-us/library/windows/hardware/ff544208%28v=vs.85%29.aspx

Sorry Hagen, i didn’t get your reply.

You need to redistribute and use the 1.9 kmdf coinstaller in your inf

d

debt from my phone


From: xxxxx@yahoo.com
Sent: 2/21/2012 7:01 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] kmdf 1.9 for win2008

Sorry Hagen, i didn’t get your reply.


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

xxxxx@yahoo.com wrote:

Sorry Hagen, i didn’t get your reply.

Why not? He included two web links. Do you see those?

If you follow the rules, you include WdfCoInstaller01009.dll in your
driver package and call it from your INF file. Then, you don’t have
problems like this. The co-installer checks whether the currently
installed version of KMDF is new enough, and installs the right one if
necessary.

Because KMDF has mostly stabilized, many people are now getting lazy and
shipping driver packages without the co-installer. That results in
problems like the one you described.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

Through the web browser i didn’t get Hagen’s post. This is what i got in the browser.
“(OSR Online does not support single-part messages with Content-Type: text/html)”.

But I could get the links posted through the digest email.

Thanks everyone for the info.
Yes, the driver package which i have has the 1.9 coinstaller included and the inf too is updated.
Steps mentioned in the links have been followed.
But the problem i am seeing is during iscsi san boot installation. While trying to load my driver through
a USB drive, i get the error exactly as mentioned in KB2494168.
http://support.microsoft.com/default.aspx?scid=kb;en-US;2494168.
Im trying to insert the kmdf-1.11-Win-6.0.msu into the iso image of win 2008 using a freeware called
vlite. But Somehow im getting the same errors during driver load.

Wouldn’t kmdf-1.11-Win-6.0.msu be the win8 v1.11 version of kmdf, not 1.9?

d

debt from my phone


From: xxxxx@yahoo.com
Sent: 2/22/2012 10:02 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] kmdf 1.9 for win2008

Through the web browser i didn’t get Hagen’s post. This is what i got in the browser.
“(OSR Online does not support single-part messages with Content-Type: text/html)”.

But I could get the links posted through the digest email.

Thanks everyone for the info.
Yes, the driver package which i have has the 1.9 coinstaller included and the inf too is updated.
Steps mentioned in the links have been followed.
But the problem i am seeing is during iscsi san boot installation. While trying to load my driver through
a USB drive, i get the error exactly as mentioned in KB2494168.
http://support.microsoft.com/default.aspx?scid=kb;en-US;2494168.
Im trying to insert the kmdf-1.11-Win-6.0.msu into the iso image of win 2008 using a freeware called
vlite. But Somehow im getting the same errors during driver load.


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

Oh ok! I thought v1.11 is backward compatible. OK.
I tried adding the package using dism(as mentioned in KB2494168) with the Microsoft Kernel-Mode Driver Framework Install-v1.9-Vista.msu also.
I still see the same error.

Hi All,

I’am facing the same problem as mentioned in this thread.
http://www.osronline.com/showthread.cfm?link=162112.
This is a very old thread as a result it didn’t allow me to post to this thread.
Can anyone help me with the exact steps that were followed.

Thanks
Vijay

followed the steps given in waik help doc to create a custom winpe.
was able to import the package, but the install operation fails with error code 0x80070643.

output:

C:\kmdf>peimg /install=*KB970158* c:\kmdf\pe\mount\Windows
Preinstallation Environment Image Setup Tool for Windows
Copyright (C) Microsoft Corporation. All rights reserved.
Lang | Version | Ins | Name
------±--------------±----±----------------------------------------------
|6.0.1.9 | + | Package_for_KB970158
The installation of the previous package failed with status 0x80070643.
Full package name: [Package_for_KB970158~31bf3856ad364e35~x86~~6.0.1.9]
Installed 0 package(s).
PEIMG failed to complete the operation with status code 0x80070643.

I’m a bit confused about your problem.

You wrote:

I thought v1.11 is backward compatible

It is. SORT of. You shouldn’t be using V1.11 to building shipping drivers in any case at this point, and certainly not redisting the Developer Preview co-installer.

So… your problem is a problem installing the KMDF library on WinPE, not a KMDF problem or a co-installer problem, is that right?

Peter
OSR

yes, its a problem installing the kmdflib on winpe.