Answered by:
DISM ERROR : 0x800700ce

Question
-
Hi All ,
I am trying to add drivers to WindowsPE and getting the following initialization error. Mounting was successful though. Any piece of advise would be greatly appreciated.
I am using DISM version: 10.0.10558.0
Windows 8.1 OS
Command used : dism.exe /Image:%BOOT_MOUNT% /Add-Driver /Driver:%driverPE_dest% /Recurse
2015-10-09 17:27:32, Info DISM DISM OS Provider: PID=844 TID=2668 Defaulting SystemPath to c:\MOUNT - CDISMOSServiceManager::Final_OnConnect
2015-10-09 17:27:32, Info DISM DISM OS Provider: PID=844 TID=2668 Defaulting Windows folder to c:\MOUNT\Windows - CDISMOSServiceManager::Final_OnConnect
2015-10-09 17:27:32, Info DISM DISM OS Provider: PID=844 TID=2668 Host OS verion is 6.3 - CDISMOSServiceManager::SetDllSearchPath
2015-10-09 17:27:32, Error DISM DISM OS Provider: PID=844 TID=2668 Failed adding the servicing stack folder to the DLL directory search path. - CDISMOSServiceManager::SetDllSearchPath(hr:0x800700ce)
2015-10-09 17:27:32, Warning DISM DISM OS Provider: PID=844 TID=2668 Unable to set the DLL search path to the servicing stack folder. c:\.
.
.
2015-10-09 17:27:33, Info DISM DISM OS Provider: PID=844 TID=2668 Setting SystemPath to c:\MOUNT - CDISMOSServiceManager::SetSystemPath
2015-10-09 17:27:33, Error DISM DISM OS Provider: PID=844 TID=2668 Failed trying to determine the OS Version. HRESULT=0x80070002 - CDISMOSServiceManager::get_OSVersionSunday, October 11, 2015 5:32 PM
Answers
-
Can you try to inject drivers with the Windows SIM (Windows system image manager) software. This is the good for GUI managing of images in my opinion. You can easily add drivers to WIM's.
-----------------------------------------------------------------
Sincerely!
Khalid Garayev
* Please don't forget to mark as answer or Vote if it helps!
Tuesday, October 13, 2015 3:49 AM
All replies
-
HI!
It seems that you didn't run it as Admin. Please run it as an Administrator.
THANKS
-----------------------------------------------------------------
Sincerely!
Khalid Garayev
* Please don't forget to mark as answer or Vote if it helps!
Sunday, October 11, 2015 5:39 PM -
Hi Garayev,
i am running from admin mode, still getting the error.
Sunday, October 11, 2015 7:04 PM -
Did you mount WIM before injecting drivers?
-----------------------------------------------------------------
Sincerely!
Khalid Garayev
* Please don't forget to mark as answer or Vote if it helps!
Monday, October 12, 2015 5:12 AM -
Yes, WIM was properly mounted before /Add-Driver routine was calledMonday, October 12, 2015 4:19 PM
-
Can you try to inject drivers with the Windows SIM (Windows system image manager) software. This is the good for GUI managing of images in my opinion. You can easily add drivers to WIM's.
-----------------------------------------------------------------
Sincerely!
Khalid Garayev
* Please don't forget to mark as answer or Vote if it helps!
Tuesday, October 13, 2015 3:49 AM