Use this example to review the server settings in a typical SilentInstall.txt file. Client versions follow the same conventions.
################################################################ ########################### SILENT INSTALLER ################################ ############################################################################# ############################################################################# # IMPORTANT NOTE BEFORE STARTING (If you have previously installed IQ): # 1. Ensure IQ Server is not running. ############################################################################# ############################################################################# # By setting the following argument to "true", you are agreeing to the # Sybase License Agreement. ############################################################################# -V AgreeToSybaseLicense="false" ############################################################################# # By setting the following argument to "true", you wish to ignore the warning # about installing Sybase IQ even though a previous version of Sybase IQ has # been found. ############################################################################# -V IgnorePreviousVersion="false" ############################################################################# # By setting the following argument to "false" you wish to use the Evaluation # version. By setting the following argument to "true" you wish to use the # Licensed Version. You can specify a license file below if you select a # licensed version. ############################################################################# -V Variable_IQDemoSelect_LicensedYesRB="false" ############################################################################# # NOTE: The following two variables apply to WINDOWS Platform Only # # The install will try to detect if Sybase Open Client is in the environment. # To prevent conflicts, IQ will append the IQ executable directory to the end # of the search PATH when it finds Sybase Open Client in the environment. # # In rare cases, appending to the end of the PATH can fail due to the length # of the PATH exceeding the maximum system length, or if an invalid or corrupt # entry preceeds IQ. If IQ is missing from the path after the install # completes, please shorten or clean the current PATH and then reboot before # attempting a reinstall. # # If you wish to modify the install behavior you can uncomment and modify # the two variables below: # Variable_OverridePrependOrAppendToPath "true" to override install # behavior # "false" to use install # behavior # Variable_IQAppendPath_Prepend_IQBinDir "true" to prepend # "false" to append ############################################################################# ### -V Variable_OverridePrependOrAppendToPath="false" ### -V Variable_IQAppendPath_Prepend_IQBinDir="true" ############################################################################# # # Sybase Software Asset Management License # # Sybase Data Integration Suite requires Sybase Software Asset Management # (SySAM) license key(s). If you have not yet obtained the license key(s), go # to # SPDC at http://sybase.subscribenet.com to obtain the license keys. # # You can specify the license file or license server where the license key(s) # were previously deployed. # # -W sysamLicense.proceedWithoutLicense - Select this if you want to # continue installation without # a # license key. # -W sysamLicense.useExistingLicenseServer - Valid values are "true" or # "false". Set to "true" if you # want to use previously # deployed # license server or "false" if # want to specify the license # file. # -W sysamLicense.licenseFile - Specify the Sybase Software # Asset Management license file. # -W sysamLicense.licenseServerHostName - Enter the hostname where the # license server was deployed. # -W sysamLicense.licenseServerPortNumber - Enter the license server port # number. Leave the entry blank # if you want to use the default # port numbers. # -W sysamLicense.proceedWithoutLicense=true ### -W sysamLicense.useExistingLicenseServer=false ### -W sysamLicense.licenseFile= ### -W sysamLicense.licenseServerHostName=localhost ### -W sysamLicense.licenseServerPortNumber= ############################################################################# # # # Please select the product edition you would like to configure. For Enterprise # and Small Business Editions, you also need to select the license type for this # installation. For the productEdition and licenseType fields below, enter the # 2-letter codes listed below that correspond to your license. # # sysamProductType.productEdition - Valid values are # "EE" - Enterprise Edition, # "SE" - Small Business Edition # "SA" - Single Application Edition # # sysamProductType.licenseType - Valid values are dependant on the # product edition. # For Enterprise Edition the license type # can be # "CP" - CPU License # "DT" - CPU Development and Testing License # "SF" - CPU Standby License # "AC" - OEM CPU License # "BC" - OEM Standby CPU License # "EV" - Evaluation License # "" - Unknown # # For Small Business Edition the license type # can be # "CH" - Chip License # "DH" - Chip Development and Testing License # "SH" - Chip Standby License # "AH" - OEM Chip License # "BH" - OEM Standby Chip License # "EV" - Evaluation License # "" - Unknown # # For Single Application Edition the license type # can be # "CP" - CPU License # "EV" - Evaluation License # "" - Unknown ############################################################################# -W sysamProductType.productEdition="EE" -W sysamProductType.licenseType="DT" ############################################################################# # Sybase Software Asset Management email alerts # # If you would like to configure email alerts, set # -V Variable_IQSySAMEmail_AlertsYesRB=true # -V Variable_IQSySAMEmail_AlertsNoRB=false # and uncomment and set the other variables appropriately. # # Valid values for -V Variable_IQSySAMEmail_SeverityTF= are: # WARNING, INFORMATIONAL, and ERROR ############################################################################# -V Variable_IQSySAMEmail_AlertsYesRB=false -V Variable_IQSySAMEmail_AlertsNoRB=true # -V Variable_IQSySAMEmail_HostTF=smtp # -V Variable_IQSySAMEmail_PortTF=25 # -V Variable_IQSySAMEmail_SenderTF=" " # -V Variable_IQSySAMEmail_RecipientTF=" " # -V Variable_IQSySAMEmail_SeverityTF=" " ############################################################################# # Enable/Disable features to be installed by setting the value to # "true" or "false". # # Legal values are: # true - Indicates that the feature is selected for installation # false - Indicates that the feature is not selected for installation # # In order to install a sub feature, all parent features must also be # selected. # # Note: You will need to remember these same features if running the # Silent Uninstall. # # For example, to select "Server:" for installation, use # # -P Server.active=true # ############################################################################# # "SybaseIQ" Feature -P SybaseIQ.active="true" # "IQServer" Feature -P IQServer.active="true" # "IQOpenClient" Feature -P IQOpenClient.active="true" # "IQClient" Feature -P IQClient.active="true" # "IQODBC" Feature -P IQODBC.active="true" # "SybaseCentral" Feature -P SybaseCentral.active="true" # "SCJViewer" Feature -P SCJViewer.active="true" # "SCJPlugin" Feature - requires SCJViewer to be installed -P SCJPlugin.active="true" # "jConnect" Feature -P jConnect.active="true" # "SybaseSySAM" Feature -P SybaseSySAM.active="true" # "NetworkLicenseServer" Feature -P NetworkLicenseServer.active="false" # "LicenseUtilities" Feature -P LicenseUtilities.active="true" ############################################################################# # Please do not modify the values below. ############################################################################# -V Variable_Silent="true" -W InstallType.active="false" -P copyJRE.active="true" -P SilentUninstall.active="true" -P copyJRE1.active="true" -P SilentUninstall1.active="true" -silent