Changes between Version 11 and Version 12 of ClientSetupLogicWinSix
- Timestamp:
- Oct 1, 2007, 3:45:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientSetupLogicWinSix
v11 v12 96 96 Two radio buttons, graphics compatible installation and secure installation, will be displayed with the secure installation being the default. 97 97 98 Graphics compatible installat ons 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 science applications, or projects who have long running tasks which won't complete for awhile.99 100 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. Choose this option if you are concerned about security.98 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. 99 100 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 101 102 102 Descriptions for both installation methods should appear underneith each installation option. … … 130 130 == Custom Actions == 131 131 132 Several specialized pieces of code will manage the migration from the v5 data directory to v6 data directory structure. These custom pieces of code will all be executed during the execution phase of setup and will be introduced in between the following standard custom actions:132 Several specialized pieces of code will manage the migration from the v5 data directory to v6 data directory structure. These custom pieces of code will all be executed during the execution phase of setup and will be introduced in between the following standard custom actions: 133 133 134 134 {{{ … … 174 174 === CAShutdownBOINC === 175 175 176 Kills boinc.exe i sit is currently executing on the system.176 Kills boinc.exe if it is currently executing on the system. 177 177 178 178 {{{ … … 182 182 === CAShutdownBOINCManager === 183 183 184 Kills boincmgr.exe i sit is currently executing on the system.184 Kills boincmgr.exe if it is currently executing on the system. 185 185 186 186 {{{ … … 190 190 === CAShutdownBOINCManager95 === 191 191 192 Kills boincmgr.exe i sit is currently executing on the system using Win9x compatible means.192 Kills boincmgr.exe if it is currently executing on the system using Win9x compatible means. 193 193 194 194 {{{ … … 198 198 === CAShutdownBOINCScreensaver === 199 199 200 Kills boinc.scr i sit is currently executing on the system.200 Kills boinc.scr if it is currently executing on the system. 201 201 202 202 {{{