Silent Command-Line Installation

Let's suppose you have several computers around the world on which you want to install EFT Server. You can provide to each of the remote sites an installation file with a batch file (e.g., on a disk), then ask a local administrator to execute the batch file, which will install EFT Server. The script silently installs/upgrades EFT Server without any interaction on the part of the administrator. The installer logging functionality can be used to verify the outcome and diagnose potential issues. (See also Command Line Login.)

An example of the batch file is described below. Your installation path and the application data folder location may be different than the default, in which case you would have to specify that in the batch file. (If you are installing at the default path, you do not have to specify a path.) Refer to Command-Line Parameters below for details of the parameters.

Command line usage:

installer.exe /S /USERNAME= /PASSWORD= [/APPDATA=] [/D=]

/S = silent installation

/USERNAME = administrator user name

/PASSWORD = administrator password

Optional parameters examples:

/APPDATA = appdata path

(default = C:\Documents and Settings\All Users\Application Data\Globalscape\EFT Server Enterprise)

/INSTALL_SQLEXPR =(y/n, Y/N)

/NOAUTOSTART = If present, service will not automatically start when installation is complete

/D = installation folder

(default = C:\Program Files\Globalscape\EFT Server Enterprise)

New install – No Sample Database

This path will instruct the installer to install the EFT Server.

Administration interface-only install

This path will instruct the installer to install the administration interface without installing EFT Server. This is useful if you want to do remote administration of EFT Server. (This path is only applicable when the Server is not installed.)

Batch file examples:

eftserver-ent-nodb.exe /S /USERNAME=test /PASSWORD=test

eftserver-ent.exe /S /USERNAME=test /PASSWORD=test /INSTALL_SQLEXPR=y

Command-Line Parameters

The installer supports specification of the following command line parameters. When running the installer in silent mode, using the /S switch, these parameters are used to specify both the required and optional values as detailed further in the “Silent Installation" subsection below.

Parameter Definitions