I had problems with my PC and I downloaded the ISO file for Win 8.1, because DISM wasn't working. Then I realized that I don't have install.wim file and I converted the install.esd file to install.wim(with ESDfileconverter) and copied it to the ISO and now in sources folder(on the ISO) I have both install.esd and install.wim and I tried again I mounted the ISO with Deamon Tools and wrote the command
dism /online /cleanup-image /restorehealth /source:WIM:F:\sources\install.wim:1 /LimitAccess
And after I ran it, it again gave me the same error 0x800f081f The source files could not be found. It is mounted on BD-ROM Drive(F:), so I guess my command is right? Also I am sure the conversion is ok? Is there anyone that can help or just know what is the problem.
Thank you in advance !
Answer
Windows fails to find the 64Bit file Windows.UI.Xaml.dll
in version 6.3.9600.16438
, 6.3.9600.16476
and 6.3.9600.16408
.
(p) CSI Payload Corrupt amd64_microsoft-windows-directui_31bf3856ad364e35_6.3.9600.16438_none_a7ee6661c260dcb5\Windows.UI.Xaml.dll
Repair failed: Missing replacement payload.
(p) CSI Payload Corrupt amd64_microsoft-windows-directui_31bf3856ad364e35_6.3.9600.16476_none_a7c1261dc28319cb\Windows.UI.Xaml.dll
Repair failed: Missing replacement payload.
(p) CSI Payload Corrupt amd64_microsoft-windows-directui_31bf3856ad364e35_6.3.9600.16408_none_a80ed625c24888e2\Windows.UI.Xaml.dll
Repair failed: Missing replacement payload.
Windows.UI.Xaml.dll
in version 6.3.9600.16408
was part of the GA update for Windows 8.1.
Windows.UI.Xaml.dll
in version 6.3.9600.16438
was part of the November 2013 update rollup.
Windows.UI.Xaml.dll
in version 6.3.9600.16476
was part of the January 2014 update rollup for Windows 8.1
Also 3 CAT files are missing from KB2929825:
(p) CBS Catalog Missing Package_1_for_KB2929825~31bf3856ad364e35~amd64~~6.3.1.0
(p) CBS Catalog Missing Package_for_KB2929825_RTM~31bf3856ad364e35~amd64~~6.3.1.0
(p) CBS Catalog Missing Package_for_KB2929825~31bf3856ad364e35~amd64~~6.3.1.0
Download the Update KB2929825 and integrate all 4 updates into the Install.wim with DISM.
After you unmounted/commited the changes, you can use DISM and point to the new updates WIM.
No comments:
Post a Comment