Installing i2 Overwatch from the command line

i2 Overwatch is installed using a Microsoft Windows Installer. You can use the msi command line options to install Overwatch components.

Before you begin

Before you install Overwatch from the command line, ensure you have all the Overwatch prerequisites installed.

Procedure

To install the i2 Overwatch using the command line:

  1. Open a command prompt with administrator privileges.

  2. Navigate to the location of the Overwatch msi file. Note: You can also provide the absolute file path to the msi file.

  3. Enter the command that specifies the components you would like to install in the following format:

    msiexec /i "i2 Overwatch.msi" <ADDITIONAL OPTIONS>

    Where the additional options refer to the standard windows installer command line options, for example;

    INSTALLLEVEL - specify the install level of a feature set. Using this option ensures that you get all options at a level and all the options available at lower levels, ensuring all prerequisite features are present.

    ADDLOCAL - specify specific features to install. For a list of the Microsoft specific options use msiexec /h.

    Examples:

    Install Overwatch silently:

        msiexec /i "i2 Overwatch.msi" /qn