NI System Configuration API Reference

Install All (VI)

  • Updated2023-02-21
  • 4 minute(s) read
Installed With: NI System Configuration

Use the Install All VI to install the highest installable version of all available components, even if the component(s) are already installed on the target.

Install All

cbool.gif

Restart Automatically restarts the system into install mode by default before the operation is performed, and restarts back to a running state after the operation is complete. If you choose not to restart automatically, the operation will fail if the system is not already in install mode.

cio.gif

Session in specifies the IP address or hostname of the system on which to perform this operation. When left blank, this VI operates on the local system.

cbool.gif

Deselect Conflicts specifies whether to deselect conflicting software components automatically. Select TRUE to deselect the conflicting software components. By default, conflicting software components will still be installed.

cerrcodeclst.gif

error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.

iio.gif

Session out returns the refnum for the system.

i1dcclst.gif

Installed Software returns a list of installed software components.

istr.gif

title is the title of the software component.

istr.gif

description is a short description of the software component.

istr.gif

ID is the unique identifier for the software component.

istr.gif

version is the version of the software component.

iu32.gif

component type is the component type. Components can be standard, hidden, system, unknown, startup, image, or essential.

i1dcclst.gif

Broken Dependencies returns a list of broken dependencies, which are specific software components that cannot operate without another software component installed. This array will be empty when an installation succeeds.

icclst.gif

Depender is the software component that requires another software component (the dependee ) to install and operate correctly.

istr.gif

title is the title of the software components.

istr.gif

description is a short description of the software components.

istr.gif

ID is the unique identifier for the software components.

istr.gif

version is the version of the software components.

iu32.gif

component type is the component type. Components can be standard, hidden, system, unknown, startup, image, or essential.

icclst.gif

Dependee is the software component that must be present for the depender to install and operate correctly.

istr.gif

title is the title of the software components.

istr.gif

description is a short description of the software components.

istr.gif

ID is the unique identifier for the software components.

istr.gif

version is the version of the software components.

iu32.gif

component type is the component type. Components can be standard, hidden, system, unknown, startup, image, or essential.

ierrcodeclst.gif

error out returns error information. This output provides standard error out functionality.