To run an unattended (silent) installation, you can use either the Windows Installer (MSI) program,
msiexec.exe, or the
Rumba+ FTP
Client.exe file.
Syntax:
- MSI:
- msiexec /i "<absolute_path>\Rumba FTP Client.msi"
<unattended_msi_option>
- EXE:
- "<absolute_path>\Rumba FTP Client.exe>" /s /v"
<unattended_msi_option>
Notes:
- When running an unattended installation, the
/qb+ or
/qn options must always be the last options in the command line.
- If no MSI is installed on the machine, the only options that can be entered are
/a and
/q (any combination of valid options).
For a summary of common MSI options, see
msiexec Command Options.