01-16-2025 02:30 PM - edited 01-16-2025 02:33 PM
A couple weeks ago, we were alerted by CrowdStrike that one of the National Instruments components installed on our 300+ PLTW computers has a security vulnerability in the NI-Service Locator. In researching this, we found that NI has released this patch that should correct the problem as ours are on v16.0.0. I've downloaded the offline .iso file and extracted all the files to install, but I cannot script this to completely install. It looks like it installs the NI-Package Manager but gets stuck at waiting for the NEXT button to be pressed for the actual patch of the service locator. Any ideas how I can get this to complete work? Here is where I am at right now with my command line. . .
"\\network share path\NI\Install.exe" --accept-eulas --autoinstall-nipkg --hide-completion --prevent-reboot
I have tried adding in the --quiet switch, but I get the following error, and it doesn't suppress the gui anyways, so obviously, it doesn't work. I've tried the typical /S & /qn but those don't work either.
Solved! Go to Solution.
01-20-2025 10:19 AM
If you are using NIPM before 20.7, you could try --passive, see this article:
Automating the Unattended Installation of NI Package Manager (NIPM)
01-21-2025 08:33 AM
Thank you for the response. While --passive didn't work (the script never even attempted to install) --progress-only did work and everything automated fine. Only downside is the GUI was showing, naturally. Which I am ok with at this point. Thanks again!