From be0c0d5703301e0c4fce7a51cd59dfa2be2b31c5 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 15 Jan 2009 17:15:59 +0000 Subject: [PATCH] - WINSETUP: Fix the problem introduced where Enable Application execution wasn't working. win_build/installerv2/ BOINC.ism BOINCx64.ism svn path=/trunk/boinc/; revision=16913 --- checkin_notes | 730 +++++++++++++++-------------- win_build/installerv2/BOINC.ism | Bin 211916 -> 211916 bytes win_build/installerv2/BOINCx64.ism | Bin 211916 -> 211404 bytes 3 files changed, 369 insertions(+), 361 deletions(-) diff --git a/checkin_notes b/checkin_notes index 1dce6df4d5..0717f30031 100644 --- a/checkin_notes +++ b/checkin_notes @@ -1,363 +1,363 @@ -David Jan 2 2009 - - added a script to make profile.has_picture consistent - with the images actually on disk - - html/ops/ - repair_profile_pictures.php - -David Jan 2 2009 - - client: more work-fetch stuff. - No more per-project shortfall. - It's getting pretty close. - - client/ - client_state.cpp - client_types.cpp,h - cs_scheduler.cpp - rr_sim.cpp - scheduler_op.cpp - work_fetch.cpp,h - lib/ - coproc.cpp,h - -Janus Jan 6 2009 - - Various translation fixes - - Added Danish web interface translation - - Added some Danish translation texts to the client translation file - - Added Finnish web interface translation (contributed by ORE) - - html/ - inc/ - user.inc - user/ - info.php - languages/translations - da.po (fully rewritten) - fi.po (new) - locales/da - BOINC-Manager.po - -Charlie Jan 6 2009 - - client: preserve ownership when copying files to slot directory. Fixes - a problem with Enigma@home which uses the tag. - - lib/ - filesys.cpp - -Rom 7 Jan 2009 - - Fix build environment so that it can build the client again - (From Nicolás Alvarez) - - / - configure.ac - Makefile.am - sea/ - make-tar.sh - make-tar_debug.sh - -David 7 Jan 2009 - - get_project_config: don't send error text if no terms_of_use.txt - - client: compute and store project work-fetch attributes - fixes #820 - - client/ - client_state.h - work_fetch.h,cpp - html/user/ - get_project_config.php - -Charlie Jan 6 2009 - - client: fix compiler warnings (formats didn't match data). - - client/ - work_fetch.cpp - -David 9 Jan 2009 - - client: connected_frac -1 is OK; fixes #821 - - client/ - time_stats.cpp - -David 9 Jan 2009 - - scheduler: add support for resource-specific scheduler requests: - - parse new request message elements - (CPU and coproc requested seconds and instances) - - decide how many jobs to send based on these params - - select app version based on these params - (may send both CPU and CUDA app versions for the same app!) - - lib/ - coproc.cpp - sched/ - handle_request.cpp - main.cpp,h - sched_plan.cpp - sched_send.cpp - server_types.cpp,h - -David 9 Jan 2009 - - client: debugging CUDA-related stuff - - client: if reset a project, clear its overall and per-resource backoffs - - client/ - client_state.cpp - client_types.cpp - cs_scheduler.cpp - rr_sim.cpp - scheduler_op.cpp - sim.h - work_fetch.cpp,h - lib/ - coproc.cpp - -Charlie Jan 10 2009 - - Mac: Fix build scripts for new locale source directory layout. - - mac_installer/ - release_GridRepublic.sh - release_boinc.sh - -David Jan 10 2009 - - client: work_req_seconds is CPU req, not max(CPU req, CUDA req). - In order to work with the 6.7 client, - projects with both CUDA and CPU jobs must use the newest scheduler code. - - client/ - work_fetch.cpp - -David Jan 11 2009 - - scheduler: if a Windows host has a GPU slower than 60 GFLOPS, - don't send it CUDA jobs (they may cause BSOD); - send user a message to this effect - - sched/ - sched_plan.cpp - sched_send.cpp - server_types.h - -David Jan 12 2009 - - lib: check return values of RSA_*() functions. - Also fix a memory leak, missing RSA_free(). - Fixes #823. - - lib/ - crypt.cpp - error_numbers.h - str_util.cpp - -Rom 12 Jan 2009 - - WINSETUP: Update custom actions in case the goofy setup - problems are related to old custom actions. I don't - really think this is it, but i'm running out of ideas. - +David Jan 2 2009 + - added a script to make profile.has_picture consistent + with the images actually on disk + + html/ops/ + repair_profile_pictures.php + +David Jan 2 2009 + - client: more work-fetch stuff. + No more per-project shortfall. + It's getting pretty close. + + client/ + client_state.cpp + client_types.cpp,h + cs_scheduler.cpp + rr_sim.cpp + scheduler_op.cpp + work_fetch.cpp,h + lib/ + coproc.cpp,h + +Janus Jan 6 2009 + - Various translation fixes + - Added Danish web interface translation + - Added some Danish translation texts to the client translation file + - Added Finnish web interface translation (contributed by ORE) + + html/ + inc/ + user.inc + user/ + info.php + languages/translations + da.po (fully rewritten) + fi.po (new) + locales/da + BOINC-Manager.po + +Charlie Jan 6 2009 + - client: preserve ownership when copying files to slot directory. Fixes + a problem with Enigma@home which uses the tag. + + lib/ + filesys.cpp + +Rom 7 Jan 2009 + - Fix build environment so that it can build the client again + (From Nicolás Alvarez) + + / + configure.ac + Makefile.am + sea/ + make-tar.sh + make-tar_debug.sh + +David 7 Jan 2009 + - get_project_config: don't send error text if no terms_of_use.txt + - client: compute and store project work-fetch attributes + fixes #820 + + client/ + client_state.h + work_fetch.h,cpp + html/user/ + get_project_config.php + +Charlie Jan 6 2009 + - client: fix compiler warnings (formats didn't match data). + + client/ + work_fetch.cpp + +David 9 Jan 2009 + - client: connected_frac -1 is OK; fixes #821 + + client/ + time_stats.cpp + +David 9 Jan 2009 + - scheduler: add support for resource-specific scheduler requests: + - parse new request message elements + (CPU and coproc requested seconds and instances) + - decide how many jobs to send based on these params + - select app version based on these params + (may send both CPU and CUDA app versions for the same app!) + + lib/ + coproc.cpp + sched/ + handle_request.cpp + main.cpp,h + sched_plan.cpp + sched_send.cpp + server_types.cpp,h + +David 9 Jan 2009 + - client: debugging CUDA-related stuff + - client: if reset a project, clear its overall and per-resource backoffs + + client/ + client_state.cpp + client_types.cpp + cs_scheduler.cpp + rr_sim.cpp + scheduler_op.cpp + sim.h + work_fetch.cpp,h + lib/ + coproc.cpp + +Charlie Jan 10 2009 + - Mac: Fix build scripts for new locale source directory layout. + + mac_installer/ + release_GridRepublic.sh + release_boinc.sh + +David Jan 10 2009 + - client: work_req_seconds is CPU req, not max(CPU req, CUDA req). + In order to work with the 6.7 client, + projects with both CUDA and CPU jobs must use the newest scheduler code. + + client/ + work_fetch.cpp + +David Jan 11 2009 + - scheduler: if a Windows host has a GPU slower than 60 GFLOPS, + don't send it CUDA jobs (they may cause BSOD); + send user a message to this effect + + sched/ + sched_plan.cpp + sched_send.cpp + server_types.h + +David Jan 12 2009 + - lib: check return values of RSA_*() functions. + Also fix a memory leak, missing RSA_free(). + Fixes #823. + + lib/ + crypt.cpp + error_numbers.h + str_util.cpp + +Rom 12 Jan 2009 + - WINSETUP: Update custom actions in case the goofy setup + problems are related to old custom actions. I don't + really think this is it, but i'm running out of ideas. + win_build/installerv2/redist/Windows/src/boinccas/ - boinccas.rc - win_build/installerv2/redist/Windows/Win32/ - boinccas.dll - boinccas95.dll - win_build/installerv2/redist/Windows/x64/ - boinccas.dll - boinccas95.dll - -David 12 Jan 2009 - - web: add Eric's script for forum RSS - - html/user/ - forum_rss.php - -David 12 Jan 2009 - - scheduler, file upload handler: fix server runtime message in FCGI case - - sched/ - file_upload_handler.cpp - handle_request.cpp - main.cpp - sched_util.cpp,h - server_types.cpp - -David 12 Jan 2009 - - scheduler: initialize COPROC fields - - lib/ - coproc.cpp - -David 12 Jan 2009 - - scheduler: if we're not sending work because of the user's "no GPUs" pref, - tell them so. - - scheduler: fix bug that caused no CUDA jobs to be sent - - lib/ - coproc.cpp,h - common_defs.h - sched/ - handle_request.cpp - sched_send.cpp - sched_plan.cpp - server_types.h - -David 12 Jan 2009 - - scheduler: bug fixes - - sched/ - handle_request.cpp - sched_send.cpp - -David 12 Jan 2009 - - scheduler: bug fixes - - sched/ - sched_plan.cpp - -David 13 Jan 2009 - - GUI RPC: add the following items to PROJECT_CONFIG - (corresponding to the get_project_config.php web RPC): - - platforms: list of platforms supported by the project - - sched_stopped: scheduler disabled - - web_stopped: DB-driven web features disabled - - min_client_version - - GUI RPC: add the following items to CC_STATE: - - platforms: list of platforms supported by the client - (this replaces the unused ) - - GUI RPC: add the following items to PROJECT_LIST_ENTRY - (entry in the "all projects" list): - - platforms: list of platforms supported by the project - - GUI RPC: move APP_VERSION pointer from WORKUNIT to RESULT; - include plan class in APP_VERSION lookup. - This completes the change of March 2008, - and allows the Manager to work correctly when a project - has two different app versions of the same (app, platform, version) - running on a client at once (e.g., a CPU and a GPU app) - - get_project_config.php: remove logic that checks client version. - This page is accessed by PHP, not just by client - - web: add link to forum page to get forum as RSS - - client/ - cs_statefile.cpp - clientgui/ - DlgItemProperties.cpp - MainDocument.cpp - ViewWork.cpp - sg_ViewTabPage.cpp - html/user/ - get_project_config.php - forum_rss.php - forum_forum.php - img/feed_logo.png (new) - lib/ - gui_rpc_client_ops.cpp - gui_rpc_client.h - -David 13 Jan 2009 - - client: GPU bug fix; compile warning fixes - - client/ - client_types.cpp - clientgui/ - BOINCTaskBar.cpp - lib/ - filesys.cpp - parse.cpp - -David 13 Jan 2009 - - GUI RPC: finish the changed started above; - update the way that app versions are identified. - - Old: WORKUNIT contains version_num - RESULT contains app_version_num (but only if running) - - New: Keep old fields so new client works with old manager. - RESULT contains version_num, plan_class - Manager: if RESULT doesn't have version/plan_class - (because talking to old client) - look up app version based on WU version num. - - clientgui/ - BOINCTaskBar.cpp - sg_ViewTabPage.cpp - MainDocument.cpp - DlgItemProperties.cpp - ViewWork.cpp - lib/ - gui_rpc_client_ops.cpp - gui_rpc_client.h - -Eric 13 Jan 2009 - - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!! - - Update to libtool 1.5.24 - - build environment: Major automake changes that I've been warning about - for some time. - - Now uses libtool to build libraries. - - Builds separate boinc_fcgi and sched_fcgi libraries for use with - FCGI server components. - - New macro "BOINC_CHECK_LIB_WITH" that executes a "AC_CHECK_LIB" on - a library only if --with-libname[=DIR] is specified on the configure - command line. This is to allow inclusion of libraries when the - ssl, gtk, wxWidgets, or other configuration is incorrect for static - libraries. - - Added a lot of "--with-*" for some libraries that might be required for - static builds. - - The sea directory has been moved to packages/generic. Changes to sea - and the associated scripts might be required to better make use of the - staging mechanism and shared libraries. - - Fixed includes of boinc_fcgi.h in many files. - - Fixed places where FCGI_FILE needs to be used implicitly. - - Fixed missing define of _SC_PAGESIZE on hosts that define only - _SC_PAGE_SIZE. - - Moved build of boinc_cmd (and source file) from lib to client - - - ltmain.sh - config.guess - config.sub - Makefile.incl - m4/ - sah_check_lib.m4 - check_ssl.m4 - boinc_gtk.m4 (new) - boinc_check_lib_with.m4 (new) - libcurl.m4 - boinc_wxwidgets.m4 - sea/ (moved to packages/generic/sea) - packages/ (new) - generic/ (new) - sea/ (new) - Makefile.am - client/ - Makefile.am - hostinfo_unix.cpp - sched/ - edf_sim.cpp - sched_shmem.h - sched_msgs.h - sched_msgs.cpp - sched_send.cpp - handle_resuest.cpp - file_upload_handler.cpp - main.cpp - sched_assign.cpp - Makefile.am - lib/ - boinc_cmd.cpp (moved to client) - diagnostics.cpp - prefs.cpp - msg_log.h - cert_sig.cpp - Makefile.am - zip/ - Makefile.am - samples/ - example_app/ - Makefile - api/ - Makefile.am - clientgui/ - Makefile.am - tools/ - backend_lib.cpp - Makefile.am - doc/ - manpages/ - Makefile.am + boinccas.rc + win_build/installerv2/redist/Windows/Win32/ + boinccas.dll + boinccas95.dll + win_build/installerv2/redist/Windows/x64/ + boinccas.dll + boinccas95.dll + +David 12 Jan 2009 + - web: add Eric's script for forum RSS + + html/user/ + forum_rss.php + +David 12 Jan 2009 + - scheduler, file upload handler: fix server runtime message in FCGI case + + sched/ + file_upload_handler.cpp + handle_request.cpp + main.cpp + sched_util.cpp,h + server_types.cpp + +David 12 Jan 2009 + - scheduler: initialize COPROC fields + + lib/ + coproc.cpp + +David 12 Jan 2009 + - scheduler: if we're not sending work because of the user's "no GPUs" pref, + tell them so. + - scheduler: fix bug that caused no CUDA jobs to be sent + + lib/ + coproc.cpp,h + common_defs.h + sched/ + handle_request.cpp + sched_send.cpp + sched_plan.cpp + server_types.h + +David 12 Jan 2009 + - scheduler: bug fixes + + sched/ + handle_request.cpp + sched_send.cpp + +David 12 Jan 2009 + - scheduler: bug fixes + + sched/ + sched_plan.cpp + +David 13 Jan 2009 + - GUI RPC: add the following items to PROJECT_CONFIG + (corresponding to the get_project_config.php web RPC): + - platforms: list of platforms supported by the project + - sched_stopped: scheduler disabled + - web_stopped: DB-driven web features disabled + - min_client_version + - GUI RPC: add the following items to CC_STATE: + - platforms: list of platforms supported by the client + (this replaces the unused ) + - GUI RPC: add the following items to PROJECT_LIST_ENTRY + (entry in the "all projects" list): + - platforms: list of platforms supported by the project + - GUI RPC: move APP_VERSION pointer from WORKUNIT to RESULT; + include plan class in APP_VERSION lookup. + This completes the change of March 2008, + and allows the Manager to work correctly when a project + has two different app versions of the same (app, platform, version) + running on a client at once (e.g., a CPU and a GPU app) + - get_project_config.php: remove logic that checks client version. + This page is accessed by PHP, not just by client + - web: add link to forum page to get forum as RSS + + client/ + cs_statefile.cpp + clientgui/ + DlgItemProperties.cpp + MainDocument.cpp + ViewWork.cpp + sg_ViewTabPage.cpp + html/user/ + get_project_config.php + forum_rss.php + forum_forum.php + img/feed_logo.png (new) + lib/ + gui_rpc_client_ops.cpp + gui_rpc_client.h + +David 13 Jan 2009 + - client: GPU bug fix; compile warning fixes + + client/ + client_types.cpp + clientgui/ + BOINCTaskBar.cpp + lib/ + filesys.cpp + parse.cpp + +David 13 Jan 2009 + - GUI RPC: finish the changed started above; + update the way that app versions are identified. + + Old: WORKUNIT contains version_num + RESULT contains app_version_num (but only if running) + + New: Keep old fields so new client works with old manager. + RESULT contains version_num, plan_class + Manager: if RESULT doesn't have version/plan_class + (because talking to old client) + look up app version based on WU version num. + + clientgui/ + BOINCTaskBar.cpp + sg_ViewTabPage.cpp + MainDocument.cpp + DlgItemProperties.cpp + ViewWork.cpp + lib/ + gui_rpc_client_ops.cpp + gui_rpc_client.h + +Eric 13 Jan 2009 + - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!! + - Update to libtool 1.5.24 + - build environment: Major automake changes that I've been warning about + for some time. + - Now uses libtool to build libraries. + - Builds separate boinc_fcgi and sched_fcgi libraries for use with + FCGI server components. + - New macro "BOINC_CHECK_LIB_WITH" that executes a "AC_CHECK_LIB" on + a library only if --with-libname[=DIR] is specified on the configure + command line. This is to allow inclusion of libraries when the + ssl, gtk, wxWidgets, or other configuration is incorrect for static + libraries. + - Added a lot of "--with-*" for some libraries that might be required for + static builds. + - The sea directory has been moved to packages/generic. Changes to sea + and the associated scripts might be required to better make use of the + staging mechanism and shared libraries. + - Fixed includes of boinc_fcgi.h in many files. + - Fixed places where FCGI_FILE needs to be used implicitly. + - Fixed missing define of _SC_PAGESIZE on hosts that define only + _SC_PAGE_SIZE. + - Moved build of boinc_cmd (and source file) from lib to client + + + ltmain.sh + config.guess + config.sub + Makefile.incl + m4/ + sah_check_lib.m4 + check_ssl.m4 + boinc_gtk.m4 (new) + boinc_check_lib_with.m4 (new) + libcurl.m4 + boinc_wxwidgets.m4 + sea/ (moved to packages/generic/sea) + packages/ (new) + generic/ (new) + sea/ (new) + Makefile.am + client/ + Makefile.am + hostinfo_unix.cpp + sched/ + edf_sim.cpp + sched_shmem.h + sched_msgs.h + sched_msgs.cpp + sched_send.cpp + handle_resuest.cpp + file_upload_handler.cpp + main.cpp + sched_assign.cpp + Makefile.am + lib/ + boinc_cmd.cpp (moved to client) + diagnostics.cpp + prefs.cpp + msg_log.h + cert_sig.cpp + Makefile.am + zip/ + Makefile.am + samples/ + example_app/ + Makefile + api/ + Makefile.am + clientgui/ + Makefile.am + tools/ + backend_lib.cpp + Makefile.am + doc/ + manpages/ + Makefile.am David 13 Jan 2009 - client/manager fixes @@ -365,8 +365,8 @@ David 13 Jan 2009 client/ client_types.cpp lib/ - gui_rpc_client_ops.cpp - gui_rpc_client.h + gui_rpc_client_ops.cpp + gui_rpc_client.h David 14 Jan 2009 - client: fix bug that caused estimated time to completion to increase @@ -384,3 +384,11 @@ David 14 Jan 2009 client/ rr_sim.cpp + +Rom 15 Jan 2008 + - WINSETUP: Fix the problem introduced where Enable Application + execution wasn't working. + + win_build/installerv2/ + BOINC.ism + BOINCx64.ism diff --git a/win_build/installerv2/BOINC.ism b/win_build/installerv2/BOINC.ism index beb5846c24b9b4c9c6c62fecfb96a0988e5e99e1..c1a1120ea5fa28965ae29e9d9353258eec0f1927 100644 GIT binary patch delta 1932 zcmY*a4Qx}_6@KTQ_v{zPelg^SIHZY3Qb;=DI*DT?X_h6i9SBPk7N=or1I9Iv#HwpE zJ4?bUz)34cw@FaH##f+@XrT)fR0w&kA1%^|!qh@RtX=oRx|Xz3HB=2cM5*{$O81@v ztGHL^-S6IW?zvarx#zs|H;w0S8mB_6>C=^e_`*JP7G#EDn&ho)r;aUGA>Fgw<|_jqicpLiP9Hg~V~b$9w&I@>y2zSg#OkGHWm6bbl4QrpI-ic{4)~llr_Jsg3WhgDhGM>8ct8vd*E-w0 zUNN+}OY95A2E=Ghk6+?f4D z_(6Y~qHxdWkSMZDCz|*rDmTn>2AGwq2&&v`(z<>Ar5ZLegeg?ld3C&RXJ&}};l6Xg zu}nDw@_|=G&}%k%3`$x1$1qnN5AK&BS9)yRkJ${$Ua#R9o_fWBX`Ix03aiM17Jyx!{aIQFUy=LM|6<$BLG`Sd7X55cJS4seN zdmaPy8L*(=oe$X3;YKnQPCF_ zL!v(>`kX!|jb9~2%1AEku(IO7P$cPue0W^3IN>rXY(30pu_14NFtr9Q7QzALADdwg zz@fa=55MlAt*4-#95X5LQ_zHTb{1?a7MRQu&Iwob72FqkhPk0XMQ-YE>ofRFzC+03 z7x5;iT`rI^IrR%aFdu<}0iJ2zQ})If;+~GDS|3uLxo}ir9zK_y#KY zHvSDiqT)O7+w29SlWBuKRi!C%--XjT)55gi=I*;+#c7ycc^77LV5ffP%OjtSUf8>L z*JoqbpO;4V?V_`1;C-W_MV4vhRO=>u+=GIJJ=WE96i?bY{0!|+12I@h{}m0x`b z`5aD}=9J%Ggr5>TYTB#7KOq9vyWcJ}ZPet1>i)1Q2UR(w3f=QD?BPC8(R;M~6Zrc} zTiE0!=p_W{hD$JItq`<+L}(HYk~!0ysU7A_$MHC(@GYzm=1huh4*qOYSb@xEuu;(( zo6J}Ds;NgS3rGRIR6z7fSpm5SY}gtMOcs(dg>{qp6>KDIeQGj9SW>-S8nG8CrCZ3y z#q4@pn|pE(VHNgeGGEPxtbxen8Etx=O?}AXK?su9_N`O&k`zovleTy7_$deh=NhtukQ7?L=6IOVP|SjE!d)#K~+#MaV-A zmOoe5Qd#G5)YMkkomI^h4tHI1MRS#>rNYzdZmFqjak}eTYPTu*OYn6yY1MMSSS|P8 z-J-*@&ga#*NYk#YEyQd3#pQTR&ABO*@l8B|rTj-oyGpT}9xlaXI{BL(#u;;(p2})h zzZiI?B{E!{T8`IXvJ8n?b-AFdSx}}P!ErFBOIyX`{;*PD4{>A$00PURrlZZ_+#Mc4<5ta{{!zIT9W_( delta 2027 zcmaJ?eNbH06@TZRw;wFKFBm=o0bvECG=X))?(!8)AiE3M$Sh=+CVrqBgqN_B?QY!N z2&tMZ#-`e4l;H_?l2NI#1!E=#_qF@bj1z=T4U(pfncCEV#61-X%qC zJLA3cyXW(rbLXD>&OLKef99rsG{75-Bf}%F_@+SSI4&md;hWXcX-%2@g{~F&)l5hC z9)eOis^<|L@}6Z22;K6Y^q=Xp9id>f-5-n$T!Iy{I{y+LDYWLa_&cJz!(yZ%6zCMg zrrH)U90>*611<3_S1|s-Wu(3tV$u5}VR1*~v9PH#5RfiEv@PA`^@@S*9&v|15*5P@ z{(u;f-hCoVc0RlVDqY?m1^>_NwR_y&`YleA^FHVQe$5j4e&c8a^A zUGeZ0lz#f?p9>` z7|Iv~hI9_OOb(^3hud=*<@6lkvKZAey5wi#Kt6wX8dNGSjU)1_FN&aHXP+F>vX=)i zNk?9mAWK?1)Si^&p`j^21E-R9zA}(gPtF0rU5~U|hK?3;s|rSP9uss^nC{739TecPLQ{^UD&O;6fg}ru=m~Tm(kn>VjWvfe~sy z1#6YqDX2qo!a&C-z(m|gXC@#&!z8Lu!F`XVWa*vQjHJbK^(vt4gFve zimNvXgThs~3dc~*XYgjentxKgSG`XiQx|H>gg*+O2+4YUcdQeRrd%{gcktQD#^1r$ zP>?|~NeM9#GYOF>86_vl=S0Lf{st9%8$YDt@8PBN|8_b_6lTbL4<<8`q2r55;(|lP zag8d6ie7yWCNeG!9C`*09De5PAT@?Iu9HpzydvHpD*$Uap!+^2 zy-MmA69*Qy_ck zuvqUbQ)cH#9?<3U#Hd*3Ng52!fR0XFfGqm)1rQ9g+_&?e%D%4%5PDxSO)>+W&BJvA zm6$sYR@8v&c&&wHt6^B|)T(jD>FJ&Y@{VNYbxNHY4*)r2 zprLux{Y&l7r0OLR1(B^vrmJv#JO@+^k&D1xBY(iuG#^KOGxps`H+ zA+0yyDVi$atJ0V+Pt(>B@UuRtj0so^gK6l{mb1LKFYQ8!rr};9ByajwO#TkJn8pvM zBMKD`yWM89o5UW`+uV@ILKUbM8;-Ji1s>gW1+#S!1`=Jn43B{ZB>KSnOS5$IcC*9!s(~j=@z#ue9XhbQ1dgJN zzr`^u)>2O~J3ced)8S$qq;+@VxRO?a*CFkjaJF0FhD(tsX{&GulvArwCb{49jwszG zd=_-3WZPZb)u0)h=(dAUsz=u2Q@MQ3z}|uW{yI9b57OyfXTd=KZpLjiW=8&-K7Vij z>XiME$vkzOL0aG6tLQ4QholrTje)%vI@)W+ZY<(J`Ii;H!X!r-cMqtPni{MED4~zm TGLK{tKC8vekW24bi_iZX+4p!% diff --git a/win_build/installerv2/BOINCx64.ism b/win_build/installerv2/BOINCx64.ism index 684e077eacc91ef553f07f982ad613b75f449593..4588a88ea0fb1498aeb24bb70b75dca822a008bd 100644 GIT binary patch delta 1622 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 TKWn(m;4+g-BPWgI2AujAY`