Changes between Version 14 and Version 15 of ClientSetupLogicWinSix


Ignore:
Timestamp:
Oct 5, 2007, 9:24:28 AM (17 years ago)
Author:
romw
Comment:

More Updates

Legend:

Unmodified
Added
Removed
Modified
  • ClientSetupLogicWinSix

    v14 v15  
    3535{{{
    3636boinc_administrators
     37boinc_users
    3738boinc_project
    3839}}}
     
    4142
    4243|| boinc_administrators  || Administrator [[BR]] <Installing User> [[BR]] 'boinc' ||
     44|| boinc_users || Everyone ||
    4345|| boinc_project || 'boinc_project' ||
     46
     47If the 'Allow everyone to use BOINC' checkbox is checked, then the 'Everyone' security token will be added to the 'boinc_users' group. Otherwise the 'boinc_users' group will be left alone.
    4448
    4549== Data Directory ==
     
    5862Directories will have the following permissions:
    5963
    60 || BOINC          || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_projects (Deny All) ||
    61 || BOINC\projects || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_projects (Modify, Read & Execute, List Folder Contents, Read, Write) ||
    62 || BOINC\slots    || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_projects (Modify, Read & Execute, List Folder Contents, Read, Write) ||
     64|| BOINC          || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_users (Read & Execute, List Folder Contents, Read) [[BR]] boinc_projects (Deny All) ||
     65|| BOINC\projects || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_users (Read & Execute, List Folder Contents, Read) [[BR]] boinc_projects (Modify, Read & Execute, List Folder Contents, Read, Write) ||
     66|| BOINC\slots    || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_users (Read & Execute, List Folder Contents, Read) [[BR]] boinc_projects (Modify, Read & Execute, List Folder Contents, Read, Write) ||
    6367
    6468Notes: 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.
     
    7478Directory will have the following permissions:
    7579
    76 || BOINC          || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_projects (Deny All) ||
     80|| BOINC          || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_users (Read & Execute, List Folder Contents, Read) [[BR]] boinc_projects (Deny All) ||
    7781
    7882== User Interface ==
     
    8892=== Configuration Screen ===
    8993
    90 ==== Setup Type Button Group ====
    91 
    92 Two radio buttons, graphics compatible installation and secure installation, will be displayed with the secure installation being the default.
    93 
    94 Graphics compatible installations will be the same as the single-user installation of the v5 generation of clients. The manager will be responsible for launching the core client, and all applications will be launched in the same security context as the user who logged into the system. Choose this option if you would like to see graphics from older as well as newer science applications, or projects who have long running tasks which won't complete for awhile.
    95 
    96 Secure installations will install BOINC as a service on Windows, and will be executed using the 'boinc' user account security context. BOINC science applications will be executed as the 'boinc_project' security context. Graphics will be available only for newer (Version 6) science applications.  Choose this option if you are concerned about security.
    97 
    98 Descriptions for both installation methods should appear underneath each installation option.
    99 
    100 ==== Options ====
    101 
    102 A checkbox will be displayed, Launch BOINC Manager at startup, which will be checked by default.
    103 
    104 A checkbox will be displayed, Configure BOINC as my screensaver, which will be checked by default.
    105 
    106 A button will be displayed, Advanced Configuration, which when pressed will save the current configuration options, and switch to the advanced configuration screen.
    107 
    108 NOTE: The advanced configuration button will be disabled if the graphics compatible installation is selected.
     94This dialog will display the following text:
     95{{{
     96BOINC will be installed to the default installation locations.
     97
     98To change any default configuration options click on the advanced button.
     99}}}
     100
     101A button will be displayed in the lower right hand part of the dialog called advanced. When clicked it'll take the user to the advanced configuration page.
    109102
    110103=== Advanced Configuration ===
     
    114107A text box will be displayed for the executable directory, a browse button will appear to the right of the text box. Clicking on the browse button will display the directory chooser dialog.
    115108
     109A checkbox will be displayed, Launch BOINC Manager at startup, which will be unchecked by default.
     110
     111A checkbox will be displayed, Configure BOINC as my screensaver, which will be unchecked by default.
     112
     113Two radio buttons, graphics compatible installation and secure installation, will be displayed with the graphics compatible installation being the default.
     114
     115Graphics compatible installations will be the same as the single-user installation of the v5 generation of clients. The manager will be responsible for launching the core client, and all applications will be launched in the same security context as the user who logged into the system. Choose this option if you would like to see graphics from older as well as newer science applications, or projects who have long running tasks which won't complete for awhile. The following text will be used to describe this option:
     116{{{
     117Choose this installation method if you run BOINC projects which haven't upgraded their applications in awhile or have very long running workunits.
     118}}}
     119
     120Secure installations will install BOINC as a service on Windows, and will be executed using the 'boinc' user account security context. BOINC science applications will be executed as the 'boinc_project' security context. Graphics will be available only for newer (Version 6) science applications.  Choose this option if you are concerned about security. The following text will be used to describe this option:
     121{{{
     122Choose this installation method if you require the most secure installation method. This install method doesn't support screensaver graphics with older applications.
     123}}}
     124
     125Choosing 'Next' when the 'Graphics Compatble' installation is selected brings the user to the 'Confirmation' screen.
     126
     127Choosing 'Next' when the 'Secure' installation is selected brings the user to the 'Advanced Configuration (Service Options)' screen.
     128
     129=== Advanced Configuration (Service Options) ===
     130
    116131A text box will be displayed requesting which user account should be used as the 'boinc' account. A password text box should be displayed to the right of the 'boinc' username text box.
    117132
    118133A text box will be displayed requesting which user account should be used as the 'boinc_project' account. A password text box should be displayed to the right of the 'boinc_project' username text box.
     134
     135A checkbox will be displayed, Allow everyone to use BOINC, which will be checked by default.
    119136
    120137Both the 'boinc' and 'boinc_project' accounts should be validated before the user is allowed to proceed to the next screen. If the user specifies an account to use for the 'boinc' account, then automatic account creation will be disabled for the 'boinc' account. If the user specifies an account to use for the 'boinc_project' account, then automatic account creation will be disabled for the 'boinc_project' account.