NI Package Manager Silent Install (How-To Guide)

NI Package Manager helps you install, upgrade, and manage NI software. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of NI Package Manager from the command line using the EXE installer.

How to Install NI Package Manager Silently

NI Package Manager Silent Install (EXE) – (20.7.0 or Later)

  1. Navigate to: https://www.ni.com/en-us/support/downloads/software-products/download.package-manager.html
  2. Select Install Offline
  3. Select the latest version
  4. Download & Copy the NIPackageManagerx.y.z.exe to a folder created at (C:\Downloads)
  5. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  6. Navigate to the C:\Downloads folder
  7. Enter the following command:
    • NIPackageManagerx.y.z.exe --quiet --accept-eulas --prevent-reboot
  8. Press Enter

After a few moments you will find NI Package Manager entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:NI Package Manager
Vendor:National Instruments
Architecture:x86_x64
Installer Type:EXE
Silent Install Switch:NIPackageManagerx.y.z.exe --quiet --accept-eulas --prevent-reboot
Silent Uninstall Switch (32-bit System)"%ProgramFiles%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all
Silent Uninstall Switch (64-bit System)"%ProgramFiles(x86)%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all
Download Link:https://www.ni.com/en-us/support/downloads/software-products/download.package-manager.html
PowerShell Script:https://silentinstallhq.com/ni-package-manager-install-and-uninstall-powershell/

NI Package Manager Silent Install (EXE) – (19.6.0, 20.0.0, 20.1.0, 20.5.0, 20.6.0)

  1. Navigate to: https://www.ni.com/en-us/support/downloads/software-products/download.package-manager.html
  2. Select Install Offline
  3. Select the version of your choice
  4. Download & Copy the NIPackageManagerx.y.z.exe to a folder created at (C:\Downloads)
  5. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  6. Navigate to the C:\Downloads folder
  7. Enter the following command:
    • NIPackageManagerx.y.z.exe --passive --accept-eulas --prevent-reboot
  8. Press Enter

After a few moments you will find NI Package Manager entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:NI Package Manager
Vendor:National Instruments
Architecture:x86_x64
Installer Type:EXE
Silent Install Switch:NIPackageManagerx.y.z.exe --passive --accept-eulas --prevent-reboot
Silent Uninstall Switch (32-bit System)"%ProgramFiles%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all
Silent Uninstall Switch (64-bit System)"%ProgramFiles(x86)%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all
Download Link:https://www.ni.com/en-us/support/downloads/software-products/download.package-manager.html
PowerShell Script:https://silentinstallhq.com/ni-package-manager-install-and-uninstall-powershell/

NI Package Manager Silent Install (EXE) – (17.0.0, 17.5.0, 17.5.1, 18.0.0, 18.0.1, 18.0.2, 18.5.0, 18.5.1, 19.0.0, 19.5.0, 19.5.1)

  1. Navigate to: https://www.ni.com/en-us/support/downloads/software-products/download.package-manager.html
  2. Select Install Offline
  3. Select the version of your choice
  4. Download & Copy the NIPackageManagerx.y.z.iso to a folder created at (C:\Downloads)
  5. Extract contents of ISO with 7-Zip to “C:\Downloads\NIPackageManager”
  6. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  7. Navigate to the “C:\Downloads\NIPackageManager” folder
  8. Enter the following command:
    • Install.exe --passive --accept-eulas --prevent-reboot
  9. Press Enter

After a few moments you will find NI Package Manager entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:NI Package Manager
Vendor:National Instruments
Architecture:x86_x64
Installer Type:EXE
Silent Install Switch:Install.exe --passive --accept-eulas --prevent-reboot
Silent Uninstall Switch (32-bit System)"%ProgramFiles%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all
Silent Uninstall Switch (64-bit System)"%ProgramFiles(x86)%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all
Download Link:https://www.ni.com/en-us/support/downloads/software-products/download.package-manager.html
PowerShell Script:https://silentinstallhq.com/ni-package-manager-install-and-uninstall-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website.


How to Uninstall NI Package Manager Silently

Check out the NI Package Manager Install and Uninstall (PowerShell) post for a scripted solution.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

NI Package Manager Silent Uninstall (EXE) on 32-bit System

"%ProgramFiles%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all

NI Package Manager Silent Uninstall (EXE) on 64-bit System

"%ProgramFiles(x86)%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts