Changes between Version 4 and Version 5 of ClientSetupLogicWinSix
- Timestamp:
- Sep 24, 2007, 2:29:28 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientSetupLogicWinSix
v4 v5 1 = = Client Setup Logic for 6.0 Clients ==1 = Client Setup Logic for 6.0 Clients = 2 2 3 3 [[T(VersionSix)]] … … 12 12 NOTE: Windows9x will continue to be treated as a single-user install. 13 13 14 == = Purpose ===14 == Purpose == 15 15 16 16 The 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. 17 17 18 == = Overview ===18 == Overview == 19 19 20 20 The 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. … … 35 35 See the following sections for further details. 36 36 37 == = MSI Overview ===37 == MSI Overview == 38 38 39 39 High level MSI overview: … … 86 86 }}} 87 87 88 == = User Accounts ===88 == User Accounts == 89 89 90 90 Two user accounts will be created, one to execute boinc.exe, and one that boinc.exe can use to launch science applications. … … 116 116 || Guests || `boinc_project_<ComputerName>` || 117 117 118 == = Data Directory ===118 == Data Directory == 119 119 120 120 All data, configuration files, and logs will be moved to the following default location: … … 137 137 Notes: 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. 138 138 139 == = Executables Directory ===139 == Executables Directory == 140 140 141 141 Same location as the previous releases. … … 149 149 || BOINC || SYSTEM (Full Control) [[BR]] Administrators (Full Control) [[BR]] boinc_administrators (Modify, Read & Execute, List Folder Contents, Read, Write) [[BR]] boinc_projects (Deny All) || 150 150 151 == = Additional Notes ===151 == Additional Notes == 152 152 153 153 Each time an installation occurs, both of the account passwords should be reset and a new randomly generated password should be used.