Hi,
Manual installation via msu or with Windows Update does not work. DISM or SFC just give errors. I have tried resetting WIndows Updates but nothing has helped so far. I have been searching the forums for weeks now. I even did an offline repair with a Server2002 evaluation iso, wihich surfaced in just more errors..
Please Help.
Greetings Nick
Manual installation via msu or with Windows Update does not work. DISM or SFC just give errors. I have tried resetting WIndows Updates but nothing has helped so far. I have been searching the forums for weeks now. I even did an offline repair with a Server2002 evaluation iso, wihich surfaced in just more errors..
- Mount the ISO image.
- Create a temporary directory to mount the Windows Image File (WIM).
mkdir C:\WIM - Mount the WIM file. -> index 4 is Datacenter Desktop
Dism /Mount-Wim /WimFile:F:\sources\install.wim /index:4 /MountDir:C:\WIM /ReadOnly - Run Dism with the following parameters.
Dism /Online /Cleanup-Image /RestoreHealth /Source:C:\WIM\Windows /LimitAccess - When done, unmount the image and delete the folder
Dism /Unmount-Wim /MountDir:C:\WIM /Discardrmdir C:\WIM
Please Help.
Greetings Nick