How to list the application's .exe file

(imported topic written by bearandy91)

We can list the installed application name in computers.

And I want to find the application’s .exe file.

Any suggestion, Thank for help.

(imported comment written by SystemAdmin)

Are you looking for a list of all EXE files under the Applications install path?

(imported comment written by bearandy91)

Something like that, but not whole path just want to list the final .exe

like the path is “C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe”

just want to list the AcroRd32.exe

Is it possible?

(imported comment written by SystemAdmin)

This will work if you have the path as a string:

name of file 
"C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe"

You might need to cast however your getting the path as a string first, like:

name of file (<rel expression> as string)

(imported comment written by bearandy91)

Thanks your answer!

If I use the method, I should already know the path.

I just know the application’s name like: Adobe Reader X (10.1.1) - Chinese Traditional

and to find the executive file name : Acrobat.exe

Or use the name:Adobe Reader X (10.1.1) - Chinese Traditional to find the Path first and then use your

method

(imported comment written by bearandy91)

I know that “names of processes” can list executing .exe.

I wonder if there are some relevence could list .exe of the name like" Adobe Reader X (10.1.1) - Chinese Traditional" in Add or Remove Programs.

(imported comment written by SystemAdmin)

name of regapp whose (value “FileDescription” of version block 1 of it as string as lowercase contains “Adobe Reader X (10.1.1)” as lowercase)

http://forum.bigfix.com/viewtopic.php?id=6833

(imported comment written by bearandy91)

Thanks for answer!

I found that “FileDescription” is not exactly same to “DisplayName”:

DisplayName is “Adobe Reader X (10.1.1) - Chinese Traditional”

But the "FileDescription"is just “Adobe Reader”

I can’t use the DisplayName to find the AcroRd32.exe.

Any suggestions?

(imported comment written by SystemAdmin)

This will give you a list of exe files for the programs, not sure how to make that useful for you though.

names of regapps