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:
deployment\windows\sip-base-environment.bat
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:
deployment\windows\sip-config-server.bat
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:
deployment\windows\sip-isam-agent.bat
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:
deployment\windows\sip-sql-agent.bat
publish\Synergex-SIP-SQLAgent-n.n.n.n.msi