Custom Inventory Rule
How is this working?
FileVersionEquals(%programfiles%\path\file.exe, 10.3.123.0)
When the files exists in
FileVersionEquals(%programfiles(x86)%\path\file.exe, 10.3.123.0)
I caught the typo on my part, but it is still working. More curious than anything.
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
"The %ProgramFiles% location itself depends on whether the process requesting the environment variable is itself 32-bit or 64-bit"
"The %ProgramFiles% location itself depends on whether the process requesting the environment variable is itself 32-bit or 64-bit"
Please log in to answer
Posted by:
Ben M
12 years ago
http://en.wikipedia.org/wiki/Environment_variable#System_path_variables
"The %ProgramFiles% itself depends on whether the process requesting the environment variable is itself 32-bit or 64-bit"
Would this explain it? That's the only explanation that came readily to mind.
Comments:
-
Ah... I forget the client is 32 bit. It actually helps, because I don't have to make two seperate. - dugullett 12 years ago