OK - some of those are recommended (optional) packages, but there currently isn't a command-line flag to the GUI installer to not install recommendations.
Here's a suggested workaround:
- Extract the GPIB ISO somewhere, like c:\temp.
- Download and install NI Package Manager (NIPM) itself using the command-line flags listed above. This will also install the NIPM CLI, which gives more control over what's installed.
- Open an admin command-prompt.
- Use the NIPM CLI to connect the GPIB feed and refresh NIPM's available packages. The command would be something like:
- "C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" feed-add "c:\temp\feeds\ni-488.2\Packages" --system
- "C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" update
- Use the NIPM CLI to install the GPIB runtime package, which would be something like:
- "C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" install ni-488.2-runtime
On step 5, that is just the driver runtime, with no LabVIEW or other ADE support. For that, you could instead install the "ni-488.2" package.
The CLI has decent built-in help, so you can do nipkg.exe help install to learn more about that command, for example to pass the "--yes and "--accept-eulas" flags to do the install unattended.