Thank you for the reply. I had tried these steps, but unfortunately to no avail.
I know that the HAPI drivers are loading correctly since I am able to run CCTK within WinPE for other BIOS configurations that we are setting.
I have tried using two different methods of injecting the HAPI drivers into our WIM:
using HAPIInstall.bat that is included in the x64 folder. I tried the HAPI drivers that were included with the BIOS PowerShell provider download, as well as the HAPI drivers from the latest CCTK installer.
using the cctk_x86_64_winpe_5.bat install batch file that is included with the latest version of CCTK.
I tried running Dependency walker on the DellBIOSProvider.dll and DSMLIBWrapper to see what dependencies it is trying to load, and it seems to try to load a lot of DLLs that are associated with the Visual C++ runtime. From what I understand, these runtimes cannot be installed within the Windows PE environment, but is this looking in the right direction?
karthikchandran89
1 Rookie
•
49 Posts
0
October 30th, 2014 23:00
Hi GRC888,
Please check whether the module files are Unblocked and install respective HAPI before importing the module.
you can also check on this link for fixing this error.
http://en.community.dell.com/techcenter/enterprise-client/f/4887/t/19582078
Please share the outcome with us.
GRC888
2 Posts
0
November 4th, 2014 10:00
Thank you for the reply. I had tried these steps, but unfortunately to no avail.
I know that the HAPI drivers are loading correctly since I am able to run CCTK within WinPE for other BIOS configurations that we are setting.
I have tried using two different methods of injecting the HAPI drivers into our WIM:
I tried running Dependency walker on the DellBIOSProvider.dll and DSMLIBWrapper to see what dependencies it is trying to load, and it seems to try to load a lot of DLLs that are associated with the Visual C++ runtime. From what I understand, these runtimes cannot be installed within the Windows PE environment, but is this looking in the right direction?
DELL-Vibha G
38 Posts
0
February 26th, 2015 01:00
Yes, Dell PS provider requires VC++ 2010 runtime libraries to be available in the system. CCTK statically links them, that's why it works in WinPE.