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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Anchor
top
top

Table of Contents
classcontents

...

概要

Styleclass
ClasstopLink

...

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

...

ページトップ

これらのプロパティは、インストーラーの動作を直接変更します。 

言語

Styleclass
ClasstopLink

ページトップ

インストーラーの言語

プロパティ

lang

インストーラーインターフェースの表示に使用する言語コード。サポートされるいずれかの言語にする必要があります:
en - 英語
ja - 日本語
de - ドイツ語
es - スペイン語
fr - フランス語
nl - オランダ語
pt - ポルトガル語(ブラジル)

デフォルト

指定しない場合、グラフィカルインストーラーは言語選択のダイアログボックスを表示します。コマンドラインインストーラーのデフォルトは英語です。

lang=fr

言語パックのインストール

プロパティ

action.langpacks

言語パックをYellowfinデータベースにインストールしない場合は、falseに設定します。この設定は、インストーラーのインターフェースではなく、Yellowfinインストールのインターフェースに影響します。

デフォルト

true

action.langpacks=false

標準のコンテンツ

Styleclass
ClasstopLink

...

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 インストール中にパックの選択画面をユーザーに表示しない場合は、trueに設定します。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

...

チュートリアルパックの非表示

Propertyプロパティ

action.hidepack.tutorial

Value

Set this to true to hide the tutorial content pack on the pack selection screen. In combination with the パックの選択画面でチュートリアルコンテンツパックを表示しない場合は、trueに設定します。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.プロパティと組み合わせて使用することにより、チュートリアルコンテンツパックを強制的にインストールすることもインストールしないこともできます。action.hidepacksがtrueの場合、このプロパティは無視されます。

Example

action.hidepack.tutorial=true
option.pack.tutorial=true

...

世界各国ジオパックの非表示

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 パックの選択画面で世界各国ジオパックを表示しない場合は、trueに設定します。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.trueの場合、このプロパティは無視されます。

Example

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

...

米国ジオパックの非表示

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 パックの選択画面で米国郵便番号ジオパックを表示しない場合は、trueに設定します。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.trueの場合、このプロパティは無視されます。

Example

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

...

ライセンス

Styleclass
ClasstopLink

...

ページトップ

...

Yellowfinライセンスファイル

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.

インストーラーにパッケージ化されるYellowfinライセンスファイルリソース。このプロパティを設定した場合、インストール時にライセンスファイルを選択するプロンプトが表示されません。

詳細については、インストーラーへのファイルの追加を参照してください。

Example

resource.licencefile=resources/licence.lic

...

全般オプション

Styleclass
ClasstopLink

...

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.

インストール中にサーバーポートオプションをユーザーに表示しない場合は、trueに設定します。option.serverportプロパティと組み合わせて使用することにより、特定のサーバーポートを強制できます。

Example

action.hideserverport=true
option.serverport=81

Hide Windows Service Option

Windowsサービスオプションの非表示

プロパティ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.

インストール中にWindowsサービスオプションをユーザーに表示しない場合は、trueに設定します。option.winserviceプロパティと組み合わせて使用することにより、Windowsサービスを強制的にインストールすることもできますし、インストールさせないこともできます。その他のオペレーティングシステムでは、このプロパティは無視されます。

Example

action.hidewinservice=true
option.winservice=false

...

Windowsサービスの名前

プロパティ

installer.winservice.name

Windowsサービスの名前。Windowsサービスをインストールしない場合、このプロパティは無視されます。

デフォルト

Yellowfin

installer.winservice.name=Report Server

Windowsサービスの説明

プロパティ

installer.winservice.description

Windowsサービスの説明。Windowsサービスをインストールしない場合、このプロパティは無視されます。

デフォルト

Yellowfin Application Server –

http://www.yellowfinbi.com/

installer.winservice.desc=This service starts the Report Server

SQLログの有効化

プロパティ

action.debugsql

インストーラーが構成データベースに対して行うすべてのSQLクエリーのログを有効化する場合は、trueに設定します。このとき、インストールディレクトリの下にYellowfinInstallSQL-yyyymmdd.logという名前のログファイルが作成されます。このファイルには、インストール中に実行されたSQLクエリーが含まれます。

action.debugsql=true

データベースオプション

Styleclass
ClasstopLink

...

top

Hide All Database Options

ページトップ

使用可能なデータベース

プロパティ

action.allowed.databases

Yellowfin構成データベースとしてユーザーが選択できるデータベースのカンマ区切りリスト。使用可能な値は、option.db.dbtypeプロパティと同じです。使用可能なデータベースのタイプのリストを限定するために使用されます。

action.allowed.databases=SQLServer,MySQL,Oracle

全てのデータベースオプションの非表示

プロパティ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

...

インストール中にすべてのデータベースオプションをユーザーに表示しない場合は、trueに設定します。option.db.*プロパティと組み合わせて使用することにより、特定のデータベース設定を強制できます。

action.hidedboptions=true

データベースへのアクセス禁止

プロパティ

action.nodbaccess

インストーラーがデータベースにアクセスしないようにする場合は、trueに設定します。インストーラーは、必要なスキーマを設定したり、初期データをロードしたりしません。データベース設定パラメーターをYellowfin設定ファイルに挿入する必要があるため、{[option.db.*}}プロパティを使用した(またはインストール時にユーザーによる)データベース設定は必要なままです。
共有データベースがあるようなクラスター化環境に追加のノードをインストールするときに便利です。

デフォルト

false

action.nodbaccess=true

カスタムSQLの実行

詳細については、カスタムSQLの実行を参照してください。

インストールパス

Styleclass
ClasstopLink

...

ページトップ

...

インストールパスの非表示

action.hideinstallpath=true

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

