Release a uipath project

Hi,

there is a way to release a project and making it exe file ?

thanks a lot to everyone :slight_smile:

1 Like

You cant deploy the project as an exe files. It has a format of .nupkg and which can be run only through robot. :slight_smile:

Fine
we cannot convert a UiPath project to .exe File and its not possible
Rather we can call the xaml with a bat file like from the command prompt with the command like
“your UiPath.robot.exe file path” “your mail.xaml file path”

this would run the process from command line

for more details on why project cannot be released as a exe file

Cheers @kfir

Here it is @kfir

BEST SOLUTION EVER