Forum Discussion
.net framework 3.5 installing error 0x8007002
Hi shari210,
Could you try these commands with same order?
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:D:\Sources\sxs /LimitAccess
- shari210Nov 10, 2020Copper Contributor
hasanemresatilmis It took too much time but still same result
- hasanemresatilmisNov 10, 2020Iron Contributor
Hi shari210,
You've get an error on second command (DISM /Online /Cleanup-Image /RestoreHealth).
Firstly, we have to solve that. Could you run one of the following commands, depending upon whether you have install.esd or install.wim in the Sources folder in the Windows 10 setup disk.
Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:E:\Sources\Install.wim:1 /limitaccess
OR
Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:1 /limitaccess
- shari210Nov 11, 2020Copper Contributor
hasanemresatilmis its saying this