Is there any way to hide main.xml?

Hello experts !
I want to hide main.xml whenever someone downloads package from orchestrator. Is that possible ?
-or-

Is there any way to hide my process, so that my client does not interfere my process ?

Thanks in advance.

@RobotUi

When you publish the package in windows project in the publish options you will see include pckages…uncheck it so that xamls are not published

Cheers

1 Like

Hello @Anil_G can you tell me where is the option? i did not found that



@RobotUi

No, it is not possible to hide the main.xml file when someone downloads a package from Orchestrator. UiPath packages include the main.xaml file by design, and hiding it is not a supported or recommended practice.

To protect your process, consider using UiPath’s licensing and security features, such as code obfuscation, encrypting sensitive data, and ensuring compliance with licensing agreements, rather than attempting to hide the main.xaml file.

cheers…!

@Anil_G Thank you so much, i found that option., now i am able to hide Main.XML file, if someone download that package from orchestrator they will not get the Main.xml file

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.