Whats the proper Relevance for looking in Wow64 system folder?

(imported topic written by ken@gracenote91)

I am trying this on a W2k3 64 server and am having some difficulties

Basically, I need to write this targeting relevance statement to look for both of these files and report back positively relevant if they either do not exist or of a lower version. I have (manually) found situations where the one file exists (at a lower rev) and the other doesn’t exist.

Here is my relevance statement. I know that “wow64” is not the right “noun” but have it there as a placeholder.

(name of it = “WinXP-2003” OR (name of it = “Win2003” AND x64 of it) and service pack major version of it = 2 ) of operating system AND version of file “Dimsroam.dll” < " of system folder AND version of file “Wdimsroam.dll” of wow64 folder < 5.2.3790.4550

Here is the info from the KB http://support.microsoft.com/kb/973502/en-us

For all supported x64-based versions of Windows Server 2003 SP2 and of Windows XP Professional x64 Edition

File name File version File size Date Time Platform SP requirement Service branch

Dimsroam.dll 5.2.3790.4550 64,512 14-Jul-2009 07:46 x64 SP2 Not applicable

Wdimsroam.dll 5.2.3790.4550 40,448 14-Jul-2009 07:46 x86 SP2 WOW

Thanks in Advance for whatever suggestions you have.

(imported comment written by jessewk)

Check the Windows Inspector Guide and you’ll find descriptions of the following 4 inspectors:

system folder

system wow64 folder

system x32 folder

system x64 folder

Your syntax is also a little off. Try the clause below. You may need to substitute in the correct system folder inspector for your particular case.

((name of it = “WinXP-2003” OR (name of it = “Win2003” AND x64 of it)) and service pack major version of it = 2) of operating system AND version of file “Dimsroam.dll” of system folder < " AND version of file “Wdimsroam.dll” of system wow64 folder < “5.2.3790.4550”

(imported comment written by ken@gracenote91)

Ah… thanks for that reference .,…