LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Automated Distribution Creation

Hello, 

 

I am tasked with integrating the creation of a distribution of a LabWindows/CVI 2017 project into our CI/CD pipeline. 
I have already found some information on the command line interface here Using the LabWindows/CVI Command Line Interface - NI. However, it occurs to me that this CLI is only capable of building the .exe and not the actual installer.

 

Therefore my question is: Is there a way to automate the creation of a distribution?

 

Kind regards,

Moritz

0 Kudos
Message 1 of 2
(1,016 Views)

You may not know that CVI itself can be interfaced via ActiveX to perform some tasks like loading and running a project, creating an .EXE ... and building a distribution kit!

 

All these features are included in a sample project located in <CVI Samples Folder>\activex\cvi\cvidemo.csw

 

Another useful example to look at is build.csw found in the same folder: this creates a command-line application that you can use to build a project; I suppose you can start from this example to create a new one that can build distribution kits.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(965 Views)