I am trying to create a view that looks for the existence of a text file not an EXE.
Is it possible? (the app I need to look for is exclusively installed under a user profile so impossible to check the exe, the only file found in common folders is a text file)
If so how?
I suppose you could set up a custom field and then create a script that looks for that text file and writes a value to your custom field, if found. Then create a view based on your custom field.