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.
Options
You could simply zip up all the files from one machine and unzip them on the target machine. You could also create a Windows Installer package (.msi file) using a Microsoft Visual Studio Setup project or other third party installer tools. Or, if it is a Windows desktop application (Windows Forms, WPF, or console application), you could use ClickOnce to deploy it.
Important!
Be sure to review the Required Files and Security pages of this section.
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.
