I am trying to automate a desktop based application built for windows OS.
Can someone please suggest an elegant process or an approach on how to launch that application (abc.exe) file using UiPath studio? other than the below said approaches. This could be a great help for me!
Sceanrio1: Other than locating the desired abc.exe file from a directory path.
Case1: Chances of where user might not even have access to Server Location.
Case2: Chances of Not every time maintaining the abc.exe file in the same Server location.
Scenario2: Having a short cut created on the Users Desktop.
Case1: Chances of deleting that short cut app from the desktop manually by a User. (Unknowingly).
Case2: By identifying the “Open File location” of the installed application ref file under the User profile. (Someone has a chance to delete that file as well).
Please need your valuable suggestions and ideas towards indetifying an installed application and then launch the application using UiPath activities.
I would suggest to have it standard path somewhere as prerequisite instead of spending bot’s time to locating the .exe. It’s totally a non value added step in your process.
May be you will have to get the process optimized first before automating for better return on investment.
Is it an application that is not installed, there’s just an .exe that you run? You could include it in a subfolder of your project so it gets published with the project. Then you know it will always be in .\FolderName