ROAD Backend

Unattended Rundown Broker upgrade installation on a local computer

This page describes the upgrade installation of Rundown Broker on the local computer from the command line.

The installation scenario requires that an older version of Rundown Broker be already installed and operational.

Installation instructions

  1. Copy the entire installation folder (Setup) into a local directory, referred to as <local_Rundown_Broker_Setup_folder>.

image-20241126-093202.png
Rundown Broker setup folder


  1. Open a command line window with elevated rights. Press Windows+R, to open the Run dialog, type cmd and press Ctrl+Shift+ENTER.

  2. Type cd <local_Rundown_Broker_Setup_folder> and press ENTER, to change the current directory to the path where RundownBrokerSetup.exe is located.

  3. Type

    RundownBrokerSetup.exe /L*V setup.log /qn
    

    and press ENTER, to start the installation.

The parameter /L*V setup.log directs the system to create a verbose log in the file named setup.log. The /qn parameter specifies that the installation should proceed without user interaction.

All configuration settings from the previous installation are preserved.