Welcome to MSDN Blogs Sign in | Join | Help

WDF v1.9 boot start drivers will face WLK test issues with WLK 1.4. Device disable/enable and reinstallation would fail with the status ERROR_MORE_DATA. From the setupapi.log file, failure code 0x000000ea can be observed. Setupact.log would have the below information logged by WdfCoinstaller after an unsuccessfull device re-install or disable/enable operation:

 

WdfCoInstaller: [09/24/2009 10:26.10.148] DIF_INSTALLDEVICE: Pre-Processing

WdfCoInstaller: [09/24/2009 10:26.10.195] ReadComponents:  WdfSection for Driver Service <DriverServiceName> using KMDF lib version Major 0x1, minor 0x9

WdfCoInstaller: [09/24/2009 10:26.15.374] DIF_INSTALLDEVICE: Post-Processing

WdfCoInstaller: [09/24/2009 10:26.15.686] DoBootStuff: CheckInsertIntoGroupOrderList returned error(234) More data is available.

 

WDF v1.9 boot start drivers can encounter this problem with Device Install Check for Other Device Stability, Reinstall with IO and Device Install Check for System File Consistency tests. This is happening due to a test problem that gets exposed for the boot start v1.9 WDF drivers, and it will be fixed for WLK 1.5 RTM. Until then please use the workaround below;

Delete the registry key WdfLoadGroup after WDF Logo Tests completes by executing :

“reg.exe delete HKLM\System\CurrentControlSet\Control\GroupOrderList /v WdfLoadGroup /f”.

 

WDF drivers using the WDF co-installers are expected to be packaged with the RTM fre versions of the coinstallers. With the logopoint requirement DEVFUND0039, WDF v1.9 co-installers weren’t allowed to be used on downlevel OS’es until the RTM bits are released. As 1.9 RTM co-installers have been released, they can be used for downlevel logo submissions. WDF v1.9 RTM co-installers is available with WDK 7.0.0, which can be downloaded from Microsoft Connect.  However Verify Coinstaller Version Tests of WLK would still fail on downlevel OS’es for 1.9 RTM co-installers unless the latest errata filters are applied on the DTM controller.  You can download the latest filters from winqual.microsoft.com, under the name “WLK Update Filters”.  

Below table describes expected WDF co-installer usage for Win7 RTM timeline;

Timeline of Windows 7 Release

OS Version for Logo

WDF Version being used

Can be submitted for Logo or Signature

Any restrictions on Co-Installers

RTM

Any

(Windows 7, Windows Vista or Windows Server 2008)

Any

(v1.9 or older)

Yes

Only RTM fre co-installers can be included

 

We have the below announcement on Connect which informs about the WDF v1.9 co-installer usage for Windows 7 Logo;

WDF Logo Reminder – update your driver packages to use the WDF 1.9 RTM Coinstaller

WDF v1.9 drivers are expected to use RTM fre version of 1.9 Co-installers in case they are packaged with the WDF co-installer. Drivers are no longer allowed to get a logo using pre-RTM WDF v1.9 Coinstallers on Windows 7. WDK 7.0.0 can be downloaded from connect side for the WDF v1.9 RTM coinstaller redistributables. There’s no update for downlevel OSs, as logo isn’t distributed for drivers packaged with WDF v1.9 pre-RTM WDF Coinstallers.

 

 
Page view tracker