Source code protection

Do anyone know how to create the executable file in UiPath in order to prevent unauthorized modification of the program?

Hi!

Yes we can create the Executable files for the projects.

Have a view on this video

Regards,
NaNi

That’s not creating an executable. He’s talking about when you publish to a .nupkg file the XAML files are exposed. He wants them compiled into an exe or dll so they can’t be easily read.

Anyway, it appears this used to be an option but they removed it.

1 Like

In order to modify the project by accessing the XAML files in the .nupkg file, the person would need:

  • access to your robot server
  • UiPath Studio and a license
  • access to Orchestrator to republish

Is this not enough of a hurdle to satisfy your security requirements?

Unfortunately, it is not allowed for customer to obtain the source code.