Installing Windows components silently > Installing Framework and StreamServer silently > Examples – Installing Framework and StreamServer silently

Examples – Installing Framework and StreamServer silently
For descriptions of the parameters used in these examples, see Installation options for Framework and StreamServer.
Example 1
This example installs the Framework and StreamServer using the default options. The log for the installation is found under c:\<version>\service_framework.log. The installation may take several minutes.
start "" /wait "setup.exe" /s /v" /qn /Liwrmo!vucape c:\<version>\service_framework.log"
 
Example 2
This example installs the Framework and StreamServer and enters the connections settings for the enterprise repository, the management gateway administrator user and the management gateway base directory.
start "" /wait msiexec /package "OpenText StreamServe Framework and StreamServer <version>.msi" /qb /Liwrmovucape service_framework.log DATABASESELECTION="oracle"
TERRITORY_HOST_NAME="linux28" IS_SQLSERVER_PORT="1521" TERRITORY_NAME="STRSSER"
TERRITORY_USER_NAME="STRSSER_SSTERRITORYTEST" TERRITORY_PASSWORD="Changeoninstall999" IS_ORACLE_SERVICE_NAME="LINUX28"
MGW_PASSWORD="strs" MGW_PASSWORD_MASKED="strs" MGW_USER_NAME="Administrator" MGW_PORT="28200"
CAPPDIR="C:\ManagementGateway\"
 
 
OpenText StreamServe 5.6.2 Updated: 2018-01-26