30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

Table of Contents
classcontents

Overview

Styleclass
ClasstopLink

...

Installer Behaviour

These properties directly modify the behaviour of the installer itself.

Language

Styleclass
ClasstopLink

...

Installer Behaviour

Installer Language

Property

lang

Value

The language code to use to display the installer interface in. This must be one of the supported languages:
en - English
ja - Japanese
de - German
es - Spanish
fr - French
nl - Dutch
pt - Portuguese (Brazil)

Default

If not specified, the graphical installer will display a language selection dialog box. The command-line installer will default to English.

Example

lang=fr

...

Property

action.langpacks

Value

Set this to false if language packs should not be installed into the Yellowfin database. This affects the Yellowfin installation’s interface, not the installer’s interface.

Default

true

Example

action.langpacks=false

Out-Of-The-Box Content

Styleclass
ClasstopLink

...

Installer Behaviour

Hide Pack Selection Screen

...

Property

action.hidepack.geopack.us

Value

Set this to true to hide the US Zip Codes GeoPack on the pack selection screen. In combination with the option.pack.geopack.us property, this can be used to force the US Zip Codes GeoPack to be installed or not installed. If action.hidepacks is true, this property is ignored.

Example

action.hidepack.geopack.us=true
option.pack.geopack.us=false

Licence

Styleclass
ClasstopLink

...

Installer Behaviour

Yellowfin Licence File

Property

resource.licencefile

Value

A Yellowfin licence file resource that is packaged in the installer. If this property is set, the user will not be prompted to select a licence file at installation time.

See Adding Files to the Installer for more information.

Example

resource.licencefile=resources/licence.lic

General Options

Styleclass
ClasstopLink

...

Installer Behaviour

Hide Server Port Option

Property

action.hideserverport

Value

Set this to true to hide the server port option from the user during installation. In combination with the option.serverport property, this can be used to force a specific server port.

Example

action.hideserverport=true
option.serverport=81

...

Property

action.debugsql

Value

Set this to true to enable logging of all SQL queries that the installer makes to the configuration database. This will create a log file under the installation directory named YellowfinInstallSQL-yyyymmdd.log which contains SQL queries run during installation.

Example

action.debugsql=true

Database Options

Styleclass
ClasstopLink

...

Installer Behaviour

Allowed Databases

Property

action.allowed.databases

Value

A comma-separated list of databases that the user may choose as the Yellowfin configuration database. The possible values are the same as for the option.db.dbtype property. This is used to limit the list of available database types.

Example

action.allowed.databases=SQLServer,MySQL,Oracle

...

See Running Custom SQL for more information.

Installation Path

Styleclass
ClasstopLink

...

Installer Behaviour

Hide Installation Path

Property

action.hideinstallpath

Value

Set this to true to hide the installation path option from the user during installation. In combination with the option.installpath property, this can be used to force a specific install location.

Example

action.hideinstallpath=true

Installation Components

Styleclass
ClasstopLink

...

Installer Behaviour

Do Not Install Development Files

...

Property

action.yellowfincontent

Value

Set this to false to stop the installer from loading any Yellowfin-branded content into the database. This includes the standard email header image and introductory Storyboards. This may be useful when installing a re-branded version of Yellowfin.

Default

true

Example

action.yellowfincontent=false

Program Shortcuts

Styleclass
ClasstopLink

...

Installer Behaviour

Do Not Create Start Menu Shortcuts

...

Property

resource.shortcut.winservice.icon

Value

A resource to use as the icon for the “Windows Service” shortcut in the Start Menu. This should point to a Microsoft icon file.

See Adding Files to the Installer for more information.

Example

resource.shortcut.winservice.icon=resources/winservice.ico

 

horizontalrule
Styleclass
ClasstopLink

...

Installer Behaviour