(Optional) Install Arcserve UDP Updates Silently
Silent update installation allows you to perform an unattended update installation and does not prompt you for any input.
Follow these steps:
- Launch the Arcserve UDP Update silent installation.
- Configure the silent installation using the following syntax and arguments:
"<UpdateExeFile>" /s /v"<Additional Arguments>"
UpdateExeFile
Specifies to run the self-extracting executable file.
s
Specifies to run the self-extracting executable file using the silent mode.
v
Specifies any additional arguments for update installation.
Additional Arguments
/s
Specifies to run the update installation using the silent mode.
/AutoReboot
Specifies to perform an automatic reboot after the update is installed. If a reboot is required to complete the update, the machine will reboot automatically without any notification.
Examples
- To install an update using the silent mode and reboot automatically after completion, use the following command:
"<UpdateExeFile>" /s /v"/s /AutoReboot"
- To install an update using the silent mode and not reboot automatically after completion, use the following command:
"<UpdateExeFile>" /s /v"/s"