This topic shows you how to install the Ad Hoc Transfer Plug-in for Outlook on an end user's computer. This plug-in uses the Ad Hoc Transfer Module that must be already installed on the WS_FTP Server computer. Each end user needs to install the plug-in in order to use Outlook to send files via Ad Hoc Transfer.
To automate installation of the client, you can use silent install. This silent install uses the Microsoft Windows Installer and command line options to execute the installation.
You must first manually install Microsoft redistributable packages if they are not already installed on the user's machine, otherwise the client will not install properly.
You must run the installer as Administrator.
You can also silently install the client remotely on multiple computers via Active Directory Group Policy. See Active Directory Group Policy for more information.
vstor40_x86_<lang>.exe /quiet
vstor40_x64_<lang>.exe /quiet
The silent install program installs the client for all user accounts on the end user's computer. It does not allow you to run the installation for only the logged on user.
You must run the installer as Administrator.
Use this syntax to run the installer:
msiexec /i [path+executable].msi /q DEFAULT_HOSTNAME="[Ad Hoc Transfer server address]" DEFAULT_SECURE="TRUE" DEFAULT_PORT="443" DRIVER_NAME="xftWSFTPDriver.dll"
Using the silent install with the command shown above (with configuration properties) will install the client and configure the connection to the WS_FTP Server server to use SSL on port 443 for all users on a computer. There are additional properties you can choose depending on the situation.
The install properties are as follows (follow each option with an equals sign and enclose each of the values in quotes):
Property |
Description |
INSTALLDIR |
(Optional) Use this property to specify the install path. The default path is: |
DEFAULT_HOSTNAME |
The address of the server where Progress WS_FTP Server and Ad Hoc Transfer Module are installed. |
DEFAULT_SECURE |
Specify |
DEFAULT_PORT |
The port used to connect to Ad Hoc Transfer. For secure SSL connections, this is typically 443. For unsecure connections, this is typically 80. The default is 443. |
DEFAULT_LOGFILE |
(Optional) Changes the path where the install log is written. The default path is: |
DEFAULT_SUPPCERTERRORS |
To secure communications, Progress WS_FTP Server sends a certificate back to your local PC. Specify TRUE to suppress any errors related to the certificate coming back from the file transfer server. The errors will not displayed on your PC. Specify FALSE to display any certificate errors. |
DEFAULT_DEBUGLEVEL |
Sets the level of information to be reported in the Ad Hoc Transfer log file: NONE - No information is logged NORMAL - Logs each Ad Hoc transaction DEBUG - Provides the connection and transfer information, in addition to the transaction. |
DRIVER_NAME |
You must include |
After you run the silent install, the default values in the table above can be found in the following folder on the end user's computer:
C:\ProgramData\Progress\Ad Hoc Transfer Plug-in for Outlook\DefaultClientRepositorySettings.xml
By default, the installation is for "All Users" on the computer. When an end user launches the client or the MOVEit Connector, the default settings information is copied to that user's settings file, so that each user has a settings file. The name of the currently logged on user is added to the settings file. Each user will need to enter their MOVEit password (and possibly their username) to complete the configuration.
For more information on entering the username and password, see End User Configuration.
You can use the silent install, with a slightly different set of properties, to install Ad Hoc Transfer Plug-in for Outlook to a specific user account on the machine. In this case, use this syntax to run the installer:
msiexec /i [path+executable].msi /q CONNECTION_HOSTNAME="[Ad Hoc Transfer server address]" CONNECTION_SECURE="TRUE" CONNECTION_USER="[Ad Hoc Transfer username]" CONNECTION_PASS="[Ad Hoc Transfer password]" CONNECTION_PORT="443" DRIVER_NAME="xftWSFTPDriver.dll"
Using the silent install command as shown above will install the plug-in and configure the connection to the Progress WS_FTP Server to use SSL on port 443. The username and password will also be configured, which makes this appropriate only for a single user account on a single computer.
The install properties are shown below (follow each option with an equals sign and enclose each of the values in quotes):
Property |
Description |
INSTALLDIR |
(Optional) Use this property to specify the install path. The default path is: |
CONNECTION_HOSTNAME |
The address of the server where Progress WS_FTP Server and Ad Hoc Transfer Module are installed. |
CONNECTION_SECURE |
Specify |
CONNECTION_USER |
The user's Ad Hoc Transfer user name. This is the same as their Progress WS_FTP Server user name. If this property is left blank, it defaults to the user name of the currently logged on user. |
CONNECTION_PASS |
The user's Ad Hoc Transfer password. This is the same as their Progress WS_FTP Server password. |
CONNECTION_PORT |
The port used to connect to Ad Hoc Transfer. For secure SSL connections, this is typically 443. For unsecure connections, this is typically 80. The default is 443. |
LOG_NAME |
(Optional) Changes the name of the install log. The default is: |
LOG_PATH |
(Optional) Changes the path where the install log is written. The default path is: |
-lv |
(Optional) To enable verbose logging by Windows Installer, add the following to the command line: |
DRIVER_NAME |
You must include |
See Also |