目次
Most users will not need to use the instructions in this chapter. You should not attempt any of these procedures unless you have passing knowledge of the OS X command-line -- most of these sections require text commands to be issued.
CrossOver supports rolling out Windows applications to a large number of users and on a large number of systems. The basic technique is bottle publication which allows all the users of a single system to share a single installation of each application. Bottle publication is simple -- just create a bottle with the included files and applications that you wish to distribute, remove any private data (for example, cached passwords and user names), and click the Publish button. After publication, all users on that system will have access to the software within the published bottle.
The simplest way to distribute a published bottle to another Mac is to copy
the published bottle (typically located in
/Library/Application Support/CrossOver/Bottles
) into the same location on a new
system. Users on that system only need to run CrossOver once after the bottle
has been added, at which point CrossOver will create any icons that are a part
of that bottle.
ネットワーク構成によってはクライアントにパッケージをインストールする前に以下のカスタマイズが必要かもしれません。
既成アイコンのエクスポート. If you have a facility to automatically push icons onto users' docks, you may wish to include one or more icons created by CrossOver in your distribution package. An icon will still work if copied from one machine to another, as long as the bottle path is the same on both. As soon as CrossOver is launched via the icon, it will review the icon file and may replace it with an equivalent system-local icon if appropriate.
![]() |
|
ボトル作成後、2つのアイコンのセットを持ちます。1つは個人用ボトルを参照し、もう1つは作成されたボトルを参照します。作成されたボトルを参照するアイコンの配布を確認してください。 |
カスタムか既成環境設定ファイルの提供.
Many sysadmins will want to modify some of CrossOver's default behavior before
rolling it out widely. This can be done either by running scripted commands
in each user account, or by preparing a ready-made defaults file (Typically
~/Library/Preferences/com.codeweavers.CrossOver.plist
)
and copying that file into the Preferences directory of each user account.
最も有効なデフォルト設定:
[ようこそ] ウインドウを表示しない. [ようこそ] ウインドウは'UseWelcomeWindowAsUntitledFile'でオフにすることもできます:
$
defaults write com.codeweavers.CrossOver UseWelcomeWindowAsUntitledFile -bool NO
新規アイコンの非表示. しばしば、ボトルが最初に使用された時に、CrossOverは新しいアイコンが作成されたことを示すため、一連のウインドウを表示します。開くウインドウの数は RevealNewIcons の設定で調整できます:
$
defaults write com.codeweavers.CrossOver RevealNewIcons -bool NO
ユーザーボトルの場所変更.
The default user bottle directory is
~/Library/Application Support/CrossOver/Bottles
. Even when using published bottles this
directory is used to store user-local settings. The location of this
directory can be changed via the BottleDir preference:
$
defaults write com.codeweavers.CrossOver BottleDir
/path/to/user_private/non_networked/bottle/dir
ユーザー設定とシステム設定が競合するような、作成されたボトル自身を含んだディレクトリを指していないことが重要です。
ボトルディレクトリとしてネットワークかリモートドライブを使用するのはパフォーマンスに問題があるため、お薦めしません。
CrossOverのボトル作成先変更. If you want to store the published bottles on an external volume, or on one that's shared between multiple systems, you will probably need to redirect CrossOver to look in an alternative directory. This can be accomplished using the ManagedBottleDirs preference:
$
defaults write com.codeweavers.CrossOver ManagedBottleDirs
/path/to/shared/non_networked/bottle/dir