Start the FastViewer Remote Setup Using Parameters
Table of Contents
Using Start Parameters
When starting the FastViewer Remote setup, you can directly furnish it with parameters to configure pre-settings for the intended session.
Installation Routine Parameters
The Installation routine (fvwresetup.exe) from FastViewer Remote can be started with the following parameters:
-
/folder=xxx
Folder xxx is created in case the folder does not exist. In this specified folder, the Remote Client will be installed. -
/silent
The setup is executed without any user interaction. The installation process is visible. -
/verysilent
The setup is executed without any user interaction. The installation process is not visible. -
/name
name = xxx xxx is replaced by the desired name, which is to appear later in the list, e.g. customer name or customer number. If /name is not specified, then the computer name is used. -
/info
infoZ=XXX, Z is replaced with 1 to 10, XXX with the desired text, which is to be located in the respective column. If blanks are used, then the text should be within double quotes. The column headings for the console can be changed in the customer portal online. An example: /info3="This is an example". -
/replaceexisting=true
The Remote-Client-Setup is capable to overtake a client that is still registered at a tunnel server, when the Setup has been executed with this parameter. The Client must have the same FQDN as in the previous installation.
With this feature, it is possible to keep the position in the related folder of the Remote-Client-Overview and the already entered information (e.g., at a new installation).
MSI Package Parameters
The Agent used for deployment can be either a fvwresetup.exe file, or an MSI package. However, for the MSI package, only the following parameters are available:
-
SILENT
The setup is executed without any user interaction. The installation process is visible. -
VERYSILENT
The setup is executed without any user interaction. The installation process is not visible. -
FOLDER=xxx
Folder xxx is created in case the folder does not exist. In this specified folder, the Remote Client will be installed. -
REPLACEEXISTING=true
The Remote-Client-Setup is capable to overtake a client that is still registered at a tunnel server, when the Setup has been executed with this parameter. The Client must have the same FQDN as in the previous installation. -
INFO1...INFO10
INFOZ=XXX, Z is replaced with 1 to 10, XXX with the desired text, which is to be located in the respective column. If blanks are used, then the text should be within double quotes. The column headings for the console can be changed in the customer portal online. An example: INFO3="This is an example". -
NAME
Name = xxx xxx is replaced by the desired name, which is to appear later in the list, e.g. customer name or customer number. If NAME is not specified, then the computer name is used.
Parameters for the MSI package are used without the slash symbol /. Additionally, parameters must be added using only capital letters.
Example:
msiexec /qn /i fvwresetup.msi INFO1=wert
msiexec /qn /L*V c:\logs\install.log /i fvwresetup.msi INFO1=wert