Advanced Installation Instructions for MSI files

Learning Statement: In this article you’ll learn how to install OMBEA Response with MSI files.
Audience: This article is aimed at OMBEA Response Administrators..

Background

The following instructions are aimed at technical administrators wishing to install OMBEA silently across multiple computers using and MSI file. The following prerequisites must be installed before the MSI file is run: 1. Microsoft Office Packages: 2010/2013/2016/365 Desktop Edition 2. Microsoft .NET Framework 4, Full Framework 3. Visual Studio 2010 Tools For Office Runtime

Silent installation instructions.

  1. Ensure that a supported versions of Microsoft Office is installed on the machine
  2. Download the OMBEA Response silent installation archive from here.
  3. Run the following commands as an administrator relative to the directory of the extracted archive.

REM Silently installing DotNet 4.0
DotNetFX40\dotNetFx40_Full_x86_x64.exe /q

REM Silently installing Visual Studio 2010 Tools For Office Runtime
REM For X64 environment
VSTOR40\vstor40_x64.exe /q

REM For X86 environment use the command below instead.
REM VSTOR40\vstor40_x86.exe /q

REM Silently installing OMBEA Response
msiexec /i OMBEA_Response_1_4_0_43009.msi /quiet /qn /forcerestart