Installing LabVIEW-Built Installers Silently
- Updated2025-01-22
- 1 minute(s) read
Installing LabVIEW-Built Installers Silently
To install a Package, refer to Automating an Installer in Package Manager User Manual.
To install an Installer silently, refer to the following content.
You can use the command line window to install LabVIEW-built installers silently. If you use the command line window to install a LabVIEW-built installer silently, consider the size of the installer. Because the installer does not display a progress bar during installation, it may be difficult to determine the progress of the installer. Therefore, a larger installer will take more time, and you will not be able to determine how much longer the installer will run.
Complete the following steps to install a LabVIEW-built installer silently.
- Create a LabVIEW-built installer for the LabVIEW-built application.
- 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, make sure you replace the install.exe with your installer name.