How to Install BenchVue “Silently”
Keysight BenchVue is normally installed via online or offline installers which are all available from the BenchVue web site. During the installation, the installers may ask for input. This can be time consuming, especially in a setting in which many PCs must be loaded with BenchVue at the same time, such as a classroom. This document explains how to create a batch script that can be used to install any number of apps silently.
There are two forms of BenchVue – platform and standalone. If installing both, run the platform installers first to make sure all dependencies get created.
Overview
Instructions
START /WAIT benchvue_2024.2_setup.exe /s /v"/qn"
START /WAIT benchvueca_2024_setup.exe /s /v"/qn"
START /WAIT benchvuedaq_2024_setup.exe /s /v"/qn"
START /WAIT benchvuedmm_2019.5_setup.exe /s /v"/qn"
START /WAIT benchvueeload_2024.1_setup.exe /s /v"/qn"
START /WAIT benchvueff_2024.1_setup.exe /s /v"/qn"
START /WAIT benchvuefg_2023.2_setup.exe /s /v"/qn"
START /WAIT benchvuelcr_2024.1_setup.exe /s /v"/qn"
START /WAIT benchvuena_2024.1_setup.exe /s /v"/qn"
START /WAIT benchvuepcasetup-2024.exe /s /v"/qn"
START /WAIT benchvuepm_2024.1_setup.exe /s /v"/qn"
START /WAIT benchvueps_2022.3_setup.exe /s /v"/qn"
START /WAIT benchvuesa_2024.1_setup.exe /s /v"/qn"
START /WAIT benchvuescope_2020.4_setup.exe /s /v"/qn"
START /WAIT benchvuesc_2024_setup.exe /s /v"/qn"
START /WAIT benchvuesiggen_2024_setup.exe /s /v"/qn"
START /WAIT benchvueuc_2024.1_setup.exe /s /v"/qn"
PathWaveBenchVueInstrumentServer_2024.1_Setup --mode unattended
PathWaveBenchVueOSC_2024.1_Setup.exe --mode unattended
PathWaveBenchVuePS_2024.1_Setup.exe --mode unattended
PathWaveBenchVueFG_2024.1_Setup --mode unattended
PathWaveBenchVueDMM_2024.1_Setup --mode unattended
The batch file must be in the same directory as the installation packages.