Microsoft-MPI icon indicating copy to clipboard operation
Microsoft-MPI copied to clipboard

MS-MPI uninstaller doesn't delete msmpi.dll

Open mablanchard opened this issue 4 years ago • 1 comments

Installing MS-MPI using the official installer (msmpisetup.exe, tested with version 10.1.12498.18) brings msmpi.dll:

image

Uninstalling that package however doesn't seem to remove that library...

mablanchard avatar Jun 26 '20 07:06 mablanchard

The following was an answer I got from Anh Vo back in August 2016, on this topic:

Unfortunately dll’s that are installed to c:\windows\system32 are considered permanent and do not get removed.

The additional information I was given back then was that we can distribute the MS-MPI DLLs with our packages and place them in the same folder as the executables that need them. This way we don't need to install MS-MPI at the system level.

wyldckat avatar Sep 10 '20 17:09 wyldckat