Administrators can remotely deploy a client application to a large number of machines via Active Directory Group Policy by assigning a user logon script to a Group Policy Object. After installing the client, each user must enter credentials to authenticate to WS_FTP Server.
You must run the installer as an Administrator.
Always test the remote deployment on non-production computers before installing the client on your users' computers.
msiexec /i \\[sharename]\[sharepath]\[executable].msi /q DRIVER_NAME="xftWSFTPDriver.dll" DEFAULT_HOSTNAME="[Ad Hoc Transfer server address]" DEFAULT_SECURE="TRUE" DEFAULT_PORT="443"
You cannot use the Connection_
properties (for example, CONNECTION_USER
and CONNECTION_PASS)
as those are for configuring a specific user. Users must enter their credentials to authenticate to WS_FTP Server after logging onto Windows. See Silent Install of the Ad Hoc Transfer Plug-in for Outlook for the complete list of install properties and their usage.
3. Ensure that each requirement is met on all users' computers before running the Microsoft Windows Installer (.msi).
vstor40_x86_<lang>.exe /quiet
vstor40_x64_<lang>.exe /quiet
You must install all requirements before running the installer, otherwise the client will not install properly.
4. Use the Group Policy Management Console to assign the user logon script for the client installation to the Group Policy Object. For information on assigning user logon scripts, see:
5. After installing the Ad Hoc Transfer Plug-in for Outlook, notify users that they must enter their authentication credentials in the WS_FTP Connector Configuration dialog after logging onto Windows.
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.
See Also |