Previous Topic: Verify that the Updates are Successfully InstalledNext Topic: Troubleshooting Update Issues


(Optional) Install Arcserve UDP Agent (Windows) Updates Silently

Silent update installation allows you to perform an unattended update installation and does not prompt you for any input.

The downloaded update installation file is under “<Product Home>\Update Manager\EngineUpdates\r5.0”.

Follow these steps:

  1. Launch the Arcserve UDP Agent (Windows) Update silent installation.
    "<UpdateExeFile>" /s /v"<Additional Arguments>"
    
  2. Configure the silent installation using the following syntax and 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