Top
Symfoware Server V12.1.0 Installation and Setup Guide for Client
FUJITSU Software

A.2 List of Parameters

This section describes the parameters that can be set for each section.

installInfo section

The parameters that can be set in the installInfo section are shown below.

No.

Type

Parameter

Description

1

Software ID

Parameter name

Name

Mandatory.

Specify the software identifier.

For this software, specify the following value:

"Symfoware Server"

Value/Range

String

Default value

None

Information

  • In addition to "Name", the following parameters can be used in the "installInfo" section.

    • softwareName

    • OS

    • Version

    • Edition

  • Note that specifying a parameter name other than "Name" and the parameters listed above will result in an error.

  • The values set in these parameters do not affect silent installation.

Example
installInfo,Name,Symfoware Server

parameters section

The parameters that can be set in the parameters section are shown below.

No.

Parameter

Description

1

Parameter name

Client32InstallExecute

Optional.

Specify whether to run the installation of the client (32-bit).

Y: Install

N: Do not install

Value/Range

Y or N

Default value

Y

2

Parameter name

Client32InstallPath

Optional.

Specify the installation destination of the client (32-bit).

WindowsA root folder (such as C:\) cannot be specified.

LinuxA root directory cannot be specified.

Value/Range

Path name

Default value

WindowsWindows(32-bit)

%ProgramFiles%\Fujitsu\symfoclient32

Windows(64-bit)

%ProgramFiles(x86)%\Fujitsu\symfoclient32

LinuxLinux

/opt/symfoclient32

3

Parameter name

Client64InstallExecute

Optional.

Specify whether to run the installation of the client (64-bit).

Y: Install

N: Do not install

This parameter is ignored on 32-bit operating systems.

Value/Range

Y or N

Default value

Y

4

Parameter name

Client64InstallPath

Optional.

Specify the installation destination of the client (64-bit).

This parameter is ignored on 32-bit operating systems.

WindowsA root folder (such as C:\) cannot be specified.

LinuxA root directory cannot be specified.

Value/Range

Path name

Default value

WindowsWindows(64-bit)

%ProgramFiles%\Fujitsu\symfoclient64

LinuxLinux

/opt/symfoclient64

Example
parameters,Client32InstallExecute,Y 
parameters,Client32InstallPath,/opt/symfoclient32
parameters,Client64InstallExecute,Y
parameters,Client64InstallPath,/opt/symfoclient64