
Flexera
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jun 23, 2019
03:19 AM
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.dll
Thanks & best regards
Oliver
2 Replies


Community Manager
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jun 23, 2019
07:11 PM
Re: Software usage metering data based on dll possible?
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
(Anything expressed here is my own view and not necessarily that of my employer, Flexera. If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)
JeffVoss
Intrepid explorer
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jun 24, 2019
08:03 AM
Re: Software usage metering data based on dll possible?
Do not believe FNMS can do it. If you have a centrally administered anti-virus solution, have them set a monitoring and report rule on the file. You may need to weed out the accesses of the regular virus scan and the FNMS inventory of the machine but it should tell you who is accessing the file. Then you have to figure out which applications are calling it. 🙂