Changes between Version 4 and Version 5 of ClientSetupLogicWinSix


Ignore:
Timestamp:
Sep 24, 2007, 2:29:28 PM (17 years ago)
Author:
Nicolas
Comment:

Use semantically correct heading levels (level 2 was used without any level 1 above)

Legend:

Unmodified
Added
Removed
Modified
  • ClientSetupLogicWinSix

    v4 v5  
    1 == Client Setup Logic for 6.0 Clients ==
     1= Client Setup Logic for 6.0 Clients =
    22
    33[[T(VersionSix)]]
     
    1212NOTE: Windows9x will continue to be treated as a single-user install.
    1313
    14 === Purpose ===
     14== Purpose ==
    1515
    1616The install program prepares a computer system to run BOINC and to uninstall BOINC if the user no longer wishes BOINC to run on their computer. This is accomplished through the use of the Microsoft Installer technology which uses a series of Custom Actions to copy files and install services.
    1717
    18 === Overview ===
     18== Overview ==
    1919
    2020The Microsoft Installer technology is broken up into two phases, the GUI phase gathers all the needed information from the user and validates input, the execution phase does the actual heavy lifting such as copying files and registering services.
     
    3535See the following sections for further details.
    3636
    37 === MSI Overview ===
     37== MSI Overview ==
    3838
    3939High level MSI overview:
     
    8686}}}
    8787
    88 === User Accounts ===
     88== User Accounts ==
    8989
    9090Two user accounts will be created, one to execute boinc.exe, and one that boinc.exe can use to launch science applications.
     
    116116|| Guests        || `boinc_project_<ComputerName>` ||
    117117
    118 === Data Directory ===
     118== Data Directory ==
    119119
    120120All data, configuration files, and logs will be moved to the following default location:
     
    137137Notes: What to do if an organization has disabled the 'Bypass Traverse Checking' user right for Everyone? See http://support.microsoft.com/kb/823659 for more details.
    138138
    139 === Executables Directory ===
     139== Executables Directory ==
    140140
    141141Same location as the previous releases.
     
    149149|| BOINC          || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_projects (Deny All) ||
    150150
    151 === Additional Notes ===
     151== Additional Notes ==
    152152
    153153Each time an installation occurs, both of the account passwords should be reset and a new randomly generated password should be used.