You are viewing an old version of this page. View the current version.
Compare with Current
View Version History
Version 1
Next »
Overview
Unknown macro: {styleclass} [top]
These properties directly modify the behaviour of the installer itself.
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
|
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
|
Enable SQL Logging
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
|
Out-Of-The-Box Content
Unknown macro: {styleclass} [top]
Hide Pack Selection Screen
Property |
action.hidepacks
|
Value |
Set this to true to hide the pack selection screen from the user during installation. In combination with the option.pack.* properties, this can be used to force a specific set of packs to be installed. |
Example |
action.hidepacks=true
option.pack.tutorial=false
option.pack.geopack.world=false
option.pack.geopack.us=false
|
Hide Tutorial Pack
Property |
action.hidepack.tutorial
|
Value |
Set this to true to hide the tutorial content pack on the pack selection screen. In combination with the option.pack.tutorial property, this can be used to force the tutorial content pack to be installed or not installed. If action.hidepacks is true, this property is ignored. |
Example |
action.hidepack.tutorial=true
option.pack.tutorial=true
|
Hide World GeoPack
Property |
action.hidepack.geopack.world
|
Value |
Set this to true to hide the World Countries GeoPack on the pack selection screen. In combination with the option.pack.geopack.world property, this can be used to force the World Countries GeoPack to be installed or not installed. If action.hidepacks is true , this property is ignored. |
Example |
action.hidepack.geopack.world=true
option.pack.geopack.world=false
|
Hide US GeoPack
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
Unknown macro: {styleclass} [top]
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
Unknown macro: {styleclass} [top]
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
|
Hide Windows Service Option
Property |
action.hidewinservice
|
Value |
Set this to true to hide the Windows service option from the user during installation. In combination with the option.winservice property, this can be used to force the Windows service to be installed or not installed. This property is ignored on other Operating Systems. |
Example |
action.hidewinservice=true
option.winservice=false
|
Database Selection
Unknown macro: {styleclass} [top]
Hide All Database Options
Property |
action.hidedboptions
|
Value |
Set this to true to hide all database options from the user during installation. In combination with the option.db.* properties, this can be used to force a specific database configuration. |
Example |
action.hidedboptions=true
|
Installation Path
Unknown macro: {styleclass} [top]
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
|
Unknown macro: {horizontalrule}
Unknown macro: {styleclass} [top]