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

Versions Compared

Key

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

Anchor
top
top

...

概要

Styleclass
ClasstopLink

top

ページトップ

カスタムのプロパティファイルで指定できるすべてのオプションは、コマンドライン引数としても設定できます。コマンドライン引数として指定されるオプションは、カスタムのプロパティファイルで設定されるオプションよりも優先します。空白文字または特殊なシェル文字が値に含まれる場合は、値に必要なエスケープ処理を実行してください。これらの例では、選択したオプションをコマンドラインで指定してインストーラーを起動するコマンドを示します(それぞれのコマンドは1行で表記する必要がありますが、ここではわかりやすくするために複数の行で表しています):All options that can be specified in the custom properties file may also be set as command-line arguments. Options specified as command-line arguments take precedence over options set in the custom properties file. When including values with spaces or special shell characters, remember to perform any necessary escaping of values. These examples show the commands to launch the installer with selected options specified on the command-line (each command should be a single line but is shown on multiple lines for clarity):

Code Block
none
none
java -jar yellowfin-yyyymmdd-full.jar
	lang=en
	option.winservice=true
	option.serverport=8090
	"installer.title.msg=Welcome to the Yellowfin installer"

yellowfin-yyyymmdd-full.exe
	lang=en
	option.winservice=true
	option.serverport=8090
	"installer.title.msg=Welcome to the Yellowfin installer"

When using the -gui, -cmd, or -silent switches, these must be the first argument after the installer file:gui、-cmd、または-silentスイッチを使用する場合、これらはインストーラーファイルの後の最初の引数にする必要があります:

Code Block
none
none
java -jar yellowfin-yyyymmdd-full.jar -cmd
	lang=en
	option.winservice=true
	option.serverport=8090
	"installer.title.msg=Welcome to the Yellowfin installer"

...

horizontalrule
Styleclass
ClasstopLink

topページトップ