Я пытался использовать DISM, DeploymentWorkbench, графический интерфейс пользователя DISM в Win2012 R2 и вручную использовать powershell для ручного ввода драйвера, но все они выдают ту же ошибку (hr:0xc0000135)...
Для ручного развертывания я использовал, как показано ниже:
Dism /Get-WimInfo /WimFile:C:\Public\Apps\DSIM_GU_By_Mike\image\LitetouchPe_64.wim
DISM /Mount-Wim /wimfile:C:\Public\Apps\DSIM_GU_By_Mike\image\LitetouchPe_64.wim /index:1 /MountDir:C:\Public\Apps\DSIM_GU_By_Mike\mounted
Dism /Image:C:\Public\Apps\DSIM_GU_By_Mike\mounte /Add-Driver /Driver:c:C:\Dell\Drivers\TTGK8\Drivers\Win7\x64
Затем дайте мне код ошибки: 0xc0000135
В журнале Dism:
2015-07-27 10:26:33, Info DISM DISM Provider Store: PID=5320 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2015-07-27 10:26:33, Info DISM DISM Provider Store: PID=5320 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2015-07-27 10:27:35, Error DISM DismHostLib: Failed to create DismHostManager remote object. Checking for dismhost.exe exit code.
2015-07-27 10:27:35, Info DISM DismHostLib: Found dismhost.exe exit code.
2015-07-27 10:27:35, Error DISM DISM Manager: PID=5320 Failed to create Dism Image Session in host. - CDISMManager::LoadImageSession(hr:0xc0000135)
2015-07-27 10:27:35, Warning DISM DISM Manager: PID=5320 A problem ocurred loading the image session. Retrying... - CDISMManager::CreateImageSession(hr:0xc0000135)
2015-07-27 10:28:35, Error DISM DismHostLib: Failed to create DismHostManager remote object. Checking for dismhost.exe exit code.
2015-07-27 10:28:35, Info DISM DismHostLib: Found dismhost.exe exit code.
2015-07-27 10:28:35, Error DISM DISM Manager: PID=5320 Failed to create Dism Image Session in host. - CDISMManager::LoadImageSession(hr:0xc0000135)
2015-07-27 10:28:35, Error DISM DISM Manager: PID=5320 Failed to load the image session from the temporary location: C:\Users\ckr\AppData\Local\Temp\119992EA-2242-4814-A3E7-C32210C749C8 - CDISMManager::CreateImageSession(hr:0xc0000135)
2015-07-27 10:28:35, Error DISM DISM.EXE: Could not load the image session. HRESULT=C0000135
2015-07-27 10:28:35, Error DISM DISM.EXE: Unable to start the servicing process for the image at 'C:\Public\Apps\DSIM_GU_By_Mike\mounted'. HRESULT=C0000135
2015-07-27 10:28:35, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2015-07-27 10:28:35, Info DISM DISM.EXE:
2015-07-27 10:28:35, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->
2015-07-27 10:28:35, Info DISM DISM.EXE:
2015-07-27 10:28:35, Info DISM DISM Image Session: PID=5320 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
2015-07-27 10:28:35, Info DISM DISM Provider Store: PID=5320 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2015-07-27 10:28:35, Info DISM DISM Provider Store: PID=5320 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2015-07-27 10:28:35, Info DISM DISM Provider Store: PID=5320 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2015-07-27 10:28:35, Info DISM DISM Provider Store: PID=5320 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
2015-07-27 10:28:35, Info DISM DISM Provider Store: PID=5320 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
Пожалуйста помоги.