以下は JE2BWM ほかが作成した翻訳 です。 原文は University of California より GFDL で配付されており、 この翻訳も GFDL に従います。
原文: Deploying BOINC on a Windows network   (翻訳対象の更新日付は 6:28 PM UTC, June 30 2006 です)。

Winndows ネットワークへ BOINC を展開する

boinc.gif
(英語のみ)

 

翻訳準備中

 

Read this first

For instructions on how to deploy BOINC on a Windows network, read The Lazy Slug's Guide to easy deployment and maintenance of BOINC on your network.


Technical details

The BOINC installer is an MSI package.

Active Directory Deployment

Suppose you want to modify it so that you can deploy BOINC across a Windows network using Active Directory, and have all the PCs attached to a particular set of accounts. Here's how to do this:

Command line deployment

An example for the single-user install would be:
msiexec /i boinc.msi /qn /l c:\boincsetup.log SETUPTYPE='Single' ALLUSERS=0 ENABLESCREENSAVER=0 ENABLELAUNCHATLOGON=0 LAUNCHPROGRAM=0

An example for the shared install would be:
msiexec /i boinc.msi /qn /l c:\boincsetup.log SETUPTYPE='Shared' ALLUSERS=1 ENABLESCREENSAVER=0 ENABLELAUNCHATLOGON=0 LAUNCHPROGRAM=0

An example for the service install would be:
msiexec /i boinc.msi /qn /l c:\boincsetup.log SETUPTYPE='Service' ALLUSERS=0 ENABLESCREENSAVER=0 ENABLELAUNCHATLOGON=0 LAUNCHPROGRAM=0 SERVICE_DOMAINUSERNAME='%ComputerName%\%UserName%' SERVICE_PASSWORD='%Password%' SERVICE_GRANTEXECUTIONRIGHT=1


BOINCの訳のメインページに戻る | (原文のメインページに戻る)
 

最終更新時刻 00:54:20, 2006年08月12日(JST)
Copyright © 2010 University of California. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
Copyright © 2010 Komori Hitoshi(je2bwm at jarl.com). Japanese translation from English web pages on BOINC. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.