How to get exe file from UiPath

Hi Team,

Is there a way to generate an exe file for a project? I mean If I want to run a robot in a specific computer without to use orchestrator or install Ui studio is there an option available?

please help me

Regards
Ram

1 Like

@Ramalingayya, it’s not possible to create an exe file.

Alternatively you can run the robot through a bat file, without entering Studio, by executing the following command line:

\AppData\Local\UiPath\app-19.3.0\UiRobot.exe -file Main.xaml

1 Like

Hi @Ramalingayya - You can do that however you should have Ui Robot Runner installed rather than Ui Studio in a particular machine where you are trying Run the Robot.

This can be achieved by Publishing your Project, that will give you package file. With that package file, you can deploy it in another machine and un-bundle the package from Robot Tray Icon in the Desktop Taskbar.

Thanks,
AK

Hi @Ramalingayya,
Please have a look at this post where this case was explained:

Hi Team,
please find attached xaml file,
i need exe file ,

ReadExcelData.xaml (2.0 KB)

Regards
Ram

@Ramalingayya, it’s not possible to get an exe file. Please read the previous posts.

3 Likes