...
- ローカル設定ファイルを作成し、事前設定するオプションを記述します。設定可能なオプションについては、「ローカル設定」を参照してください。
/configure
または --configure
パラメーターを使ってインストーラーにローカル設定ファイルを渡します。
例:
...
Tip |
---|
|
-localsettings を使って起動時にコマンドラインでライセンスを設定することもできます。詳細については「ライセンスLicensing」を参照してください。 |
既存のワークスペースに設定を適用したい場合は、次のプロパティをローカル設定ファイルに追加する必要があります: enforce.configure=true
このプロパティを追加すると、インストール/再インストールの後の最初の起動中に、既存の設定が上書きされます。
Windows オプション
Scroll Table Layout |
---|
sortDirection | ASC |
---|
repeatTableHeaders | default |
---|
widths | 30%,70% |
---|
sortByColumn | 1 |
---|
sortEnabled | false |
---|
cellHighlighting | true |
---|
|
...
その他のオプションやヘルプについては次の Web サイトを参照してください: http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline
UNIX オプション (Linux)
オプション | 説明 |
---|
--non-interactive | 非対話モードでインストーラーを実行します。 |
--install-dir <location> | 製品のファイルがインストールされて格納される場所。 |
--configure <localsettings file> | インストール時の事前設定ファイル。 |
--help | 利用可能なコマンドラインオプションを表示。 |
例
Code Block |
---|
language | powershell |
---|
title | Windows でのインストール |
---|
|
parasoft_virtualize_<version_arch>.exe /SILENT /DIR=<virtualize dir> /configure=<localsettings file> |
Code Block |
---|
|
parasoft_virtualize_<version>_linux.sh --non-interactive --install-dir <virtualize dir> --configure=<localsettings file> |
ローカル設定ファイルの例
以下は、Team Server とライセンスを設定したローカル設定ファイルの例です。
Code Block |
---|
virtualize.license.use_network=true
virtualize.license.network.host=main1.parasoft.com.pl
virtualize.license.network.port=2222
virtualize.license.network.edition=server_edition
tcm.server.accountLogin=true
tcm.server.enabled=true
tcm.server.name=main1.parasoft.com.pl
tcm.server.password=test
tcm.server.port=18888
tcm.server.username=test
enforce.configure=true |