入門 > クライアントのインストール > Windchill RV&S Client のインストール > 1 台のマシンに複数の Windchill RV&S Client をインストールするには
  
1 台のマシンに複数の Windchill RV&S Client をインストールするには
* 
ここでは例として、2 つの Windows クライアントを 1 台のマシンにインストールする場合について説明します。バージョン 11 の Windchill RV&S Client とバージョン 12 の Windchill RV&S Client をインストールします。
1. 2 つのクライアントがマシンの別々のディレクトリにインストールされていることを確認します。次に例を示します。
以下のディレクトリは、バージョン 11 の Windchill RV&S Client のインストールディレクトリです。
c:/Program Files/client11/IntegrityClient
以下のディレクトリは、バージョン 12 の Windchill RV&S Client のインストールディレクトリです。
c:/Program Files/client12/IntegrityClient12
2. バージョン 12 のクライアントの場合、次の内容の .bat ファイルを作成します。
@ECHO OFF
title client12
cd\
cd Program Files\client12\IntegrityClient12\bin
@REM Set the path to point at the 12 client install first.
set PATH=C:\Program Files\client12\IntegrityClient12\bin;%PATH%
* 
mksis コマンドにアクセスするには、Windchill RV&S Server のパスを Windchill RV&S Client のパスの後に追加します。次に例を示します。
set PATH=C:\Program Files\client12\IntegrityClient12\bin\;
C:\Program Files\Integrity\IntegrityServer12\bin\;%PATH%
@REM Set the MKS_IC_INSTANCE_DIR variable to specify the location
of the client’s ViewSet, Sandbox registry, and preference files.
set MKS_IC_INSTANCE_DIR=C:\Program Files\client12\homedirectory
3. バージョン 12 の Windchill RV&S Client に対して Windchill RV&S 12 のマニュアルページが表示されるように、.bat ファイルで次の変数を設定します。
@REM Set the MAN variables.
set MAN_CHM_INDEX=C:/PROGRA~1/MKSTOO~1/etc/chm/tkutil.idx;
C:/PROGRA~1/MKSTOO~1/etc/chm/tkapi.idx;C:/PROGRA~1/MKSTOO~1/
etc/chm/tcltk.idx;C:/PROGRA~1/MKSTOO~1/etc/chm/tkcurses.idx;
C:/Program Files/client12/IntegrityClient12/etc/siman.idx;
C:/Program Files/client12/IntegrityClient12/etc/imman.idx;
C:/Program Files/client12/IntegrityClient12/etc/isman.idx;
set MAN_TXT_INDEX=C:/PROGRA~1/MKSTOO~1/etc/chm/tkutil.idx;
C:/PROGRA~1/MKSTOO~1/etc/chm/tkapi.idx;C:/PROGRA~1/MKSTOO~1/
etc/chm/tcltk.idx;C:/PROGRA~1/MKSTOO~1/etc/chm/tkcurses.idx;
C:/Program Files/client12/IntegrityClient12/etc/siman.idx;
C:/Program Files/client12/IntegrityClient12/etc/imman.idx;
C:/Program Files/client12/IntegrityClient12/etc/isman.idx;
4. コマンドラインプロンプトから .bat ファイルを実行します。
5. .bat ファイルを実行したのと同じコマンドラインプロンプトから目的のクライアントを起動します。
* 
新しいコマンドラインプロンプトからクライアントを起動すると、.bat ファイルで設定した変数が読み取られません。
* 
バージョン 11 の Windchill RV&S Client に対して、同様の .bat ファイルを作成することもできます。