Hi, need to pull the full file version of c:\winnt\system32\urlmon.dll to check if a hotfix is installed, file version reported by the OS is “7.00.6000.17100 (vista_gdr.110620-1500)” via properties of the file, but when I use the following relevance, I only get “7.00.6000.17100” as the retrieved information. I am using the following relevance for the retrieved property:
if exists file “C:\WINNT\system32\urlmon.dll” then file version of file “C:\WINNT\system32\urlmon.dll” as string else “No urlmon.dll file”
What do I need to add to my relevance so it will pull the full version number and name.