05-03-2022 09:38 AM
I have read through the introductory documentation on both products, but it is not clear to me what is the difference between using NI Package Builder and Creating Packages using Package Manager Command Line?
Is NI Package Builder only for creating package from your custom code (user LabVIEW Projects, VIs, TestStand sequences etc)?
Is NI Package Manager's command line option to create packages only for NI Products (LabVIEW, Device Drivers etc)?
Thanks!
05-03-2022 10:46 AM
Ragman, hope this helps...
NI Package Manager
NI Package Builder
05-03-2022 10:50 AM
Basically the Package Builder (NIPB) is a GUI for the Package Manager (NIPM). NIPB does not expose everything that you can do with nipkg.exe command line. Either can be used to create NI Packages. One of NIPB goals was to replace the TestStand Deployment Utility, but I do not think it can fully replace it yet. That is why you see a lot about packaging code & sequences in its documentation. Also you can build NI Packages in a LabVIEW project using the package build specification.