Sync Installer Options
You can configure additional options by using the command line.
- This is useful mostly to administrators
- It gives you more flexibility to install FileCloud Sync on a large number of client computers.
FileCloud Sync App Command Line Installer Options
Sync MSI installer options
Option | Notes |
---|---|
/QUIET | Installs quietly (without user interaction). When setup is quiet only some dialog boxes and command prompts are shown. When setup installs without this option, even fewer dialog boxes and command prompts are shown. |
/NORESTART | Does not restart the system (either automatically or by displaying a message) once installation is complete. |
/FORCERESTART | Displays a message when installation is complete asking the user to restart. When used with /QUIET, restarts automatically without prompting user. |
Sync EXE installer options
Option | Notes |
---|---|
/SILENT | Installs silently. When setup is silent the wizard and the background window are not displayed but the installation progress window is. If a restart is necessary and the /NORESTART command isn't used, setup displays a message asking the user to restart. |
/VERYSILENT | Installs very silently. When a setup is very silent the wizard, the background window, and the installation progress window are not displayed. If a restart is necessary and the /NORESTART command isn't used setup reboots without asking. |
/NORESTART | Does not restart the system (either automatically or by displaying a message) once installation is complete. |
/FORCERESTART | Displays a message when installation is complete asking the user to restart. When used with /VERYSILENT, restarts the system automatically without prompting user. |
/TASKS="explorerintegration" | Installs the explorer integration add-on when using the command line. |
/TASKS="!explorerintegration" | Disables installing the explorer integration add-on (avoiding requiring admin privileges). |