06-04-2024 07:14 AM
Hi all
I'm coming to you as a application packager for SCCM and not as a LabVIEW user but I'm hoping maybe I'll find someone who can answer my question. I'm trying to package up a few different versions of LabVIEW to go into about 20 or 30 labs. I've got the LabVIEW installs sorted out but there also has to be four or five VIPM .vip packages installed. With SCCM there's no open VI Package manager or double click on the.vip file to install. Everything is done via command line as it all happens behind the scenes with no user interaction. I keep seeing references to a CLI for VIPM but I can't find any documentation for it. Forum posts on either vipm.io or national instruments go nowhere.
So, is there a way to install a .vip package silently with no user interaction needed or are all the references I'm seeing incorrect?
06-04-2024 07:21 AM
You can either use VI Package Manager API or treat it like a zip file.
Reference: Automating the installation of VI Package Manager packages