Developer Center Resources

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Licensing to Your Product Installer

 

For placing .lc and .xml files in the right location, in Destination category create ProgrammData folder under Program Files, add Licenses and ProductInfo sub-folders under ProgramData:

 

  • Click on Add destination
    1.png

- Add ProgramData folder 

- Add Licenses folder
- Add ProductInfo folder

 

Before adding the .lc and .xml files to their folders make sure that you have them integrated in your project and in the Source Files category move them to the appropriate folders:

  • Add .lc file in Licenses folder by clicking on the Add arrow  

2.png

 

  • Add .xml file in ProductInfo folder by clicking on the Add arrow

3.png

 

After accomplishing these steps you are ready to build an installer which will be licensed with NI License Manager.

Contributors