Linxter enabled programs are simple to deploy. The particular approach you choose to deploy your program is going to depend on whether it is a client or web application, or a web service, as well as what dependencies you have for it beyond Linxter.
Obfuscation
As a general rule, you should obfuscate your code to help conceal its logic to prevent tampering and deter reverse engineering.
Your program's Activity ID should be kept secret. Be sure to store as a constant in a location that can be obfuscated.
Important!
It is important to understand that once you run a copy of a Linxter-enabled program, or more specifically the RegisterProgramInstance() method is called, it becomes a unique program instance with an assigned Program Instance ID.