value "DisplayVersion" of
(
keys of
(
key "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall" of native registry
)
)
whose
(
value "DisplayName" of it = "Universal Forwarder" and value "Publisher" of it="Splunk, Inc."
)
as string | "N/A"
value "DisplayVersion" of (keys of (key "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall" of native registry)) whose (value "DisplayName" of it = "Universal Forwarder" and value "Publisher" of it="Splunk, Inc.") as string | "N/A"