-
|
Unfortunately sometimes the MS-MPI uninstallers area unable to fully remove all of their DLL files. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
First, ensure that the problematic DLL files are located where the installer left them. Do this by running the following command in the MSys terminal for blueCFD-Core 2.3-1: which should give something like this: If this is what you're seeing, then you will need to rename two files at the folder
It's advisable to rename the files through Windows Explorer, so that it asks you about whether the files should be renamed with administrative powers. This should solve the problem. |
Beta Was this translation helpful? Give feedback.
First, ensure that the problematic DLL files are located where the installer left them. Do this by running the following command in the MSys terminal for blueCFD-Core 2.3-1:
which should give something like this:
If this is what you're seeing, then you will need to rename two files at the folder
C:\Windows\System32:msmpi.dlltomsmpi.dll.bakmsmpires.dlltomsmpires.dll.bakIt's advisable to rename the files through Windows Explorer…