Home / Solutions / TFTP Server Unattended Setup
TFTP Server Unattended Setup
The WinAgents TFTP Server supports unattended setup based on an answer file. To run the TFTP Server unattended setup one needs to set keys /s and /m in the command line while running the installation package.
Usage: tftpsetup.exe [/s] [/m=filename]
/s - silent and unattended installation
/m=filename – settings for unattended setup
filename – filename with settings
The answer file is a file containing an answer line in the following format:
NAME=VALUE
NAME – setting name (variable)
VALUE – value (rest of signs up to the line end)
The parameters used are as follows (names are not case-sensitive):
DestinationFolder – directory for program installation
Default: C:\Program Files\WinAgents\TFTP Service
RootFolder – root directory for files
Default: (DestinationFolder)\TFTPRoot
LogFolder – directory for log files
Default: (DestinationFolder)\LogFiles
InstallFor – for whom the server is installed
OnlyForCurrentUser – only for current user
AllUsers – for all users (default)
ServiceOnBehalfOf – on behalf of whom the service is being run
SpecifiedUser – specified user (in this case
login/password parameters are used)
LocalSystem – run service on behalf of LocalSystem (default)
ServiceUsername – login to run the service
Default: Name of the current active user
ServicePassword – password to run the service
Default: empty password
An example of an unattended setup answer file can be downloaded from the WinAgents website Downloads page: http://www.winagents.com/downloads/tftpserv.uas