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).

Base Environment (for Origin Systems)

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

The applications and the installer can be built by executing the following batch file:

deployment\windows\sip-base-environment.bat

The output from this process is:

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).

The application and installer can be built by executing the following batch file:

deployment\\windows\\sip-config-server.bat

The output from this process is

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).

The application and installer can be built by executing the following batch file:

deployment\windows\sip-isam-agent.bat

The output from this process is:

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).

The application and installer can be built by executing the following batch file:

deployment\windows\sip-sql-agent.bat

The output from this process is:

publish\Synergex-SIP-SQLAgent-n.n.n.n.msi