Hi Fikadu,
Please run winver.exe and note the OS build number. Post the information here.
Also, attach the C:\Windows\Logs\CBS\CBS.log in your next reply. This log contains the results of the recent SFC operation.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
My computer says windows Msi.Dll does not work or not design. therefore, I couldn't open word document, pdf, Excel...
I tried to repair by Sfc/ scannow. however, it said Windows Resource Protection found corrupt files but was unable to fix some of them. For online repairs, details are included in the CBS log file located at windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline repairs, details are included in the log file provided by the /OFFLOGFILE flag.
despite that I couldn't get online repair. What shall I do?
Hi Fikadu,
Please run winver.exe and note the OS build number. Post the information here.
Also, attach the C:\Windows\Logs\CBS\CBS.log in your next reply. This log contains the results of the recent SFC operation.
Run the Deployment Image Servicing and Management (DISM) tool first, then run System File Checker (SFC) again. DISM can repair the component store that SFC depends on, which is required when SFC reports it cannot fix some files.
cmd in the Windows search box. DISM.exe /Online /Cleanup-image /Restorehealth
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess
replacing C:\RepairSource\Windows with the actual path to the repair source. sfc /scannow
C:\Windows\Logs\CBS\CBS.log to identify which system files remain corrupted. takeown /f <Path_And_File_Name>
icacls <Path_And_File_Name> /grant administrators:F
copy <Source_File> <Destination>
where <Destination> is the corrupted file path.Once the underlying Windows system files (including msi.dll) are repaired, retry opening Office and PDF documents. If Office apps still fail, run an Office repair from Apps & Features or Programs and Features as needed.
References: