Installing and configuring EasyTransfer via command line

You can install EasyTransfer via a command line by providing it with configuration settings. You can then proceed with silent installations, prevent updates, or set up a proxy, as required.

List of general settings

Setting name

Description

Silent

For silent installation, with visible user interface (possibility of canceling the installation)

VerySilent

For silent installation, without user interface

NeverUpdate

If NeverUpdate=true, EasyTransfer will not update even if you have enabled the update on the supervision console

By default: NeverUpdate=false

Log

File name for the installation logs

Example of a simple silent installation with updates disabled:

EasyTransferInstaller.exe /VerySilent /NeverUpdate=true

Important

During initial installation, if the application doesn’t automatically connect to the network (e.g.: connectivity diagnostics failed, transfers not possible), you might need to set up a specific proxy in accordance with your administration system.

Settings relating to proxy configuration

Setting name

Description

ProxyName

Proxy name

ProxyAddress

Proxy domain name (address without http://)

ProxyPort

Proxy port

ProxyAuthType

Type of proxy authentication

Possible values:

  • None

  • Basic

  • Saml

  • Kerberos

  • Ntlm

  • Anonymous (by default)

ProxyUserName

Login to use to connect to the proxy

ProxyPassword

Password to use to connect to the proxy

ProxyDomain

Proxy domain (for NTLM authentication)

ProxyScript

If necessary, proxy auto-configuration script address (.pac)

SysProxyInfo

Proxy system authentication information, as http://user:password@host:port/

Configuration of a modifiable proxy in the application settings

This configuration is in the Proxy section of the application settings.

  • Installation example that defines a proxy with Basic authentication:

    EasyTransferInstaller.exe /VERYSILENT /ProxyName="basic proxy" /ProxyAddress="proxy.monentreprise.com" /ProxyPort="3128" /ProxyAuthType="Basic" /ProxyUserName="userProxy" /ProxyPassword="passwordProxy"

  • Installation example that defines a proxy using a .pac script:

    EasyTransferInstaller.exe /VERYSILENT /ProxyName="pac proxy" /ProxyScript="https://proxy.monentreprise.com/proxy.pac"

Proxy system configuration

This proxy configuration does not appear in the application settings. It can be used when a proxy system is already defined in the computer’s internet options.

  • Installation example with an NTLM proxy system:

    EasyTransferInstaller.exe /VERYSILENT /SysProxyInfo "http://OODRIVEGROUP%5Cuser1:password1@192.168.9.152:3128"

  • Installation example with a Basic authentication proxy system:

    EasyTransferInstaller.exe /VERYSILENT /SysProxyInfo "http://user1:password1@192.168.9.152:3128"