oqueck (Flexera Software) asked a question.
Software usage metering data based on dll possible?
Hi,we are collecting software usage metering data successfully already, but until now only based on executable files like *.exe. Would it also be possible to collect software usage metering data based on DLL's?In our case the usage case is to find out how many MWP users are out there accessing following DLL:C:\windows\SysWOW64\msxml4.dllThanks & best regardsOliver
The Microsoft SysInternals tools ListDLLs and Process Explorer will help give insight into DLLs loaded by processes on a single device. If you wanted to gather data across a set of devices you would need to find some way to automate the execution of a command like the following and gather the return data centrally for analysis:
listdlls.exe -d msxml4.dll