To deploy a LabVIEW Datalogging and Supervisory Control (DSC) Module application, you need a built application and any configuration information that the application and target computer require. Deployment refers to building an application and then distributing the application to a computer different from the one on which you developed the application.
Note You can deploy applications to a Touch Panel target by defining a Touch Panel target when you create a LabVIEW project.

Before you deploy a DSC Module application, you need to determine how the application manages deployment and undeployment of LabVIEW project libraries. By default, project libraries do not deploy automatically in a built application. You can enable the automatic deployment and undeployment on the Shared Variable Deployment page. Then, the application deploys project libraries when the application starts and undeploys project libraries when the application exits. You also can use the Deploy Libraries and Undeploy Libraries VIs to deploy and undeploy project libraries programmatically.