インストール中にインストールパスオプションをユーザーに表示しない場合は、trueに設定します。option.installpathプロパティと組み合わせて使用することにより、特定のインストール場所を強制できます。

action.hideinstallpath=true

インストールコンポーネント

Styleclass
ClasstopLink

ページトップ

開発ファイルのインストール禁止

プロパティ

action.nodevelopment

インストーラーがdevelopmentディレクトリを作成しないようにする場合は、trueに設定します。このディレクトリには、Yellowfinをその他のシステムにインテグレーションする場合に役立つソースコード、例、およびドキュメントが含まれます。

デフォルト

false

action.nodevelopment=true

アプリケーション.warファイルのみ書き込み

プロパティ

action.warfileonly

インストーラーがファイルシステムにファイル(yellowfin.warファイルを除く)を書き込まないようにする場合は、trueに設定します。既存のアプリケーションサーバーがある環境にインストールするときに便利です。

デフォルト

false

action.warfileonly=true

Yellowfinブランドのコンテンツの挿入

プロパティ

action.yellowfincontent

インストーラーがYellowfinブランドのコンテンツをデータベースにロードしないようにする場合は、falseに設定します。これには、標準の電子メールヘッダーイメージや入門のストーリーボードが含まれます。再設定バージョンのYellowfinをインストールする場合に便利です。

デフォルト

true

action.yellowfincontent=false

プログラムのショートカット

Styleclass
ClasstopLink

ページトップ

「スタート」メニューのショートカットの作成禁止

プロパティ

action.noshortcuts

インストーラーがサポート対象のWindowsシステムで「スタート」メニューのショートカットを作成しないようにする場合は、trueに設定します。その他のオペレーティングシステムでは、このプロパティは無視されます。

デフォルト

false

action.noshortcuts=true

「スタート」メニューのプログラムグループの名前

プロパティ

shortcut.default.programgroup

サポート対象のWindowsシステムで「スタート」メニューのショートカットを作成する場合は、プログラムグループの名前に設定します。この名前には、ファイル名で有効な文字だけを使用してください。

デフォルト

アプリケーションの名前とバージョン。

shortcut.default.programgroup=Report Server

サーバー起動ショートカットの名前

プロパティ

shortcut.startserver.title

「スタート」メニューでの「サーバー起動」用のショートカットの名前。

デフォルト

Yellowfin サーバーを起動

shortcut.startserver.title=Start Report Server

サーバー起動ショートカットの説明

プロパティ

shortcut.startserver.description

「スタート」メニューでの「サーバー起動」用のショートカットの説明。

デフォルト

起動Yellowfinサーバー

shortcut.startserver.description=Starts the Report Server

サーバー起動ショートカットのアイコン

プロパティ

resource.shortcut.startserver.icon

「スタート」メニューでの「サーバー起動」用のショートカットのアイコンとして使用するリソース。Microsoftアイコンファイルを指す必要があります。

詳細については、インストーラーへのファイルの追加を参照してください。

resource.shortcut.startserver.icon=resources/start.ico

サーバー停止ショートカットの名前

プロパティ

shortcut.stopserver.title

「スタート」メニューでの「サーバー停止」用のショートカットの名前。

デフォルト

停止Yellowfinサーバー

shortcut.stopserver.title=Stop Report Server

サーバー停止ショートカットの説明

プロパティ

shortcut.stopserver.description

「スタート」メニューでの「サーバー停止」用のショートカットの説明。

デフォルト

Yellowfin アプリケーションサーバーを停止

shortcut.stopserver.description=Stops the Report Server

サーバー停止ショートカットのアイコン

プロパティ

resource.shortcut.stopserver.icon

スタート」メニューでの「サーバー停止」用のショートカットのアイコンとして使用するリソース。Microsoftアイコンファイルを指す必要があります。

詳細については、インストーラーへのファイルの追加を参照してください。

resource.shortcut.stopserver.icon=resources/stop.ico

ホームページショートカットの名前

プロパティ

shortcut.homepage.title

「スタート」メニューでの「ホームページ」用のショートカットの名前。

デフォルト

Yellowfinホームページ

shortcut.homepage.title=Login to Report Server

ホームページショートカットの説明

プロパティ

shortcut.homepage.description

「スタート」メニューでの「ホームページ」用のショートカットの説明。

デフォルト

ブラウザーでYellowfin ホームページを開く

shortcut.stopserver.description=Open the Report Server login page

ホームページショートカットのアイコン

プロパティ

resource.shortcut.homepage.icon

「スタート」メニューでの「ホームページ」用のショートカットのアイコンとして使用するリソース。Microsoftアイコンファイルを指す必要があります。

詳細については、インストーラーへのファイルの追加を参照してください。

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

Windowsサービスショートカットの名前

プロパティ

shortcut.winservice.title

「スタート」メニューでの「サービスプロパティ」用のショートカットの名前。Windowsサービスをインストールしない場合、このプロパティは無視されます。

デフォルト

Yellowfinサービスプロパティ

shortcut.winservice.title=Report Server Service Properties

Windowsサービスショートカットの説明

プロパティ

shortcut.winservice.description

「スタート」メニューでの「Windowsサービス」用のショートカットの説明。

デフォルト

サービスプロパティエディタを開く

shortcut.winservice.description=Open the Report Server Service Properties editor

Windowsサービスショートカットのアイコン

Property

resource.shortcut.winservice.icon

「スタート」メニューでの「Windowsサービス」用のショートカットのアイコンとして使用するリソース。Microsoftアイコンファイルを指す必要があります。

詳細については、インストーラーへのファイルの追加を参照してください。

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

 

horizontalrule
Styleclass
ClasstopLink

...

ページトップ