Did either of you figure this out? I'm having the same issue.
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
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
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