This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Re: Software usage metering data based on dll possible?
Subscribe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- 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
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
2 Replies
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 23, 2019
07:11 PM
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
(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 24, 2019
08:03 AM
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. 🙂
