Getting installed time of application using relevance

written by Raj_Sethi
Hi,

I want to know how can we get installation time of application using relevance for windows & Non-Windows

Thanks

Raj

written by jgstew

Windows Only:

unique values of (((value “DisplayName” of it as string | “”) & " - " & (value “DisplayVersion” of it as string | “”) & " - " & (value “InstallDate” of it as string | “”)) of keys of keys “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of (registry;native registry))

Non-Windows:

shrug