Is there any way to get the executable path(.exe) location of any application using the application name?

Hello @Ana_Patricia

If you are installing it in the same drive in all the machine I think by using the below command you can get it.

Environment.CurrentDirectory+"\ApplicationFolder\Application.exe"

Thanks