Commit Graph

1468 Commits

Author SHA1 Message Date
Rom Walton afb6dcc6f3 MGR & Client: Massive code clean-up. Remove as much of the LoadLibrary/GetProcAddress stuff as we can under VS 2012. 2014-03-06 18:27:54 -05:00
Rom Walton 00aa8b4dbf MGR: Update BOINC icon set to v5. 2014-03-05 15:29:51 -05:00
Rom Walton cd7ac528a2 MGR: Hookup wxWidgets 3.0 diagnostics framework, redirect asserts to stderr.
MGR: Remove what are now over active asserts complaining about pConfig being NULL.  Apparently we knew already knew that pConfig could be NULL in certain circumstances and followed up with a check to return from the function if pConfig was NULL, that code was added in 2007.  The assert check wasn't really needed after that point.
2014-03-05 13:57:44 -05:00
Rom Walton 29fb5f8afa WINBUILD: Update version to 7.3.8 2014-03-05 11:45:40 -05:00
Rom Walton 8d45f344e4 MISC: Update all_projects_list.xml for desktop and Android software. 2014-02-26 18:57:45 -05:00
Rom Walton 0f293cb125 WINBUILD: Fix old icon references, point to the new stuff. 2014-02-25 19:45:17 -05:00
Rom Walton b185b9ec67 WINBUILD: Remove the CreateBOINCGroups custom action from the non-service install path. Removes a required reboot on the very first time you install BOINC.
WINBUILD: Properly handle the 'All Users can control BOINC' installer flag.  Fixes# 1025
2014-02-25 19:34:41 -05:00
Rom Walton 0e85fa1753 WINBUILD: Always reset the permissions on the BOINC Data directory. (Charity Engine) 2014-02-25 10:35:34 -05:00
Rom Walton 267087c996 WINBUILD: Always reset the permissions on the BOINC Data directory. 2014-02-25 10:34:17 -05:00
Rom Walton 4a1ebccb47 WINBUILD: Only create BOINC related user groups when installing as a service. (Charity Engine) 2014-02-25 10:25:09 -05:00
Rom Walton 952b14bf8c WINBUILD: Only create BOINC related user groups when installing as a service. 2014-02-25 10:23:41 -05:00
Rom Walton cfed8b5821 WINBUILD: Remove InstallShield's permission setting mechanism, rely on the SetPermissions custom actions instead. (Charity Engine) 2014-02-25 10:12:30 -05:00
Rom Walton d3e309c5cd WINBUILD: Remove InstallShield's permission setting mechanism, rely on the SetPermissions custom actions instead. 2014-02-25 10:10:31 -05:00
Rom Walton 7471b381f7 client & manager: Update icons for all client-side components. (v4) 2014-02-23 23:12:30 -05:00
Rom Walton aa7af4c966 client & manager: Update icons for all client-side components. (v3b) 2014-02-22 20:04:40 -05:00
Rom Walton 63331f07b2 WINBUILD: Update vboxwrapper's version to 26071 2014-02-19 12:35:15 -05:00
Rom Walton 36fce3f9db client & manager: Update icons for all client-side components. (v2) 2014-02-17 16:20:29 -05:00
Rom Walton 95a45dee5a client & manager: Update icons for all client-side components. 2014-02-14 16:05:42 -05:00
Rom Walton 5fd0d78fd3 WINBUILD: Updates for 7.3.2 2014-02-12 18:59:28 -05:00
Rom Walton 6618cfd4c5 WINBUILD: Update vboxwrappers version to 26070. 2014-02-11 16:28:04 -05:00
Rom Walton 2a84d20eae WINBUILD: Update vboxwrappers version to 26069 2014-02-11 11:22:55 -05:00
Rom Walton cc73d1b08b WINBUILD: Update vboxwrappers version to 26068 2014-02-04 15:36:03 -05:00
Rom Walton d07ae4e027 WINBUILD: Update vboxwrappers version to 26067 2014-01-23 07:33:25 -05:00
Rom Walton adc96a3f74 WINBUILD: Update vboxwrappers version to 26066 2014-01-22 19:52:53 -05:00
Rom Walton f53ac40edf WINBUILD: Update vboxwrappers version to 26065 2014-01-22 16:37:37 -05:00
Rom Walton 05c419485a WINBUILD: Update vboxwrappers version to 26064 2014-01-22 16:10:47 -05:00
Rom Walton 5f2fbe9dfc VBOX: Fortify the launch_vboxvm() function and print out any error information if virtualbox/vboxheadless fails wthin the first second of execution.
VBOX: Rework the delete stale snapshot mechanism to avoid the 'multiple child hard drive' errors.
VBOX: Treat the RPC_S_SERVER_UNAVAILABLE error when restoring the current snapshot as unrecoverable (vboxsvc has crashed) and exit without attempting to cleaning up. Other VMs running and being monitored by BOINC will crash as well.
2014-01-22 10:44:38 -05:00
Rom Walton a184ae85c4 WINBUILD: Update vboxwrappers version to 26062 2014-01-21 00:30:14 -05:00
Rom Walton 04f224eb5d WINBUILD: Update vboxwrappers version to 26061 2014-01-16 23:46:48 -05:00
Rom Walton 20fc844cce WINBUILD: Update vboxwrappers version to 26060 2014-01-16 12:02:43 -05:00
Rom Walton 5e4743b086 VBOX: Give a visual indication when we tweak the VM process priority for one reason or another. 2014-01-15 14:24:50 -05:00
Rom Walton 5e92b6c7d7 samples: Create a custom DLL for debugging DLL search path issues. Hook it up to the example app. 2014-01-15 12:01:00 -05:00
David Anderson 217ad5ae5d client: if app doesn't report fraction done, estimate fraction done in a way that converges to but never reaches 100%. 2014-01-15 01:03:48 -08:00
Rom Walton c8179b4a6e WINBUILD: Update the C Runtime library to VS2010's C Runtime Library. 2014-01-13 12:51:35 -05:00
Rom Walton f086995884 WIBUILD: Remove the runtime debugger engine from the installer, it ships with the OS now. 2014-01-13 12:41:22 -05:00
Rom Walton 283ca3fead LIB: Remove the call to SetDLLDirectory which removes the current directory from the search path on recent versions of Windows.
Also remove our copies of the Windows debug engine.  Recent version of Windows have recent enough versions of the debugger engine to generate call-stacks.
2014-01-10 15:16:40 -05:00
Rom Walton 9b85ac19ef samples: Add skeleton for zlib compression to sample app to test search path issues on Windows. It is not fully implemented. 2014-01-09 15:35:17 -05:00
Rom Walton 8b97697681 WINBUILD: Update vboxwrapper to 26058 2014-01-01 15:22:50 -05:00
Rom Walton e7e66155b9 WINBUILD: Update vboxwrappers version to 26057 2013-12-12 14:50:15 -05:00
Rom Walton a01aec4ffb VBOX: Increase the task reschedule interval for communication failures from 5 minutes to 1 day. 2013-12-12 11:03:52 -05:00
Rom Walton 99c7d486db VBOX: Do not attempt to start vboxsvc.exe if it is already running. Just grab a handle to the existing process and monitor it. 2013-12-11 17:11:18 -05:00
Rom Walton a4d52163ae WINBUILD: Update vboxwrappers version to 26054 2013-12-11 00:17:36 -05:00
Rom Walton 401aa50b04 WINBUILD: Update vboxwrappers version to 26053 2013-12-09 21:11:42 -05:00
Rom Walton ea56993093 VBOX: When disabling hardware acceleration because of legacy support, write that to stderr and suggest that the volunteer upgrade to BOINC 7.2. 2013-12-06 13:22:17 -05:00
Rom Walton a6da437c5c VBOX: Do not log about missing snapshots during cleanup
VBOX: Only log about relevant settings during a status report
VBOX: County an empty output response in is_system_ready() query as a failure.
2013-12-06 12:05:11 -05:00
Rom Walton ed93bc6a89 VBOX: Special case session lock errors when we attempt to start the VM, temp exit, give BOINC the pid and let it clean up.
WINBUILD: Update vboxwrappers version to 26050
2013-12-04 14:44:14 -05:00
Rom Walton f0f13534d1 VBOX: Add new VMX disabled error codes used on VirtualBox 4.3.
WINBUILD: Update vboxwrapper version to 26049
2013-12-04 14:16:48 -05:00
Rom Walton 03e11c9d76 VBOX: Do not allow the restore from snapshot command to timeout.
WINBUILD: Update vboxwrappers version to 26048
2013-12-04 13:18:28 -05:00
Rom Walton 544c566dfe VBOX: Code cleanup.
VBOX: If the target VM is already running at the time we attempt to start it, pass its process ID to BOINC and temporarily shutdown the task.  Let BOINC clean-up the environment and relaunch us in 5 minutes.
2013-12-04 12:40:14 -05:00
Rom Walton db51095e26 WINBUILD: Update vboxwrappers version to 26045 2013-12-03 13:05:25 -05:00
Rom Walton d204b77d42 WINBUILD: Update vboxwrappers version to 26044 2013-12-03 09:20:43 -05:00
Rom Walton 8adac9d3c8 WINBUILD: Update vboxwrappers version to 26043 2013-12-02 19:27:57 -05:00
Rom Walton 0621258aec WINBUILD: Update vboxwrapper version to 26041 2013-12-02 14:12:26 -05:00
Rom Walton fbcd3d4334 VBOX: Disable timeout logic for Windows versions of vboxwrapper. 2013-12-02 11:48:04 -05:00
Rom Walton 7ead3742ec WINBUILD: Update vboxwrapper version to 26039 2013-12-02 11:42:09 -05:00
David Anderson b6be73c146 Win compile fixes 2013-11-18 20:45:16 -08:00
Rom Walton d384dca967 LIB: Re-introduce code to get a host's MAC address. 2013-11-15 17:52:48 -05:00
Charlie Fenton 35ec78c966 Merge commit '2e680b75418848dfde91f2cc7a81614be65b29ce' into charlief/wxwidgets30 2013-11-15 00:23:05 -08:00
Rom Walton b9f8bea665 client: Give boinc_master full control of any process spawned using the service token created by the client for boinc_project.
This will allow the core client to kill VirtualBox VM's launched indirectly by vboxwrapper.  Vboxwrapper launches vboxsvc.exe which launches vboxheadless.exe.  This should also take care of the core client being able to kill child processes of the regular wrapper as well.  I don't know the full scope of this type of issue?  Maybe the default ACLs for a process changed within the last couple of versions of Windows.
2013-11-14 23:26:06 -05:00
Rom Walton 29a219ac58 WINBUILD: Add wxmsw30u[d]_webview.lib to the list of libraries to link into boincmgr.exe 2013-11-11 10:56:38 -05:00
Rom Walton 708f899ce8 WINBUILD: Update vboxwrapper version to 26038 2013-11-11 10:51:35 -05:00
Charlie Fenton 265e3a1542 MGR: Remove obsolete files from Windows VS project 2013-11-11 06:54:07 -08:00
Rom Walton 72352253b5 VBOX: Close previous handle to prevent a resource leak. 2013-11-10 10:01:03 -05:00
Rom Walton 2bcb9a5575 WINBUILD: Update vboxwrapper version to 26036 2013-11-09 16:05:24 -05:00
Rom Walton 45e234a9a8 WINBUILD: Update vboxwrapper version 26035 2013-11-09 11:12:39 -05:00
Rom Walton 72782fd3d3 WINBUILD: Update vboxwrapper to 26033 2013-11-08 15:12:11 -05:00
Rom Walton e9b5388534 WINBUILD: Update vboxwrapper to 26032 2013-11-07 23:10:12 -05:00
Rom Walton ef224dbaa7 WINBUILD: Update vboxwrapper to 26031 2013-11-06 18:20:56 -05:00
Rom Walton d2d4d487b4 WINBUILD: No not kill child processes of BOINC Manager when cleaning up the environment before an upgrade. 2013-11-04 10:50:23 -05:00
Rom Walton 8dfdabe461 WINBUILD: Set the LaunchBoincManagerXP custom action to launch charityengine.exe 2013-10-30 16:45:40 -04:00
Rom Walton c2033166b3 WINBUILD: Update MGR project file to use wxWidgets 3.0 rc1 2013-10-29 13:42:58 -04:00
Rom Walton 985e00413e WINBUILD: Be sure to terminate Charity Engine when the installer is launched before the MSI technology attempts to detect which files are in use. 2013-10-29 01:51:08 -04:00
Rom Walton c2503a9214 MGR: Fix URLs and app name for Charity Engine
WINBUILD: Fix back button issue and shortcut description
2013-10-29 01:39:44 -04:00
Rom Walton 7551e0f831 MGR: Add an Android icon to the list of supported platforms for a project that supports Android in the attach wizard. 2013-10-24 13:09:54 -04:00
Rom Walton 1a33a39909 WINBUILD: Fix build breaks for debug builds 2013-10-24 01:05:14 -04:00
Rom Walton 20ec2b7e19 WINBUILD: Update vhboxwrapper to 26029 2013-10-23 17:57:12 -04:00
Charlie Fenton 5314522ac1 Merge commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5' into charlief/wxwidgets30
# By David Anderson (617) and others
# Via Oliver Bock (56) and others
* commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5': (1943 commits)
  remote job submission: add C++ interface to estimate_batch function
  translation stuff
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 1563 of 2856 strings translated (190 fuzzy).
  Commit from Pootle Demo by user admin.: 2741 of 2859 strings translated (45 fuzzy).
  Commit from Pootle Demo by user admin.: 1097 of 2859 strings translated (154 fuzzy).
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2831 of 2859 strings translated (1 fuzzy).
  Commit from Pootle Demo by user admin.: 1097 of 2859 strings translated (154 fuzzy).
  Commit from Pootle Demo by user admin.: 3158 of 3183 strings translated (2 fuzzy).
  client: Remove build environment changes that attempted to detect Android, it wasn't needed.
  client: fix Android OS detection
  client: only add the pthread libs if not linking for Android
  android: Bulk import of localization text
  android: Bulk import of localization text
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2817 of 2859 strings translated (4 fuzzy).
  Commit from Pootle Demo by user admin.: 2830 of 2859 strings translated (1 fuzzy).
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2741 of 2859 strings translated (95 fuzzy).
  ...

