This content is not available in your preferred language.

The content is shown in another available language. Your browser may include features that can help translate the text.

Archived:Automating the Unattended Installation of NI Package Manager (NIPM)

Updated Apr 22, 2026

NI does not actively maintain this document.

This content provides support for older products and technology, so you may notice outdated links or obsolete information about operating systems or other relevant products.

Environment

Software

  • Package Manager

It is possible to 'quietly' install NI Package Manager (NIPM), allowing the installation to be completed without monitoring.

 

For newer installer versions, the latest NI Package Manager Manual should be used, as it contains the recommended and up‑to‑date automation procedures, including for Package Manager itself.

  1. Navigate to the Package Manager download page.

  2. Click Individual Offline Installers to download an offline installer for a specific version of Package Manager.

  3. If you are using version 20.0.0, mount the downloaded .iso file and then open an elevated Command Prompt to navigate to the root directory of the mounted image, where you will find Install.exe. For versions later than 20.0.0, the download is provided as a .exe file, which you can run directly without mounting an image.

  4. With NIPM 20.7 or later, enter the following command to run the installer fully silently:

    start /wait Install.exe || NIPackageManager[version].exe --quiet --accept-eulas --prevent-reboot

    If you're using a version prior to NIPM 20.7, refer to the Additional Information section.

  5. Once the above command returns, enter the following command to verify the installation was successful: echo %errorlevel%.
    • If the command returns 0, it indicates that the package was successfully installed.
    • If the command returns -125071, it indicates the package was successfully installed, and the system requires a reboot.

 

 

Troubleshooting

 

If the steps above fail, the installer format you are using may no longer be supported. Go to the Package Manager download page to find the updated format of the installer. Download the installer again and retry the steps above.

 

 

Additional Information

 

Older versions of NI Package Manager support different flags for unattended installations:

 

  • Prior to NIPM 20.7, the '--quiet' flag is not recognized. In these versions, use the '--passive' or '--progress-only' flags instead of '--quiet' to provide non-interactive installations.

  • Prior to NIPM 19.0, use the '\q' flag to start the non-interactive installation instead of '--quiet --accept-eulas --prevent-reboot'.