Changes between Version 12 and Version 13 of ClientSetupLogicWinSix
- Timestamp:
- Oct 2, 2007, 4:42:56 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientSetupLogicWinSix
v12 v13 8 8 * User no longer selects install type. 9 9 10 This document describes the various changes to the installer including: 11 * User Accounts and Groups 12 * Data Directory 13 * Executables Directory 14 * User Interface Changes 15 * Custom Action Changes 16 * Reverting to a previous version of BOINC 10 [[PageOutline]] 17 11 18 12 == User Accounts == … … 29 23 Both 'boinc' and 'boinc_project' will be setup so that their passwords never expire. 30 24 31 A file will be created by the installer in the BOINC data directory called client_init.xml which contains the username and base64 encoded password for `boinc_project_<ComputerName>`. The first time the client starts up after install it will read the file and store an encrypted form of the data in a new file using !CryptProtectData/CryptUnprotectData. After reading in the client_init.xml file it will be deleted. 25 ''The password properties will be added to SecureCustomProperties to prevent them being logged.'' 26 27 A file will be created by the installer in the BOINC data directory called client_init.xml which contains the username and base64 encoded password for `boinc_project_<ComputerName>`. The first time the client starts up after install it will read the file and store an encrypted form of the data in a new file using !CryptProtectData/CryptUnprotectData. After reading in the client_init.xml file it will be deleted. ''Can this be done with a deferred custom action?'' 32 28 33 29 Each time an installation occurs, both of the account passwords will be reset and a new randomly generated password will be used. 34 30 35 NOTE: If the computer being installed upon is a domain controller, then the account names will have the computer name appen eded on to them.31 NOTE: If the computer being installed upon is a domain controller, then the account names will have the computer name appended on to them. 36 32 37 33 Groups: … … 100 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. 101 97 102 Descriptions for both installation methods should appear underne ith each installation option.98 Descriptions for both installation methods should appear underneath each installation option. 103 99 104 100 ==== Options ==== … … 133 129 134 130 {{{ 135 ... MSI: Validates installat on package131 ... MSI: Validates installation package 136 132 ... 137 133 CAValidateSetup … … 339 335 == Reverting to a previous version of BOINC == 340 336 341 Instructions will be provided on the website for copying the data files from the new location back to the old location, and how to delete the newly created users and groups. 337 Instructions will be provided on the website for copying the data files from the new location back to the old location, and how to delete the newly created users and groups. ''The user and group deletion should be handled by the uninstaller.''