Hello,
I am trying to get bigfix to show status of a running application if it exist or not however it does not show result for this running process since it is running in the background. Testing this is Fixlet Debugger.
selects "executablepath from Win32_Process" of wmi
(This works will get all running paths of all exe programs)
(pathname of it, sha1 of it) of running applications
(This also work to show the running application.)
number of running applications whose (name of it starts with "DgWip")
( This shows 0, but i know its is running)
Q: exists running application "DgWip.exe"
(shows nothing, but i know it is running)
A: Nothing shows
Q: exists running application "BESClient.exe"
A: True
Q: exists running application "lync.exe"
(show that the software is there, but not for the one i am trying to get)
A: True
any help appreciated.