Example Response File for Client Runtime for Windows
The following example response file includes all parameter options and their default values for a Client Runtime for Windows installation.
II_SYSTEM and II_INSTALLATION are required parameters. If either is missing, the installer exits silently. II_CHARSET, II_DATE_TYPE_ALIAS, II_TIMEZONE_NAME, II_TERMINAL, II_DATE_FORMAT, and II_MONEY_FORMAT, if not specified, use the defaults provided by the installer.
The II_SERVICE_START_*. parameters create a service that starts automatically and owned by the system. If not specified, the service must be started manually and is owned by the local user.
; Client Runtime Sample Response File
;
[Database Locations]
II_SYSTEM = "C:\Program Files\Actian\Client Runtime"
[Instance Configuration]
II_INSTALLATION = "CR"
II_CHARSET = "UTF8"
II_TIMEZONE_NAME = "NA-EASTERN"
II_TERMINAL = "IBMPCD"
II_DATE_FORMAT = "US"
II_DATE_TYPE_ALIAS = "ANSIDATE"
II_MONEY_FORMAT = "L:$"
II_SERVICE_START_AUTO = "YES"
II_SERVICE_START_USER = ""
II_SERVICE_START_USERPASSWORD = ""