ttl Posted March 1, 2023 Share Posted March 1, 2023 Criteria: Result: This is what was deployed to the machines: https://www.mozilla.org/en-US/firefox/all/#firefox-desktop-esr (ESR MSI) It looks like the version string is stored in C:\Program Files\Mozilla Firefox\application.ini so I could do a custom field to pull it, but I'm curious why the query used isn't seeing it? It does for Macs. Link to comment Share on other sites More sharing options...
ttl Posted March 1, 2023 Author Share Posted March 1, 2023 Suspect this may be a false-positive. I got the custom field lookup working, but I'm still seeing blank versions getting pulled in: Interestingly, both "Firefox" applications are in the same install path. (Is there a way to get the filename in this view, or am I overlooking something in the Application options?) Collecting an ls from a target machine doesn't show anything peculiar and just the typical directory listing. Doing a lookup for vendor matches: ls -r "C:\Program Files\Mozilla Firefox" | sls vendor | select -u Path Gives the following result: Path ---- C:\Program Files\Mozilla Firefox\application.ini C:\Program Files\Mozilla Firefox\crashreporter.exe C:\Program Files\Mozilla Firefox\crashreporter.ini C:\Program Files\Mozilla Firefox\minidump-analyzer.exe C:\Program Files\Mozilla Firefox\mozwer.dll C:\Program Files\Mozilla Firefox\nss3.dll C:\Program Files\Mozilla Firefox\omni.ja C:\Program Files\Mozilla Firefox\softokn3.dll C:\Program Files\Mozilla Firefox\xul.dll C:\Program Files\Mozilla Firefox\browser\omni.ja C:\Program Files\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi C:\Program Files\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi Link to comment Share on other sites More sharing options...
ttl Posted March 1, 2023 Author Share Posted March 1, 2023 I don't seem to have an edit button for my post. While I'm not clear on where Filewave is reading the version & vendor data from, I can omit the blanks like so. ls -r "C:\Program Files\Mozilla Firefox" | sls 'Vendor=' -ca Returns: Quote C:\Program Files\Mozilla Firefox\application.ini:5:Vendor=Mozilla Targeting this is good enough, for now. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now