This section provides the list and description of the Windows silent install options, and examples of the option settings needed for each database (Derby, Oracle, MySQL, and MS SQL Server).
Table 9. (Windows) Server silent install options
This section contains examples of Windows options files configured for each of the databases (Derby, MySQL, Oracle, and MS SQL Server).
AgreeToLicense=YesSRA_USER_INSTALLDIR=C:\Documents and Settings\Administrator\.serena\raJMS_PORT=7918AGENT_MUTUAL_AUTH=YTC_PORT=8080DB_TYPE=derbyDERBY_PORT=11377DERBY_USER=serena_raDERBY_PASSWORD=serena_ra
AgreeToLicense=YesSRA_USER_INSTALLDIR=C:\Documents and Settings\Administrator\.serena\raJMS_PORT=7918AGENT_MUTUAL_AUTH=YTC_PORT=8080DB_TYPE=mysqlJDBC_DRIVER_SOURCE=c:\TestArea\libloc\mysql-connector-java-5.1.22-bin.jarMYSQL_JDBC_DRIVER=com.mysql.jdbc.DriverMYSQL_DB_CONN=jdbc:mysql://localhost:3306/serena_raMYSQL_USER=serena_raMYSQL_PASSWORD=serena_ra
......DB_TYPE=oracleJDBC_DRIVER_SOURCE=c:\TestArea\libloc\oracle-connector-java-5.1.22-bin.jarORA_JDBC_DRIVER=oracle.jdbc.driver.OracleDriverORA_DB_CONN=jdbc:oracle:thin:@localhost:1521/serena_raORA_DB_SCHEMA=serena_raORA_PASSWORD=serena_ra
......DB_TYPE=sqlserverSQLSVR_JDBC_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriverSQLSVR_JDBC_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriverSQLSVR_DB_CONN=jdbc:sqlserver://localhost:1433;DatabaseName=serena_raSQLSVR_USER=serena_raSQLSVR_PASSWORD=serena_ra

