Jump to content

Windows browser version is blank in smart group query


ttl

Recommended Posts

Suspect this may be a false-positive.

I got the custom field lookup working, but I'm still seeing blank versions getting pulled in:

customfieldcriteria.png.5a5d9ce23efa35fcac9645ced4dbf1ed.png

 

customfield.png.5a5211b04cca527b1495bac63536ee9e.png

 

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

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.

vendor.png.7946db5e17a36507b7cf983c8e90d133.png

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...