5.5 Upgrading Unmanaged Agents

You can upgrade all the unmanaged agents manually or run a silent upgrade in the agent computers.

To upgrade an unmanaged agent:

  1. (Conditional) To upgrade manually:

    1. In the agent computer, run the Agent Manager\Additional Setups\Manual Agent Installation\MAISetup.exe file.

    2. Follow the instructions in the setup program. Click Finish.

  2. (Conditional) To upgrade silently:

    1. In the command-line interface, navigate to the location of the Sentinel Agent Manager installation kit.

    2. In the Sentinel Agent Manager installation kit, navigate to the Additional Setups/Manual Agent Installation folder.

    3. Enter the following command:

      msiexec /i "ManualAgent.msi" /quiet /l*v Logfile.txt IS_SILENT="true" INSTALL_TYPE=upgrade SM_CENTRALCOMPUTER="MyCCNameHere" SM_CONFIGURATIONGROUP="MyConfigGroupNameHere" 

      Where LogFile.txt is the name of the text file where you want the installation program to log installation progress and any errors, MyCCNameHere is the name of the central computer, and MyConfigGroupNameHere is the name of the configuration group.