DLL recording program
Does anyone know of a program that will record what DLL's are installed/registered when a third party application is installed?
GO STEELERS GO - STEELERS RULE
Comments
-
sprkymrk Member Posts: 4,884 ■■■□□□□□□□Try these:Process Explorer shows you information about which handles and DLLs processes have opened or loaded. Process Explorer is for tracking down DLL-version problems or handle leaks.
Otherwise, that site has a ton of other utilities that may be what you want, possibly this one:ListDLLs is able to show you the full path names of loaded modules - not just their base names. In addition, ListDLLs will flag loaded DLLs that have different version numbers than their corresponding on-disk files (which occurs when the file is updated after a program loads the DLL), and can tell you which DLLs were relocated because they are not loaded at their base address.All things are possible, only believe. -
JDMurray Admin Posts: 13,088 AdminThere are many utilities that will record all of the changes made to a Windows computer when a software package is installed, and allow the package to be completely uninstalled. Have a look at http://www.martau.com/. More uninstallation utilities can be found using Google.