...
概要
これらのプロパティは、インストーラーの動作を直接変更します。
言語
インストーラーの言語
プロパティ | lang
|
---|
値 | インストーラーインターフェースの表示に使用する言語コード。サポートされるいずれかの言語にする必要があります:
en - 英語
ja - 日本語
de - ドイツ語
es - スペイン語
fr - フランス語
nl - オランダ語
pt - ポルトガル語(ブラジル) |
---|
デフォルト | 指定しない場合、グラフィカルインストーラーは言語選択のダイアログボックスを表示します。コマンドラインインストーラーのデフォルトは英語です。 |
---|
例 | lang=fr
|
---|
言語パックのインストール
プロパティ | action.langpacks
|
---|
値 | 言語パックをYellowfinデータベースにインストールしない場合は、false に設定します。この設定は、インストーラーのインターフェースではなく、Yellowfinインストールのインターフェースに影響します。 |
---|
デフォルト | true
|
---|
例 | action.langpacks=false
|
---|
標準のコンテンツ
パックの選択画面の非表示
プロパティ | action.hidepacks
|
---|
値 | インストール中にパックの選択画面をユーザーに表示しない場合は、true に設定します。option.pack.* プロパティと組み合わせて使用することにより、パックの特定セットを強制的にインストールできます。 |
---|
例 | action.hidepacks=true
option.pack.tutorial=false
option.pack.geopack.world=false
option.pack.geopack.us=false
|
---|
チュートリアルパックの非表示
プロパティ | action.hidepack.tutorial
|
---|
値 | パックの選択画面でチュートリアルコンテンツパックを表示しない場合は、true に設定します。option.pack.tutorial プロパティと組み合わせて使用することにより、チュートリアルコンテンツパックを強制的にインストールすることもインストールしないこともできます。action.hidepacksがtrueの場合、このプロパティは無視されます。 |
---|
例 | action.hidepack.tutorial=true
option.pack.tutorial=true
|
---|
世界各国ジオパックの非表示
プロパティ | action.hidepack.geopack.world
|
---|
値 | パックの選択画面で世界各国ジオパックを表示しない場合は、true に設定します。option.pack.geopack.world プロパティと組み合わせて使用することにより、世界各国のジオパックを強制的にインストールすることもできますし、インストールさせないこともできます。action.hidepacks がtrue の場合、このプロパティは無視されます。 |
---|
例 | action.hidepack.geopack.world=true
option.pack.geopack.world=false
|
---|
米国ジオパックの非表示
プロパティ | action.hidepack.geopack.us
|
---|
値 | パックの選択画面で米国郵便番号ジオパックを表示しない場合は、true に設定します。option.pack.geopack.us プロパティと組み合わせて使用することにより、米国郵便番号ジオパックを強制的にインストールすることもできますし、インストールさせないこともできます。action.hidepacks がtrue の場合、このプロパティは無視されます。 |
---|
例 | action.hidepack.geopack.us=true
option.pack.geopack.us=false
|
---|
ライセンス
Yellowfinライセンスファイル
プロパティ | resource.licencefile
|
---|
値 | インストーラーにパッケージ化されるYellowfinライセンスファイルリソース。このプロパティを設定した場合、インストール時にライセンスファイルを選択するプロンプトが表示されません。 詳細については、インストーラーへのファイルの追加を参照してください。
|
---|
例 | resource.licencefile=resources/licence.lic
|
---|
全般オプション
サーバーポートオプションの非表示
プロパティ | action.hideserverport
|
---|
値 | インストール中にサーバーポートオプションをユーザーに表示しない場合は、true に設定します。option.serverport プロパティと組み合わせて使用することにより、特定のサーバーポートを強制できます。 |
---|
例 | action.hideserverport=true
option.serverport=81
|
---|
Windowsサービスオプションの非表示
プロパティ | action.hidewinservice
|
---|
値 | インストール中にWindowsサービスオプションをユーザーに表示しない場合は、true に設定します。option.winservice プロパティと組み合わせて使用することにより、Windowsサービスを強制的にインストールすることもできますし、インストールさせないこともできます。その他のオペレーティングシステムでは、このプロパティは無視されます。 |
---|
例 | action.hidewinservice=true
option.winservice=false
|
---|
Windows Service Name
Property | installer.winservice.name
|
---|
Value | The name of the Windows service. This property is ignored if the Windows service is not being installed. |
---|
Default | Yellowfin
|
---|
Example | installer.winservice.name=Report Server
|
---|
Windows Service Description
Property | installer.winservice.description
|
---|
Value | The description of the Windows service. This property is ignored if the Windows service is not being installed. |
---|
Default | Yellowfin Application Server – http://www.yellowfinbi.com/ |
---|
Example | installer.winservice.desc=This service starts the Report Server
|
---|
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
|
---|
Database Options
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
|
---|
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
|
---|
Do Not Access the Database
Property | action.nodbaccess
|
---|
Value | Set this to true to stop the installer from accessing the database. The installer will not set up the required schema or load initial data. Database configuration is still required via the {[option.db.*}} properties (or by the user during installation) as the database configuration parameters have to be inserted into Yellowfin configuration files. This can be useful when installing additional nodes in a clustered environment, where there is a shared database. |
---|
Default | false
|
---|
Example | action.nodbaccess=true
|
---|
Running Custom SQL
See Running Custom SQL for more information.
Installation Path
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
Do Not Install Development Files
Property | action.nodevelopment
|
---|
Value | Set this to true to stop the installer from creating the development directory. This directory contains source code, examples and documentation that are useful for integrating Yellowfin into other systems. |
---|
Default | false
|
---|
Example | action.nodevelopment=true
|
---|
Only Write the Application .war File
Property | action.warfileonly
|
---|
Value | Set this to true to stop the installer from writing any files to the filesystem except the yellowfin.war file. This may be useful when installing into an environment with an existing Application Server. |
---|
Default | false
|
---|
Example | action.warfileonly=true
|
---|
Include Yellowfin-branded Content
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
Property | action.noshortcuts
|
---|
Value | Set this to true to stop the installer from creating Start Menu shortcuts on supported Windows systems. This property is ignored on other Operating Systems. |
---|
Default | false
|
---|
Example | action.noshortcuts=true
|
---|
Property | shortcut.default.programgroup
|
---|
Value | Set this to the name of the program group to create when creating Start Menu shortcuts on a supported Windows system. This name must only include characters that are valid in filenames. |
---|
Default | The application name and version. |
---|
Example | shortcut.default.programgroup=Report Server
|
---|
Start Server Shortcut Name
Property | shortcut.startserver.title
|
---|
Value | The name of the “Start Server” shortcut in the Start Menu. |
---|
Default | Start Yellowfin Server |
---|
Example | shortcut.startserver.title=Start Report Server
|
---|
Start Server Shortcut Description
Property | shortcut.startserver.description
|
---|
Value | The description of the “Start Server” shortcut in the Start Menu. |
---|
Default | Starts the Yellowfin application server |
---|
Example | shortcut.startserver.description=Starts the Report Server
|
---|
Start Server Shortcut Icon
Property | resource.shortcut.startserver.icon
|
---|
Value | A resource to use as the icon for the “Start Server” 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.startserver.icon=resources/start.ico
|
---|
Stop Server Shortcut Name
Property | shortcut.stopserver.title
|
---|
Value | The name of the “Stop Server” shortcut in the Start Menu. |
---|
Default | Stop Yellowfin Server |
---|
Example | shortcut.stopserver.title=Stop Report Server
|
---|
Stop Server Shortcut Description
Property | shortcut.stopserver.description
|
---|
Value | The description of the “Stop Server” shortcut in the Start Menu. |
---|
Default | Stops the Yellowfin application server |
---|
Example | shortcut.stopserver.description=Stops the Report Server
|
---|
Stop Server Shortcut Icon
Property | resource.shortcut.stopserver.icon
|
---|
Value | A resource to use as the icon for the “Stop Server” 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.stopserver.icon=resources/stop.ico
|
---|
Homepage Shortcut Name
Property | shortcut.homepage.title
|
---|
Value | The name of the “Homepage” shortcut in the Start Menu. |
---|
Default | Yellowfin Homepage |
---|
Example | shortcut.homepage.title=Login to Report Server
|
---|
Homepage Shortcut Description
Property | shortcut.homepage.description
|
---|
Value | The description of the “Homepage” shortcut in the Start Menu. |
---|
Default | Open the Yellowfin homepage in your web browser. |
---|
Example | shortcut.stopserver.description=Open the Report Server login page
|
---|
Homepage Shortcut Icon
Property | resource.shortcut.homepage.icon
|
---|
Value | A resource to use as the icon for the “Homepage” 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.homepage.icon=resources/homepage.ico
|
---|
Windows Service Shortcut Name
Property | shortcut.winservice.title
|
---|
Value | The name of the “Service Properties” shortcut in the Start Menu. This property is ignored if the Windows Service is not installed. |
---|
Default | Yellowfin Service Properties |
---|
Example | shortcut.winservice.title=Report Server Service Properties
|
---|
Windows Service Shortcut Description
Property | shortcut.winservice.description
|
---|
Value | The description of the “Windows Service” shortcut in the Start Menu. |
---|
Default | Opens the Service Properties editor |
---|
Example | shortcut.winservice.description=Open the Report Server Service Properties editor
|
---|
Windows Service Shortcut Icon
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
|
---|