Installation guide
Performing a typical unattended installation D-2
Appendix D: Performing Unattended Workstation Installations
Wave Server Installation Guide
Performing a typical unattended installation
To perform a typical unattended workstation application installation, run the following
command on the PC where the workstation applications will be installed:
\\<Wave Server Host Name>\Netsetup\setup.exe /s /v"/qn INSTALLLEVEL=200 /l*v
%TEMP%\wssetup.log"
Performing a custom unattended installation
To perform a custom unattended workstation application installation, run the following
command on the PC where the workstation applications will be installed, including any of the
parameters described in the table on page D-3.
\\<Wave Server Host Name>\Netsetup\setup.exe /s /v"/qn CUSTOM_INSTALL=1
INSTALLLEVEL=200 /l*v %TEMP%\wssetup.log"
This example only shows the parameters required for any custom unattended installation. For
other examples of custom installation commands, see the next section.
Note that any string value that contains a space must be delimited with the characters
/"
before
and after the string value, as in the following example:
TVCMAFOLDER=/"C:\Program Files\CMA/"
Custom unattended installation examples
The following examples demonstrate different unattended installations. See “Workstation Setup
command parameters” on page D-3 for details on the command parameters you can use.
The following sample command installs ViewPoint in the default location:
setup.exe /s /v"/qn CUSTOM_INSTALL=1 INSTALLLEVEL=200
ADDLOCAL=Client"
The following sample command installs all of the workstation applications in the default
location:
setup.exe /s /v"/qn CUSTOM_INSTALL=1 INSTALLLEVEL=200
ADDLOCAL=ALL"
Release 2.0 Service Pack 1
April 2011










