IBM® Informix® Client Software Development Kit, Version 4.10

Running a silent installation (UNIX, Linux, Windows)

To perform a silent installation, which is sometimes referred to as an unattended installation, you must create a response file that contains information about how you want the product installed. You invoke this response file in a command-line option to perform the silent installation.

Before you start the installation program, perform the following steps:
On each target computer, you can customize the silent installation command in the following ways:
  • Accept the license. Include the -DLICENSE_ACCEPTED=TRUE property.
  • Bypass operating system prerequisite checks. Use with caution. Include the -DPRQCHECK=FALSE property.
  • Set the installation path. Include the -DUSER_INSTALL_DIR=path property.
  • Overwrite existing product installations. Use with caution. Include the -DOVERWRITE_PRODUCT=TRUE property.

To deploy Client SDK or Informix® Connect in multiple directories:

  1. Create a response file by doing one of the following actions:
    • On a command line, run the appropriate installation command with the -r option to start an interactive installation that generates a response file.
    • Edit the csdk.properties file or the conn.properties file that is on the installation media, rename the file, and configure the settings for your environment and agreement to the license terms.
  2. Copy the response file and the installation media to the computer where you want to install the client products.
  3. Run the silent installation command for the client products that you want to install, indicating the absolute path to the response file after the -f option:

    UNIX, Linux:

    • Client SDK: ./installclientsdk -i silent -f path_name
    • Informix Connect: ./installconnect -i silent -f path_name

    Windows:

    • Client SDK: ./installclientsdk,exe -i silent -f path_name
    • Informix Connect: ./installconnect.exe -i silent -f path_name

Log files are created during the installation process. You can use the log files to troubleshoot installation errors.

You can now configure the client environment and connect to the database server.

Windows: If you are upgrading to new release, restart your computer after the installation completes if both of the following conditions are true:
  • The new installation location is different from the previous installation location
  • You plan to use a distributed transaction application that uses the COM+ technology


Examples exchange | Troubleshooting

To find the PDF, see Publications for the IBM Informix 12.10 family of products.
For the release notes, documentation notes, and/or machine notes, see the Release Notes page.