Client Version 1.4
 —  Entire Net-Work Client Installation and Administration  —

Entire Net-Work Client Silent Installation Steps

You can perform a silent installation of Entire Net-Work Client in Windows environments. This document provides the steps you must perform to initiate the silent installation.

Start of instruction setTo initiate a silent installation of Entire Net-Work Client in a Windows environment, complete the following steps.

  1. On 64-bit systems, install the 32-bit and 64-bit runtime components required for the silent installation by entering the following statements:

    start [cdroot]\\windows\wcl64\ISSetupPrerequisites\{8D61397C-2AD6-4210-8E43-C2793010DC35}\vcredist_x64.exe /qb
    start [cdroot]\\windows\wcl64\ISSetupPrerequisites\{0BE9572E-8558-404f-B0A5-8C347D145655}\vcredist_x86.exe /qb

    Specify the location of the installation CD for [cdroot].

    Or:
    On 32-bit systems, install the 32-bit runtime components required for the silent installation by entering the following statement:

    start [cdroot]\\windows\wcl\ISSetupPrerequisites\{0BE9572E-8558-404f-B0A5-8C347D145655}\vcredist_x86.exe /qb

    Specify the location of the installation CD for [cdroot].

  2. Create a configuration text file that includes settings for the following parameters:

    Parameter Specify
    SAGXTSDSHOST The name of the host machine for the Software AG Directory Server used by the client.
    SAGXTSDSPORT The port number for the Software AG Directory Server used by the client.
    REMOTE_ADMIN Either YES or NO. This parameter indicates whether the Entire Net-Work Client service should be started at the end of the installation or not and whether its starting should be automatic. Specify YES if the service should be started after the installation completes and automatically initiated; specify NO if the service should not be started after the installation completes and its starting should be manually initiated.

    For example:

    SAGXTSDSHOST=aaaaaa.bbb.ccc
    SAGXTSDSPORT=4952
    REMOTE_ADMIN=YES
  3. On 64-bit systems, start the silent installation by entering the following statement:

    [cdroot]\windows\wcl64\setup.exe /z"-c<[config.file]>"

    Specify the location of the installation CD for [cdroot]. Specify the fully-qualified path and file name of the configuration file you created in the previous step for [config.file].

    Note:
    The configuration file path and name ([config.file]) must be enclosed in greater and less than symbols ("<" and ">"). These symbols are a required part of the syntax.

    Or:
    On 32-bit systems, start the silent installation by entering the following statement:

    [cdroot]\windows\wcl\setup.exe /z"-c<[config.file]>"

    Specify the location of the installation CD for [cdroot]. Specify the fully-qualified path and file name for the configuration file you created in the previous step for [config.file].

    Note:
    The configuration file path and name ([config.file]) must be enclosed in greater and less than symbols ("<" and ">"). These symbols are a required part of the syntax.

    The silent install is initiated.

Top of page