(imported topic written by csc39991)
Hello,
Can someone help me write a fixlet in detection “Outlook 2003 Junk E-mail Filter update”(http://support.microsoft.com/kb/970011/en) on the workstations. I have Windows XP and Vista machines. Is what I would like to have is a retrieved property that will come back with a version number. To say that it isn’t relevance. So I am looking for something like this, this doesn’t work.
Q:exists files “Outlfltr.dat” whose (version of it = “1.4.7620.45”) of folders (value of variable “ProgramFiles” of environment) and exists files “Outlfltr.dll” whose (version of it = “1.4.3504.0”) of folders ((value of variable “ProgramFiles” of environment))
A: False
-Outlfltr.dat —> ver. 1.4.7620.45
-Outlfltr.dll —> ver. 1.4.3504.0
Any help is appreciated.