Getting Started > Getting Started > Installing Vector Using a Response File > Install Vector Using a Response File (Windows)
Was this helpful?
Install Vector Using a Response File (Windows)
You can use the Vector installer on Windows to create a response file (see Example Response File on Windows) to support an unattended (silent) installation of Vector.
To create a response file using the Vector Setup Wizard on Windows
1. From the root directory of the Vector distribution, execute the following command:
setup.exe /c
A message is displayed saying that the installer is running in response file mode.
2. Respond to the Setup Wizard dialogs to select the components and configuration settings for your Vector instance.
Note:  The response file created must be in a directory that is globally readable, or the installation process will fail.
A response file can be opened with any text editor and modified manually if changes are required. For details on the parameters, see Response File Parameters.
To install Vector for Windows using a response file
Issue the setup /r command from the root directory of the Vector distribution and pass the absolute path to the response file:
setup /r path/response_filename
Example setup /r command
C:\VectorVW350\cdimage\setup /r C:\VectorVW350\myresponsefile.rsp
Example Response File on Windows
; Actian Response File
; Generated by the Actian Response File API
; Created: Tue Feb 4 13:14:24 2014
 
[Components]
 
II_COMPONENT_DBMS="YES"
II_COMPONENT_NET="YES"
II_COMPONENT_DOCUMENTATION="YES"
II_COMPONENT_DOTNET="YES"
II_COMPONENT_FRONTTOOLS="YES"
II_COMPONENT_JDBC_CLIENT="YES"
 
[Locations]
 
II_SYSTEM="C:\Program Files\Actian\VectorVW"
II_DATABASE="C:\Program Files\Actian\VectorVW"
II_CHECKPOINT="C:\Program Files\Actian\VectorVW"
II_JOURNAL="C:\Program Files\Actian\VectorVW"
II_WORK="C:\Program Files\Actian\VectorVW"
II_DUMP="C:\Program Files\Actian\VectorVW"
II_LOG_FILE="C:\Program Files\Actian\VectorVW"
II_DUAL_LOG=""
II_LOCATION_DOTNET="C:\Program Files\Actian\Ingres .NET Data Provider\"
II_LOCATION_DIRECTOR="C:\Program Files\Actian\Director\"
 
[Instance Configuration]
 
II_INSTALLATION="VW"
II_CHARSET="UTF8"
II_TIMEZONE_NAME="America-New_York"
II_LANGUAGE="ENGLISH"
II_TERMINAL="IBMPCD"
II_DATE_FORMAT="US"
II_MONEY_FORMAT="L:$"
II_LOG_FILE_SIZE_MB="32"
II_ENABLE_SQL92="NO"
II_ADD_REMOVE_PROGRAMS="YES"
II_ADD_TO_PATH="YES"
II_INSTALL_ALL_ICONS="YES"
II_START_INGRES_ON_COMPLETE="YES"
II_START_IVM_ON_COMPLETE="YES"
II_SERVICE_START_AUTO="YES"
II_SERVICE_START_USER=""
II_SERVICE_START_USERPASSWORD=""
II_ENABLE_TCPIP="YES"
II_DEMODB_CREATE="NO'
II_SETUP_ODBC_READONLY="NO"
II_DBMS_AUTHENTICATION="YES"
II_DBMS_PASSWORD="password"
 
[Vector Configuration]
II_VWCFG_MAX_MEMORY="1G"
II_VWCFG_BUFFERPOOL="512M"
II_VWCFG_BLOCK_SIZE="512KB"
II_VWCFG_GROUP_SIZE="8"
II_VWCFG_MAX_PARALLELISM="2"
 
[User Defined Properties]
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 = "America-New_York"
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 = ""
Last modified date: 03/21/2024