Installing LabVIEW-Built Installers Silently
- Updated2026-08-05
- 1 minute(s) read
You can use the command line window to install LabVIEW-built installers silently—without user interaction or displaying progress.
Before you begin this procedure, create a LabVIEW-built installer that contains the content you want to distribute.
- Prerequisites
- Creating Installers with LabVIEW
To install a package, refer to the Package Manager User Manual.
To install an installer silently, refer to the following information.
To install a LabVIEW-built installer silently, complete the following steps.
- Open the command line window.
-
Enter the following command to run the installer silently:
path\install.exe /q /acceptlicenses yes
where path is the path to install.exe
If you have customized the installer name in the installer properties, replace install.exe with your installer name.
Note If your LabVIEW version does not support customizing the installer name, the installer name is setup.exe. In this case, use the following command: path\setup.exe /q /acceptlicenses yes.
Related Information
- Using Build Specifications
A build specification contains all the settings for a build output that you create from a LabVIEW project, such as files to include, directories to create, and settings for VIs. You must create build specifications from a LabVIEW project.
- Automating an Installer
- Creating Installers with LabVIEW
Create an installer with LabVIEW to bundle source files into an executable that provides a complete installer experience for end users.
- Creating Packages for Distribution with LabVIEW
Create packages with LabVIEW to distribute the software you create to clients through NI Package Manager, through SystemLink, or as an executable.