Error installing Windows Driver Testing Framework (WDTF) Runtime Libraries

Mark Blocksidge 21 Reputation points
2021-07-19T11:26:31.207+00:00

I'm trying to install the Windows Driver Testing Framework (WDTF) Runtime Libraries on a HLK test client (windows 10 x64) but get an error during installation:

CustomAction WDTFInstall_FailIfInstalledAction returned actual error code 1157 (note this may not be 100% accurate if translation happened inside sandbox)
Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action WDTFInstall_FailIfInstalledAction, entry: WDTFFailIfInstalled, library: C:\Program Files (x86)\Windows Kits\10\Testing\Runtimes\WDTF\RunTime\WDTFInstall.DLL
MSI (s) (EC:B4) [10:43:53:915]: Product: Windows Driver Testing Framework (WDTF) Runtime Libraries -- Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action WDTFInstall_FailIfInstalledAction, entry: WDTFFailIfInstalled, library: C:\Program Files (x86)\Windows Kits\10\Testing\Runtimes\WDTF\RunTime\WDTFInstall.DLL

WDTFInstall.DLL is missing from the runtime folder. I've installed WDK version 10.0.17763.1

Is there a work around for this?

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Coice 11 Reputation points
    2021-12-28T06:24:39.72+00:00

    Did either of you figure this out? I'm having the same issue.

    Thanks

    @SteveP @Mark Blocksidge

    2 people found this answer helpful.
    0 comments No comments

  2. SteveP 256 Reputation points
    2021-12-28T17:02:39.937+00:00

    Sorry @Coice , I should have posted this earlier.

    Visual Studio Driver Test targeting older OS releases requires the dev system to use both the WDK version and the Visual Studio version that were current when the target OS was released.

    When targeting Server2016, the dev system must use VS2015 with WDK 1607 to build the driver and run the WDTF tests.

    I have not checked lately to see if the online docs have been updated to state this requirement.

    Cheers,
    Steve

    1 person found this answer helpful.

  3. SteveP 256 Reputation points
    2021-10-23T22:15:53.497+00:00

    Same here (WDK 10.0.22000.1 configuring Server 2016 as WDTF target)

    Running msiexec with logging shows ...


    CustomAction WDTFInstall_FailIfInstalledAction returned actual error code 1157 (note this may not be 100% accurate if translation happened inside sandbox)
    Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action WDTFInstall_FailIfInstalledAction, entry: WDTFFailIfInstalled, library: C:\Program Files (x86)\Windows Kits\10\Testing\Runtimes\WDTF\RunTime\WDTFInstall.DLL
    MSI (s) (7C:F0) [17:24:50:959]: Product: Windows Driver Testing Framework (WDTF) Runtime Libraries --

    Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action WDTFInstall_FailIfInstalledAction, entry: WDTFFailIfInstalled, library: C:\Program Files (x86)\Windows Kits\10\Testing\Runtimes\WDTF\RunTime\WDTFInstall.DLL

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.