Conflicts:
	checkin_notes
	clientgui/AsyncRPC.cpp
	clientgui/BOINCGUIApp.cpp
	clientgui/DlgEventLog.cpp
	clientgui/DlgEventLogListCtrl.cpp
	clientgui/DlgEventLogListCtrl.h
	clientgui/MainDocument.cpp
	clientgui/NoticeListCtrl.cpp
	clientgui/mac/MacBitmapComboBox.cpp
	clientgui/mac/SetVersion.cpp
	clientgui/mac/templates/SystemMenu-Info.plist
	clientgui/sg_BoincSimpleFrame.cpp
	mac_build/boinc.xcodeproj/project.pbxproj
	win_build/example_app_multi_thread.vcproj
	win_build/gr_boinc_ss.vcproj
	win_build/sleeper.vcproj
	win_build/uc2.vcproj
	win_build/uc2_graphics.vcproj
	win_build/vboxwrapper.vcproj
	win_build/wrapper.vcproj
2013-10-22 03:53:45 -07:00
Rom Walton c7da958d43 WINBUILD: Fix applications that require freetype2 and FTGL. 2013-10-18 11:54:50 -04:00
Rom Walton 7b73ef6dbf WINBUILD: Use correct calling convention for the vs2010 zlib libraries. 2013-10-17 17:17:38 -04:00
Rom Walton bcf8ca2565 WINBUILD: Update build environment to use Visual Studio 2010. 2013-10-17 15:27:03 -04:00
Rom Walton 97df4fb258 WINBUILD: Create new BOINC w/VirtualBox project files, update to VirtualBox 4.2.16 2013-10-03 19:47:55 -04:00
Rom Walton 529bcb1132 WINBUILD: Delete stale project files 2013-10-03 19:10:53 -04:00
Rom Walton 4810ab52a2 WINBUILD: Increment vboxwrappers version number 2013-10-03 13:37:38 -04:00
Rom Walton ec706132c0 WINBUILD: Fix build break 2013-09-20 17:12:29 -04:00
Rom Walton 3e4a8f2a28 WINBUILD: Increment vboxwrappers version number 2013-09-20 11:24:42 -04:00
Rom Walton d00e6c974a WINBUILD: Increment wrappers version number 2013-09-18 16:20:45 -04:00
Rom Walton 3255239991 WINBUILD: Increment the version number for vboxwrapper 2013-09-18 16:16:52 -04:00
Rom Walton f4a0fc8711 WINBUILD: Increment the wrappers version number 2013-09-18 13:11:37 -04:00
Rom Walton b0a86d0a1d WINBUILD: Update wrapper version number 2013-09-18 12:15:19 -04:00
Rom Walton 1a78c8b1f4 Update all project list for packages we release 2013-09-06 11:46:01 -04:00
David Anderson 4430a2cacd Update Win project files for new .cpp file 2013-08-25 15:27:11 -07:00
Rom Walton 2c369e802c VBOX: Update build number 2013-08-22 21:09:45 -04:00
Rom Walton a017f694a8 WINBUILD: Fix the bootstrap icon for CE and PTP 2013-08-22 14:01:30 -04:00
Rom Walton 758fe34cfa WINBUILLD: Fix skin install location problem 2013-08-22 11:15:10 -04:00
Rom Walton ca0583fd4b WINBUILD: Fix the startup registry key for the 'All Users' install path. 2013-08-22 11:09:38 -04:00
Rom Walton 84b5162d2d VBOX: Be more specific on the reason for the VirtualBox not being ready. It was a long time between incidents in dealing with a Linux kernel upgrade and the need to recompile the VirtualBox drivers. Vboxwrapper properly put the task into a waiting mode but the status message in the manager didn't give the right kind of hint as to the problem. 2013-08-21 12:39:37 -04:00
Rom Walton 46901a4fa2 WINBUILD: Fix filenames. For some reason the cc_config.xml file was named 'cc_ config.xml' which was causing file not found errors. 2013-08-16 11:11:34 -04:00
Rom Walton 0f8e551b1e WINBUILD: Be sure to launch the correct executable at started when not installed as a service. 2013-08-16 01:46:16 -04:00
Rom Walton d14046044e LOCALE: Update translations 2013-08-14 12:51:09 -04:00
Rom Walton d19a237aec WINBUILD: Re-enable the custom actions which modify the VirtualBox.VirtualBox permissions so that boinc_project can launch VMs. 2013-08-02 14:35:13 -04:00
Kevin Reed ad4ba19a2a Force git to see WCG.ism as XML 2013-07-22 15:03:25 -05:00
Kevin Reed 8237e30642 Force git to see file as xml and not binary 2013-07-22 15:02:52 -05:00
Kevin Reed aec53c94e2 Convert WCG.ism from binary to XML 2013-07-22 14:47:39 -05:00
Kevin Reed 489afd08f2 Merge last WCG.ism from branch client_release/7/7.0b to master to prepare for 7.2 work 2013-07-22 14:35:20 -05:00
Rom Walton 276108c3eb Update the all projects list distributed with the client software. 2013-07-17 01:22:32 -04:00
Rom Walton 238f2366e8 WINBUILD: Force git to reevaluate the ISM files, they are XML now. (Part 2) 2013-07-15 11:42:13 -04:00
Rom Walton d44e51e50b WINBUILD: Force git to reevaluate the ISM files, they are XML now. (Part 1) 2013-07-15 11:41:14 -04:00
Rom Walton 5caab47e65 Updates for 7.2.4 2013-07-15 10:20:56 -04:00
Rom Walton 468add64e5 WINBUILD: Fix the PTP splash screen in the installer. 2013-07-10 12:17:44 -04:00
Rom Walton 6487f9b924 WRaPPER: Update version to 26006 2013-07-10 12:06:06 -04:00
Rom Walton d756ada5e1 Update all_projects_list.xml for stock installers as well as Android. 2013-07-09 16:51:17 -04:00
Rom Walton 3dbdf00fef WINBUILD: Set the default skin to Progress Thru Processors on installation 2013-07-01 17:04:39 -04:00
Rom Walton 0be4f0e46f WINBUILD: Set the default skin to Charity Engine on installation 2013-07-01 16:59:17 -04:00
Rom Walton ceacb2c20a WINBUILD: Updates for PTP's default screensaver 2013-07-01 16:40:31 -04:00
Rom Walton f7c433a19e WINBUILD: Update Progress Thru Processor's installer files 2013-07-01 16:19:23 -04:00
Rom Walton d87639785e WINBUILD: Fix out of place reference to boincmgr.exe in Charity Engine installer 2013-07-01 16:18:17 -04:00
Rom Walton bfbb0942ae WINBUILD: Fix the shortcut to launch Charity Engine 2013-07-01 16:14:48 -04:00
Rom Walton 408f799b32 WINBUILD: Update Charity Engine Installer 2013-07-01 14:52:39 -04:00
Rom Walton d574235ee4 WINBUILD: Remove outdated installer files. 2013-06-28 13:01:40 -04:00
Rom Walton 92ed94f154 WINBUILD: Remove stale installer files (packages were never used anyway) 2013-06-27 19:34:50 -04:00
Rom Walton ac03cd0dc4 WINBUILD: Remove stale installer files (packages were never used anyway) 2013-06-27 19:33:45 -04:00
Rom Walton a1e2422499 WINBUILD: New project files (Progress Thru Processors) 2013-06-27 02:08:16 -04:00
Rom Walton 67628012fc WINBUILD: New project files (GridRepublic) 2013-06-27 01:31:33 -04:00
Rom Walton 235a1224ae WINBUILD: New project files (Charity Engine) 2013-06-27 01:08:02 -04:00
Rom Walton 24f64d4a01 WINBUILD: Remove stale project files (Progress Thru Processors) 2013-06-27 00:08:20 -04:00
Rom Walton 83bdaecfdd WINBUILD: Remove stale project files (Charity Engine) 2013-06-27 00:07:33 -04:00
Rom Walton 06dc3e4b07 Updates for 7.1.18 2013-06-27 00:04:10 -04:00
Rom Walton 0ae3844bf9 Updates for 7.1.17 2013-06-14 15:04:03 -04:00
Rom Walton fee20556b3 Updates for 7.1.15 2013-06-12 21:03:37 -04:00
Rom Walton 49e6173a92 Update versions to 7.1.10 2013-06-07 15:20:45 -04:00
David Anderson b9f0733c06 server: replace strcpy() with strlcpy() various places 2013-06-03 22:42:53 -07:00
Rom Walton afd87ec8f5 WINSETUP: Update version number to 7.1.3 2013-06-01 01:32:08 -04:00
Rom Walton ec0fd879a9 wrapper: Update wrapper version number to version 26005 2013-05-29 19:29:41 -04:00
Rom Walton 905abbb3fc WINSETUP: Updates for 7.1.2 2013-05-29 12:05:15 -04:00
Kevin Reed c1e96dd308 Additional customizational of WCG branding 2013-05-23 16:58:55 -05:00
Rom Walton c3b7e4c849 Updates for 7.1.1 2013-05-22 12:00:36 -04:00
Kevin Reed 67d7060a3c Modify WCG installer to include new image file 2013-05-17 17:08:56 -05:00
Rom Walton 24e46aebe2 WIN: Reintroduce the application manifest for the core client. If BOINC was launched from an unprivileged (non-admin/not part of boinc_users/boinc_admin) attempts to write state files were re-directed to the VirtualStore instead of failing. Once things were fixed other random issues would occur. 2013-05-13 10:48:48 -04:00
Rom Walton b16f08042e Update vbox project file to 26020 2013-05-06 15:27:23 -04:00
Rom Walton b90297021c VBOX: Update project files 2013-05-01 11:38:24 -04:00
Rom Walton 4239d08fbf WIN: Version number updates. 2013-04-24 15:56:19 -04:00
Rom Walton acb3357cf9 WINSETUP: Fix the Enable Use by All Users checkbox in the installer. The setting wasn't being properly restored.
WINSETUP: Special case the LAUNCHPROGRAM property, if the registry value is an empty string, enable the checkbox.
2013-04-11 13:38:16 -04:00
Kevin Reed 959d88167a Merge WCG.ism from branch client_release/7/7.0b to master 2013-04-10 09:52:45 -05:00
Rom Walton 27f2ef9bb8 - Update all_projects_list.xml 2013-03-29 11:58:40 -04:00
Rom Walton b9232b7868 WINSETUP: When ENABLEUSEBYALLUSERS is true, create the automatic run key in the HKEY_LOCAL_MACHINE registry space. When it is false use HKEY_CURRENT_USER. 2013-03-22 10:26:15 +01:00
Charlie Fenton dcd26ad5f1 OpenCL samples: restore original Windows VC project names 2013-03-15 13:38:45 +01:00
Kevin Reed 2a70826f9a Further modifications to the World Community Grid installer and skin for
BOINC 7
2013-03-15 13:38:44 +01:00
Rom Walton 7046c9bb66 WINSETUP: When ENABLEUSEBYALLUSERS is true, create the automatic run key in the HKEY_LOCAL_MACHINE registry space. When it is false use HKEY_CURRENT_USER. 2013-03-15 13:38:44 +01:00
Charlie Fenton e44cb5fb27 Create unified OpenCL sample; update Windows projects 2013-03-07 11:28:43 +01:00
Rom Walton 72f1d50cab WINSETUP: Remove RCSID tags from files. 2013-03-07 11:24:20 +01:00