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

"; page_tail(); ?>