Hello All
I’ve used the following relevance to find application installed and has been working fine for the installed application how ever the result for not installed application is not correct.
unique values of ((if exists value "DisplayName" of it then value "DisplayName" of it as string & " | " & (if exists value "DisplayVersion" of it then value "DisplayVersion" of it as string as version as string else "<N/A>") else ("Not Installed" as string)) of keys whose (((it contains "applicationName")) of (value "DisplayName" of it as string as lowercase)) of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of it) of (if x64 of operating system then (x64 registry;x32 registry) else registry)
returns : [blank]
I was expecting the “not installed” string
Any assistance would be greatly appreciated.
Thanks
nor.e