I need 7-zip properties to know version types

I need 7-zip properties to know version types

I think we’ll need you to explain a bit more

i need to creare a new properte in bigfix in order to know which 7-zip version install in each server

Ah, thank you.
Based on the “Updates for Windows Applications Extended” site, I believe you could use

q: values "DisplayVersion" of keys whose(value "DisplayName" of it as string starts with "7-Zip") of keys "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" of (x32 registries; x64 registries)
A: 19.00

ok thanks a lot!
I will try it…

Depending on what you need the information for, you can use properties already built in to BigFix:

1 Like