Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed typo

...

Table of Contents
classcontents

Overview


Styleclass
ClasstopLink

...

15631400

Installer properties are the key to customising the Yellowfin installer. Different properties are used to make different changes to the installer, including:

...

Providing Values for Installer Properties


Styleclass
ClasstopLink

...

15631400

Values for installer properties can be set in different ways. In order of precedence, these are:

...

The silent installer does not display a user interface. Therefore all user options must be provided through the properties files or command-line arguments.

Custom Properties File


Styleclass
ClasstopLink

...

15631400

The custom properties file is the main way to customise the installer. You can add properties to this file that modify the way the installer looks and behaves. This file is a java properties file named custom.properties that is added to the root of the installer archive (see Adding Files to the Installer).

...

The custom properties file is a series of key-value pairs of the form “key=value” on separate lines. Blank lines are ignored, and a line starting with a # is treated as a comment.

Command-line Arguments


Styleclass
ClasstopLink

...

15631400

Installer properties may be provided as command-line arguments when running the installer. The general usage is:

...

Silent Installer Properties File


Styleclass
ClasstopLink

...

15631400

An additional properties file may be specified when using the silent installer. For historical reasons, the properties in this file have different names to the standard installer properties, but have the same functionality.

...

Code Block
none
none
InstallPath=/applications/yellowfin
InstallTutorialDatabase=true
ServicePort=8080
InstallService=false
DatabaseType=MySQL
CreateYellowfinDB=true
CreateYellowfinDBUser=talsefalse
DatabaseHostname=localhost
DatabaseName=yellowfin
DatabaseDBAUser=root
DatabaseDBAPassword=secret
DatabaseUser=yf
DatabasePassword=

 


horizontalrule

Styleclass
ClasstopLink

...

top

...

15631400