Changes between Version 46 and Version 47 of ClientSetupLogicWinSix


Ignore:
Timestamp:
Jun 16, 2008, 11:38:24 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClientSetupLogicWinSix

    v46 v47  
    1 = Windows installer version 6 implementation =
     1= Windows installer version 6 implementation notes =
    22
    33[[T(VersionSix)]]
     
    77== Introduction ==
    88
    9 This document describes the implementation details of the BOINC Installer for v6.
    10 It is assumed that you have a basic understanding
    11 of how the Microsoft Installer technology works;
     9This document describes the implementation the BOINC V6 Windows installer.
     10For info on how the Microsoft Installer technology works;
    1211see the [MSDN:aa372866 Windows Installer reference].
    1312
    14 === Users: ===
     13=== Users ===
     14
     15If "secure" is checked, the installer creates these accounts:
    1516
    1617 boinc_master:: The core client runs under this account.
    1718 boinc_project:: Apps and graphics app run under this account.
    1819
    19 If the computer being installed upon is a domain controller, then the account names will have the computer name appended on to them.
    20 
    21 === Groups: ===
    22 
    23  boinc_admins:: Members of this group can change the configuration and protection settings for the BOINC client (for example the GUI RPC password and host list) and can also run the BOINC Manager and screensaver.
    24  boinc_users:: Members of this group can run the BOINC Manager and screensaver.
    25 
    26 Initially, each group contains the following members:
    27 
    28 || boinc_admins  || Administrator [[BR]] <Installing User> [[BR]] 'boinc_master' ||
    29 || boinc_users || Everyone (if 'Allow everyone to use BOINC' is checked), else empty ||
    30 || boinc_projects || 'boinc_project' ||
     20If the computer is a domain controller,
     21the account names will have the computer name appended to them.
    3122
    3223Account passwords are managed as follows:
     
    3627
    3728On each installation, both of the account passwords are randomly regenerated.
     29
     30=== Groups ===
     31
     32If "secure" is checked, the installer creates three groups:
     33
     34 boinc_admins:: Members of this group can change the configuration and protection settings for the BOINC client (for example the GUI RPC password and host list) and can also run the BOINC Manager and screensaver.
     35 boinc_users:: Members of this group can run the BOINC Manager and screensaver.
     36 boinc_projects:: workaround for a deficiency in MSI.
     37
     38Initially, each group contains the following members:
     39
     40|| boinc_admins  || Administrator [[BR]] <Installing User> [[BR]] 'boinc_master' ||
     41|| boinc_users || Public installs: Everyone; Private installs: empty ||
     42|| boinc_projects || 'boinc_project' ||
    3843
    3944=== User Rights Assignment ===