Update Unified Agent to latest version without restarting
search cancel

Update Unified Agent to latest version without restarting

book

Article ID: 172392

calendar_today

Updated On:

Products

Cloud Secure Web Gateway - Cloud SWG

Issue/Introduction

Updating Unified Agent (UA) to the latest version without restarting the computer.

Environment

Web Security Service

Resolution

To update without restarting you'll need to suppress the restart prompt which appears at the end of the installation process.

Run a Command Prompt with administrative privileges and follow this instructions:

  1. The command used to install the UA silently is: msiexec /i "UnifiedAgentInstaller64-4.10.X.XXXXXX.msi" /quiet /qn /passive /norestart (where X denotes the new version number)
  2. After the installation use the following command to start the service: sc start bcua-service
  3. You can have a confirmation by running the sc query bcua-service command and searching for the UA service in the Task Manager.

NOTE

The old version will stay working in memory until the next reboot. This just suppresses the reboot prompt, however the reboot is still necessary to complete the process.