[SOLVED] problems related to Internet Explorer dlls

Dom7894

Active member
Joined
Aug 14, 2024
Posts
40
I have a problem related to Internet Explorer dlls.
Internet Explorer is not installed so I tried installing it, but it did not change anything.
A software (ForgeUI) can't start because "IEShims.dll or one of its dependencies" is missing.
and sfc /scannow finds a file it cannot repair : "Cannot repair member file [l:24{12}]"webcheck.dll" (...) file is missing"
Can someone help, please?
 

Attachments

Hello and welcome,

Follow the instructions below please.

WARNING! The following fix is specific to the user's system in this thread only. No one else should follow these instructions, as it could damage your system.
  • Download
    myjIXnC.png
    SFCFix and move the executable to your desktop.
  • Download the attachment SFCFixScript.txt and save it on your desktop.
  • Save any work you have open, and close all programs.
  • Drag the SFCFixScript.txt file over the SFCFix.exe executable and release it.
    1p8eDnI.gif
  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Attach that file to your next reply.
 

Attachments

Click the Start button and then type cmd in the search box. Right-click on cmd that comes up in the search results and select Run as administrator.
A User Account Control dialog may come up asking for approval. If it does go ahead and allow.
A command prompt window will open. Copy and paste the following into the command-prompt and hit enter.
dir c:\windows\winsxs\amd64_Microsoft-Windows-IE-OfflineFavorites_*.* > "%USERPROFILE%\desktop\dirlist.txt"
4. After the command runs there will be a file on your desktop named dirlist.txt.
5. Attach this file to your next reply.
 
Step 1:
WARNING! The following fix is specific to the user's system in this thread only. No one else should follow these instructions, as it could damage your system.
  • Download the attachment SFCFix.zip and save it on your desktop.
  • Save any work you have open, and close all programs.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
    1p8eDnI.gif
  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Open the file, then copy and paste its content in your next reply.

Step 2:
Restart the machine.
Run the command sfc /scannow in an elevated commandprompt and report the result.
If it fails, copy the file C:\Windows\Logs\CBS\cbs.log to your desktop.
Zip the copied file and attach the zipped cbs.log to your next reply.
 

Attachments

Great. It looks like this machine hasn't been updated for a long time, approx. 11 years. If your goal is to install IE11 on this machine that might be a problem.
Should we continue fixing or not ?
 
The software I wanted to use (ForgeUI) still reports a missing dependency of a dll (c10_cuda.dll), and Dependency Walker still tell me that it's "IESHIMS.DLL" missing.
I do not especially want to install Internet Explorer, I just wanted to fix this problem. I expected it to be fixed now but it isn't. Any idea why?
 
The file IESHIMS.DLL is part of Internet Explorer so you need to have Internet Explorer installed.
Try to install the default Internet Explorer in Windows 7:
  • Go to Control Panel - Programs
  • Click the link Turn Windows features on or off.
  • Put a checkmark at Internet Explorer 11
  • Click OK

Does that install Internet Explorer 11 successful or not ?
 
It offers me to install Internet Explorer 8. I tried, restarted, but nothing changed.
I installed Internet Explorer 11 and the necessary updates.
I also installed all visual c++ redist from 2005 to 2022.
Six dlls were still missing according to Dependency Walker. I downloaded them from dll-files.com and copied them in windows/system32/. (I don't like to do that) And now it asks for even more dlls...
Should I download all these dlls or is there something wrong?
 

Attachments

  • Dependency Walker c10_cuda.dll.jpg
    Dependency Walker c10_cuda.dll.jpg
    409.9 KB · Views: 4
Six dlls were still missing according to Dependency Walker. I downloaded them from dll-files.com and copied them in windows/system32/. (I don't like to do that)
Don't do that. You'll never know if you have the right one.

Please do following only:
Run the command sfc /scannow in an elevated commandprompt and report the result.
If it fails, copy the file C:\Windows\Logs\CBS\cbs.log to your desktop.
Zip the copied file and attach the zipped cbs.log to your next reply.
 
These are the dlls I downloaded. All I found about them was to install visual c++ redist 2015 and an update but both were already installed.
dlls.jpg

sfc /scannow said it found no problem.
 

Attachments

sfc /scannow said it found no problem.
Okay, that is good to start with.
Install following update only.

Install Update with DISM
  1. Download the update MSU here: https://catalog.s.download.windowsu..._0ba5ac38d4e1c9588a1e53ad390d23c1e4ecd04d.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    replace C:\temp with your path if different

    expand windows6.1-kb2533552-x64_0ba5ac38d4e1c9588a1e53ad390d23c1e4ecd04d.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb2533552-x64.cab

  6. You should receive the message:
    The operation completed successfully.
    Make sure to allow the computer to restart if prompted.
  7. If you receive any other message:
    Post a screenshot of the Commandprompt window.
    Zip and attach the file C:\Windows\Logs\CBS\CBS.log
 
Please be patient. This was just a first step.

Install Update with DISM
  1. Download the update MSU here: https://catalog.s.download.windowsu..._42467e48b4cfeb44112d819f50b0557d4f9bbb2f.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    replace C:\temp with your path if different

    expand windows6.1-kb3177467-x64_42467e48b4cfeb44112d819f50b0557d4f9bbb2f.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb3177467-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Make sure to allow the computer to restart if prompted.
  7. If you receive any other message:
    Post a screenshot of the Commandprompt window.
    Zip and attach the file C:\Windows\Logs\CBS\CBS.log
 
Next one.

Install Update with DISM
  1. Download the update MSU here: http://download.windowsupdate.com/c..._d3de52d6987f7c8bdc2c015dca69eac96047c76e.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    replace C:\temp with your path if different

    expand windows6.1-kb4490628-x64_d3de52d6987f7c8bdc2c015dca69eac96047c76e.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4490628-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Make sure to allow the computer to restart if prompted.
  7. If you receive any other message:
    Post a screenshot of the Commandprompt window.
    Zip and attach the file C:\Windows\Logs\CBS\CBS.log
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top