Skip to content

Deploying Windows Components

On Windows, the Streaming Integration Platform components are distributed using Windows Installer (MSI) packages that are created using the WIX Toolset V3 and its associated Visual Studio extension (Votive).

System of Record Base Environment

The base environment includes the Message Broker, Snapshot Agent, utility applications, and source code needed by system of record applications to enable interaction with the SIP environment (I/O hooks and supporting code, libraries, etc.).

You can build the applications and installer by executing the following batch file:

Build & Package Windows Base Environment
deployment\windows\sip-base-environment.bat
Resulting installer package
publish\Synergex-SIP-BaseEnvironment-n.n.n.n.msi

Configuration Server

On Windows, the Configuration Server is distributed using a Windows Installer (MSI) package that is created using WiX V3 and its associated Visual Studio extension (Votive).

You can build the application and installer by executing the following batch file:

Build & Package Windows Configuration Server
deployment\windows\sip-config-server.bat
Resulting installer package
publish\Synergex-SIP-ConfigServer-n.n.n.n.msi

ISAM Agent

On Windows, the ISAM Agent is distributed using a Windows Installer (MSI) package that is created using WiX V3 and its associated Visual Studio extension (Votive).

You can build the application and installer by executing the following batch file:

Build & Package Windows ISAM Agent
deployment\windows\sip-isam-agent.bat
Resulting installer package
publish\Synergex-SIP-ISAMAgent-n.n.n.n.msi

SQL Agent

On Windows, the SQL Agent is distributed using a Windows Installer (MSI) package that is created using WiX V3 and its associated Visual Studio extension (Votive).

You can build the application and installer by executing the following batch file:

Build & Package Windows SQL Agent
deployment\windows\sip-sql-agent.bat
Resulting installer package
publish\Synergex-SIP-SQLAgent-n.n.n.n.msi