Installing from Command Line
Available Parameters
| Name | Description |
|---|---|
| /silent | The installer runs the installation without displaying any graphical user interface or progress indicators, requiring no user interaction |
| /passive | Displays a graphical interface with only a progress bar, without requiring user interaction |
| /log <log_path> | Sets the bootstrapper log file path |
| /uninstall | Performs an uninstall |
| InstallFolder="c:\MetaDefender Managed File Transfer" | Sets the installation folder |
| CompleteUninstall=yes | Performs a clean uninstall when set to 1 or yes |
| DbServer=address | The address to a Microsoft SQL database |
| DbDomain=domain | The domain to be used when connected to the database - required only for SQL Windows Authentication |
| DbUser=user | The username to be used when connected to the database |
| DbPassword=password | The password to be used when connected to the database |
Avoid using the /silent and /passive parameters together, as only the last one specified will be applied.
Here is an example of installing MetaDefender Managed File Transfer silently to the path "C:\Program Files\OPSWAT\MetaDefender Managed File Transfer":
Here is an example of installing MetaDefender Managed File Transfer via a remote database server:
Here is an example of installing MetaDefender Managed File Transfer via a remote database server using Windows Authentication:
Note: The Windows authentication user must have "Logon as a Service" rights.
