System information
E-2 INSTALLING TELEVANTAGE
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 E-3.
\\<TeleVantage Servername>\Netsetup\setup.exe /s /v"/qn CUSTOM_INSTALL=1
/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 E-3 for details on the command parameters you can sue.
This command installs only the TeleVantage Administrator in the default location:
setup.exe /s /v"/qn CUSTOM_INSTALL=1 ADDLOCAL=Admin"
This command installs the TeleVantage Administrator and ViewPoint in the default location:
setup.exe /s /v"/qn CUSTOM_INSTALL=1 ADDLOCAL=Admin,Client"
This command installs all of the workstation applications in the default location:
setup.exe /s /v"/qn CUSTOM_INSTALL=1 ADDLOCAL=ALL"
This command does the following:
Q Installs the single-line TAPI Service Provider in the default location.
Q Installs the Contact Manager Assistant in the specified location.
Q Configures the single-line TAPI Service Provider.
Q Launches the Contact Manager Assistant when the installation completes, if a restart is
not required.
setup.exe /s /v"/qn CUSTOM_INSTALL=1 ADDLOCAL=TSP,CMA TVSERVER=TeleVantage
TVSTATION=1 TVUSER=Operator TVPASSWORD=0 TVTSPAPPHANGUP=1 TVTSPTRACE=1
TVCMAFOLDER=/"C:\Program Files\CMA/" TVLAUNCHCMA=1 /l*v
%TEMP%\wssetup.log"
When run on a Terminal Server PC, this command installs all of the workstation applications in
the default location:
setup.exe /s /v"/qn CUSTOM_INSTALL=1 ADDLOCAL=ALL TERMINALSVRMODE=1"