Once you have added the license checks to your application's source code (block diagram), the next step is to build the application and create an installer. You can do this using LabVIEW's Application Builder as usual, making sure to include the license file and licensing VIs as part of the installer
In addition to the basic steps of creating an executable and installer using App Builder, you also need to make sure that you distribute:
In your Application (EXE) Build Spec, make sure that the TPLA VIs are included:
In your Installer Build Spec, make sure that the license file in being distributed to the location specified by your application's block diagram.
A good location to put this is in the [Public App Data] folder.
« Back to Workflow: Creating Evaluation Software using Licensing & Activation