Commit Graph

398 Commits

Author SHA1 Message Date
Rom Walton bda057588a - WINSETUP: disable creation of client_auth.xml on Win2k.
Win2k requires any user account that is going to attempt
        to logon as another account to have admin privs.
    - WINSETUP: Give 'boinc_project' the right to be able to
        logon as a service, we denied the right to logon
        interactively.
    - WINSETUP: Disable the 'failed to shutdown BOINC service'
        dialog box.
    - CC: Use the client_auth.xml file if present to launch
        boinc applications as boinc_project if it exists.
    - LIB: Use the client_auth.xml file if present to launch
        boinc graphics applications as boinc_project if it
        exists.
        
    client/
        app_start.C
    lib/
        diagnostics_win.C
    lib/
        util.C, .h
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        CACreateBOINCGroups.cpp
        CACreateClientAuthFile.cpp
        CAGrantBOINCMasterRights.cpp
        CAGrantBOINCProjectRights.cpp
        CAShutdownBOINC.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll
    win_build/
        boinc_ss.vcproj
        boincmgr_curl.vcproj
        libboinc.vcproj

svn path=/trunk/boinc/; revision=14659
2008-02-01 22:08:48 +00:00
Rom Walton 6d6c8cc890 - WINSETUP: Don't configure MSI so that it'll attempt to stop the
BOINC service, we already do it much earlier in the install
        process
    - WINSETUP: Fix two typos in the CACreateBOINCGroups custom
        action.
    - WINSETUP: Include CACreateClientAuthFile in the build now.

    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.def
        boinccas.vcproj
    win_build/installerv2/redist/Windows/src/boinccas/
        CACreateBOINCAccounts.cpp
        CACreateBOINCGroups.cpp
        CACreateClientAuthFile.cpp, .h (Added)
        CAMigrateBOINCData.cpp
        stdafx.h
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14657
2008-01-31 20:33:03 +00:00
Rom Walton 7364f8710d - WINSETUP: Fix the migration check where sometimes the data directory
was being detected as within the install directory even though it
        was not.
        
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        CAMigrateBOINCData.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14654
2008-01-31 15:56:48 +00:00
Rom Walton 03281ba19a Quick Updates
svn path=/trunk/boinc/; revision=14652
2008-01-30 17:34:15 +00:00
Rom Walton c38bc8ce29 - WINSETUP: Fix failed termination attempts on Win64
win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        terminate.h
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14598
2008-01-18 20:58:18 +00:00
Rom Walton 5f9b814832 - WINSETUP: Add some additional comments to the setup log when
we know we cannot do a migration and why.
    
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        CAMigrateBOINCData.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14558
2008-01-15 21:49:45 +00:00
Rom Walton ca408eee20 Quick Updates
svn path=/trunk/boinc/; revision=14548
2008-01-14 17:49:36 +00:00
Rom Walton ba42d89a33 - Fix a crash condition when BOINC is started as a standard user account
without the 'create global named objects' user right on Vista.
    - WINSETUP: Make sure that BOINC Tray is started for all users on the
        system.
    - WINSETUP: If the 'All users can control BOINC' checkbox is checked then
        put the BOINC Manager startup short cut in the 'all users' startup directory
        otherwise put it in the 'users' startup directory.
        
    clientlib/win/
        IdleTracker.cpp
    win_build/installerv2/
        BOINC.ism
    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

svn path=/trunk/boinc/; revision=14531
2008-01-11 17:14:11 +00:00
Rom Walton 963c26d0d1 - WINSETUP: Attempt to shutdown any BOINC processes much earlier
in the execution cycle. Originally did this in the 5.10 branch.
    - WINSETUP: Add some more checks to safe guard the migration process.
        1.  Check to see if the install directory and the data directory are
            the same, if so, abort migration.
        2.  Check to see if the data directory is under the install directory,
            if so, abort migration.
        3.  If the client_state.xml file already exists in the data directory,
            abort migration.

    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        CAMigrateBOINCData.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14393
2007-12-17 18:05:02 +00:00
Rom Walton 8a441431ca - WINSETUP: Fix a couple permission problems when protected
mode isn't defined.
    - WINSETUP: Streamline the CC startup procedure when
        the manager launches the CC.

    clientgui/
        BOINCGUIApp.cpp
    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        CACreateBOINCGroups.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14382
2007-12-14 04:57:30 +00:00
Rom Walton 923ab443c0 - MGR: Remove extra call to SetWorkingDirectory() since it
is causing authentication errors.

    clientgui/
        BOINCGUIApp.cpp
        MainDocument.cpp

svn path=/trunk/boinc/; revision=14381
2007-12-12 19:33:30 +00:00
Rom Walton e992889b9c Quick Updates
svn path=/trunk/boinc/; revision=14380
2007-12-12 18:12:09 +00:00
Rom Walton 5e0ffd6e13 - WINSETUP: Replace two stage migration with a single stage
defered custom action, implement rollback functionality,
        and increase trace output in case of failure.
    - WINSETUP: Let MSI start the BOINC Service now.

    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        CAMigrateBOINCData.cpp, .h
        CAMigrateBOINCDataTemp.cpp, .h (deleted)
        CAStartupBOINCService.cpp, .h (deleted)
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14377
2007-12-12 15:34:34 +00:00
Rom Walton 3bc88f376b - WINSETUP: Fix a few more permission problems with how
InstallShield does things.
    - WINSETUP: Don't attempt to create accounts or set rights
        on Win9x based systems.
    - WINSETUP: Add additional trace messages to
        CACreateBOINCAccounts.
    - WINSETUP: Add entries for a null script when creating
        user accounts, apparently it is a requirement for
        creating accounts on Win2k and WinXP.

    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        CACreateBOINCAccounts.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14341
2007-12-02 06:45:15 +00:00
Rom Walton 6b2c7f38a2 - MGR: Add the ability for the manager to know the difference
between the executable directory and the data directory.
        (Windows Only)
    - TRAY: Update the tray code to what was used in 5.10.x
    - WINSETUP: Update for BOINCTray.exe
    
    clientgui/
        BOINCGUIApp.cpp, .h
        SkinManager.cpp
    clienttray/
        tray_win.cpp, .h
    win_build/
        boinc.sln
        boinctray.vcproj
    win_build/installerv2/
        BOINC.ism

svn path=/trunk/boinc/; revision=14335
2007-11-30 18:52:41 +00:00
Rom Walton 570224e001 - WINSETUP: Policy change, the migration of the data files happens in
two stages. The first stage happens before InstallInitialize and the
        second stage happens after InstallFinalize. Everything between
        InstallInitialize and InstallFinalize just generates a script
        and doesn't actually change the file system, so the permission trees
        just get screwed up.
    - WINSETUP: Updated CAMigrateBOINCData
    - WINSETUP: Created CAMigrateBOINCDataTemp
    - WINSETUP: Created CAStartupBOINCService
    - CC: Change the current working directory on startup to the DATADIR.
    - CC: Change the logic for pointing to the CA Certificate Bundle on
        Windows.
        
    client/
        http_curl.C
        main.C
    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.def
        boinccas.vcproj
        boinccas95.def
        boinccas95.vcproj
        CAGrantBOINCMasterRights.cpp
        CAGrantBOINCProjectRights.cpp
        CAMigrateBOINCData.cpp
        CAMigrateBOINCDataTemp.cpp, .h (Added)
        CAShutdownBOINC.cpp
        CAStartupBOINCService.cpp, .h (Added)
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14332
2007-11-30 16:31:30 +00:00
Rom Walton 9db94d9f2f - WINSETUP: Randomly generate boinc_master and boinc_project passwords
- WINSETUP: Fix permission problems with newly created directories.
        (Was an Installshield bug)
    - WINSETUP: Add CAMigrateBOINCData
    - WINSETUP: Fix long standing bug with the LAUNCHPROGRAM stuff showing
        up on removes and admin installs
    - Remove the admin required flag from all application manifests for
        all executables.
    - Fix a possible AV when the CC was launched without admin privs on
        Windows.

    clientlib/win/
        IdleTracker.cpp
    win_build/
        boinc_cli_curl.vcproj
        boinc_dll.vcproj
        boinccmd.vcproj
        boincmgr_curl.vcproj
        sim.vcproj
        updater.vcproj
        vistaadminrequired.xml (removed)
        vistaadminrequiredui.xml (removed)
    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.vcproj
        boinccas95.def
        boinccas95.vcproj
        CACreateBOINCAccounts.cpp
        CAGrantBOINCMasterRights.cpp
        CAMigrateBOINCData.cpp, .h (Added)
        dirops.cpp, .h (Added)
        password.cpp, .h (Added)
        stdafx.h
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14331
2007-11-30 07:07:20 +00:00
Rom Walton 5a7f0eedb3 Quick Updates
svn path=/trunk/boinc/; revision=14322
2007-11-29 19:47:14 +00:00
Rom Walton 2b3dec7557 Quick Updates
svn path=/trunk/boinc/; revision=14318
2007-11-28 21:15:26 +00:00
Rom Walton b4171db597 - WINSETUP: Fix the various checkboxes
- WINSETUP: Fix the data directory stuff so if the user
        changes the default location it cascades down to the
        projects and slots directories as well.
    - WINSETUP: Fix the permissions on the install directory
    - WINSETUP: Add new public properties to the Save/Restore
        state custom actions.
    
    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        CARestoreSetupState.cpp
        CASaveSetupState.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=14317
2007-11-28 20:16:54 +00:00
Rom Walton ffec3482fd - WINSETUP: Update CACreateBOINCUsers.
- WINSETUP: Create CACreateBOINCGroups.
    - WINSETUP: Create CAGrantBOINCMasterRights.
    - WINSETUP: Create CAGrantBOINCProjectRights.
    - WINSETUP: Remove CACreateVBSShortcut.
    - WINSETUP: Remove CAGrantServiceExecutionRight.
    - WINSETUP: Remove CAMigrateCPDNBBC.
    - WINSETUP: Remove CAPopulateServiceAccount.
    - WINSETUP: Remove CAValidateServiceAccount.
    - WINSETUP: Remove CAVerifyServiceExecutionRight.
    - WINSETUP: Remove CAVerifyServicePassword.
    - WINSETUP: Hookup new custom actions
    
    NOTE: For some reason the advanced configuration screen
      checkboxes are not working, so the CA's are setup to run
      always to test them out.

    win_build/installerv2/
        BOINC.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        CAGrantServiceExecutionRight.cpp, .h (removed)
        CAMigrateCPDNBBC.cpp, .h (removed)
        CAPopulateServiceAccount.cpp, .h (removed)
        CAValidateServiceAccount.cpp, .h (removed)
        CAVerifyServiceExecutionRight.cpp, .h (removed)
        CAVerifyServicePassword.cpp, .h (removed)
        CACreateBOINCUsers.cpp
        CACreateBOINCGroups.cpp, .h (added)
        CAGrantBOINCMasterRights.cpp, .h (added)
        CAGrantBOINCProjectRights.cpp, .h (added)

svn path=/trunk/boinc/; revision=14313
2007-11-28 15:10:21 +00:00
Rom Walton 69d6146da9 New Setup Checkpoint
svn path=/trunk/boinc/; revision=13823
2007-10-10 16:47:20 +00:00
Rom Walton 38d4aecc0b Delete outdated .cvsignore files
svn path=/trunk/boinc/; revision=13814
2007-10-09 18:03:21 +00:00
Frank Thomas 3bfc78b511 Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Kevin Reed 5bc8553a3a - Screen Saver (merge from 5.10): Add additional information about the work
running when no graphics are available.  Increased the size to the box 
            displaying the message to accommodate larger image sizes.  Add code to 
            center images if less then the allowed max size of 450x166
    - Screen Saver (merge from 5.10):  If graphics are not available, then rotate
            through the currently running results (it will change every 10 seconds) 
            for display so that all are presented
    - Manager (merge from 5.10): During an auto-attach initiated by a project_init.xml file, Mozilla 
            based browsers are checking cookies in the domain  (ex: worldcommunitygrid.org) 
            for a project while IE cookies were only being checked for the full project 
            dns (www.worldcommunitygrid.org).  IE has been changed so that it will also 
            check the domain.  This mechanism is generic and can be used by any project or 
            account manager.
    - Manager (merge from 5.10): During an auto-attach initiated by a project_init.xml file, 
            the code to check for the Setup cookie within an IE browser would fail and cause 
            the attach to project dialogue to close with no warning in the event that there 
            is a cookie set for the project but there is not a Setup cookie.
    - WCG files:  Updated image, icon and installer files for WCG

svn path=/trunk/boinc/; revision=13755
2007-10-02 21:44:14 +00:00
Rom Walton d3c852d201 - WIN INSTALL: Add custom action to create the two user accounts
needed to implement the sandbox.
      
      TODO: Still need a random password generator.
      
    win_build/installerv2/redist/Windows/src/boinccas
        boinccas.vcproj
        CACreateBOINCAccounts.cpp, .h (Added)

svn path=/trunk/boinc/; revision=13689
2007-09-27 17:54:54 +00:00
Rom Walton 5cdaa80e75 - SCR: Fix a few bugs with the last checkin.
clientscr/
        screensaver.cpp

svn path=/trunk/boinc/; revision=13497
2007-08-30 03:52:29 +00:00
Rom Walton 7f7c8436ad - Win Install: ignore string case before comparing process names.
win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        terminate.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=13451
2007-08-24 17:20:33 +00:00
Rom Walton 04ef3b6795 - Win Install: Create a custom action for terminating the united
devices agent for WCG.
        
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.def
        boinccas.rc
        boinccas.vcproj
        CAShutdownUD.cpp, .h (Added)
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=13441
2007-08-23 20:07:58 +00:00
Rom Walton db1fc98b51 Quick Updates
svn path=/trunk/boinc/; revision=13279
2007-08-09 03:50:47 +00:00
Rom Walton 9c2cf23c5c Quick Updates
svn path=/trunk/boinc/; revision=13278
2007-08-09 03:49:32 +00:00
Rom Walton 492dbda61b - MGR: Check initial function to launch v6graphics if it exists
in the slot directory.
        
        NOTE: Only implemented in the advanced view list controls
          for now.

    clientgui/
        Events.h
        ViewWork.cpp, .h

svn path=/trunk/boinc/; revision=12955
2007-06-18 11:46:01 +00:00
Rom Walton 9d5b0fbfd1 - WINSETUP: Remove the VBS Script custom action and put back
the shortcut to BOINC Manager.
        
    win_build/installerv2/
        BOINC.ism
        BOINCx64.ism

    - MGR: Revert back out the change to cache the host type
        (local/remote). Somehow it was messing up controlling
        remote machines.

    clientgui/
        MainDocument.cpp, .h

svn path=/trunk/boinc/; revision=12943
2007-06-16 17:54:32 +00:00
Rom Walton be77b7f3d3 Quick Updates
svn path=/trunk/boinc/; revision=12924
2007-06-13 13:46:14 +00:00
Rom Walton 17d8136e5c Quick Updates
svn path=/trunk/boinc/; revision=12900
2007-06-12 03:47:08 +00:00
Rom Walton 6b53451555 Quick Updates
svn path=/trunk/boinc/; revision=12881
2007-06-10 16:04:44 +00:00
Rom Walton 9340500f45 Quick Updates
svn path=/trunk/boinc/; revision=12879
2007-06-09 23:55:46 +00:00
Rom Walton 8e1b87f097 Quick Updates
svn path=/trunk/boinc/; revision=12863
2007-06-08 23:36:34 +00:00
Rom Walton 324b8ae133 svn path=/trunk/boinc/; revision=12844 2007-06-07 12:34:11 +00:00
Rom Walton 50d6ed1b94 - WinSETUP: The VBS custom action should delete the existing
VBS script in the various uninstall modes.

    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        CACreateVBSShortcut.cpp, .h
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=12842
2007-06-07 12:15:05 +00:00
Rom Walton db01d25150 - WinSETUP: The VBS custom action should delete the existing
VBS script when executing in uninstall mode.

    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        CACreateVBSShortcut.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=12835
2007-06-06 14:53:54 +00:00
Rom Walton 7abcdcba97 Quick Updates
svn path=/trunk/boinc/; revision=12826
2007-06-05 21:32:59 +00:00
Rom Walton 11a7c39d90 svn path=/trunk/boinc/; revision=12821 2007-06-05 03:57:34 +00:00
Rom Walton 12bad5f2bc - WinSETUP: Add an exception handler to the VBS script so if the
user cancels the launch of BOINC Manager at startup the script
        itself doesn't throw an error message.

    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        CACreateVBSShortcut.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=12799
2007-06-01 15:36:09 +00:00
Rom Walton 71643c46e4 - fixes #220: 5.10.0 won't install on Win98
- fixes #11: Installer installs autostart command when not
        selected (Win9x)

    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        boinccas95.vcproj
        CACreateVBSShortcut.cpp
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=12774
2007-05-30 03:48:08 +00:00
Rom Walton 8591fd4c12 Quick Updates
svn path=/trunk/boinc/; revision=12769
2007-05-29 19:12:00 +00:00
Rom Walton 4899fb2b0f - Disable HtmlEntityEncode/HtmlEntityDecode on all platforms but
Windows for now.
    - Change all references of mb_str() to c_str() in SkinManager.cpp
        to avoid SIGILL's on Unicode environments.
    - fixes #215: Customize the VBS script used to launch BOINC Manager
        for each system we install on.

    clientgui/
        BOINCBaseView.cpp
        SkinManager.cpp
    win_build/installerv2/
        BOINC.ism
        BOINCx64.ism
    win_build/installerv2/redist/Windows/
        BOINC Manager.vbs (Deleted)
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.sln
        boinccas95.vcproj
        CACreateVBSShortcut.cpp, .h (Added)
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=12764
2007-05-29 16:16:33 +00:00
Rom Walton 9533db7ada svn path=/trunk/boinc/; revision=12729 2007-05-23 16:45:47 +00:00
Rom Walton 83ca42bb8f update versions
svn path=/trunk/boinc/; revision=12692
2007-05-18 16:54:39 +00:00
Rom Walton 021450296e svn path=/trunk/boinc/; revision=12613 2007-05-08 15:33:41 +00:00
Rom Walton f850bf105c svn path=/trunk/boinc/; revision=12598 2007-05-07 19:13:29 +00:00
Rom Walton ad12c3362d svn path=/trunk/boinc/; revision=12596 2007-05-07 16:03:08 +00:00
Rom Walton fa43fc291e svn path=/trunk/boinc/; revision=12573 2007-05-05 21:13:01 +00:00
Rom Walton 775e7cd67a svn path=/trunk/boinc/; revision=12559 2007-05-04 18:48:05 +00:00
Rom Walton b198b64c7a - Include the new custom actions in the Windows Installers
svn path=/trunk/boinc/; revision=12555
2007-05-04 16:51:30 +00:00
Rom Walton b1add48d76 - Fix build break for Unicode builds
( From Frank Weiler )
    - Win: Introduce a custom action to delete any lingering binaries from the
        installation directory before MSI determines what needs to be copied.
    - Win: Introduce a custom action that will migrate
        C:\Program Files (x86)\BOINC to C:\Program Files\BOINC for the x64
        upgrade scenario.
    
    clientgui/
        BOINCGridCtrl.cpp
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        boinccas95.def
        boinccas95.vcproj
        CACleanupOldBinaries.cpp, .h (Added)
        CAMigratex86x64.cpp, .h (Added)
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=12554
2007-05-04 16:34:50 +00:00
Rom Walton 7b281be09d Update EULA text provided by UCB lawyers.
svn path=/trunk/boinc/; revision=12543
2007-05-03 18:11:12 +00:00
Rom Walton 9b8a9d8173 Update Setup packages and versions.inc
svn path=/trunk/boinc/; revision=12510
2007-04-30 18:21:49 +00:00
Rom Walton a974166670 fixes #10 - Installer changes to remove COM registration on install
svn path=/trunk/boinc/; revision=12486
2007-04-26 17:22:45 +00:00
Rom Walton b54ec6f42f - fixes #86 - 5.9.3 won't install on Win98
Make sure that the custom actions that use NT
        specific APIs are only executed on NT based systems.

svn path=/trunk/boinc/; revision=12481
2007-04-26 15:26:33 +00:00
Rom Walton 5a5956c027 Rom 24 Apr 2007
- fixes #121 - Both 32-bit and 64-bit BOINC Windows Installation
        packages require bootstrap loader.

    win_build/installerv2/
        BOINC.ism
        BOINCx64.ism

svn path=/trunk/boinc/; revision=12464
2007-04-24 19:24:34 +00:00
Rom Walton 6d7fe06af8 Updated installer files.
svn path=/trunk/boinc/; revision=12435
2007-04-20 18:56:51 +00:00
Rom Walton 2610291eda Rom 18 Apr 2007
- fixes #7: Includes the last remaining files needed to build and
        package up 64-bit files for setup. We can now build and create
        64-bit windows installer packages.
        
    win_build/installerv2/
        BOINC.ism
        BOINCx64.ism
    win_build/installerv2/redist/Windows/src/
        <Numerious Files>
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll (Added)
        boinccas95.dll (Added)
        dbghelp95.dll (Added)

svn path=/trunk/boinc/; revision=12415
2007-04-18 21:12:43 +00:00
Rom Walton c498b3f1a4 *** empty log message ***
svn path=/trunk/boinc/; revision=12366
2007-04-13 18:35:27 +00:00
Rom Walton fbdcb1bd04 *** empty log message ***
svn path=/trunk/boinc/; revision=12354
2007-04-12 20:08:52 +00:00
Rom Walton c7905b9897 *** empty log message ***
svn path=/trunk/boinc/; revision=12332
2007-04-07 22:00:50 +00:00
Rom Walton 81d4b06e8e *** empty log message ***
svn path=/trunk/boinc/; revision=12102
2007-02-17 20:56:16 +00:00
Rom Walton ab11bce877 *** empty log message ***
svn path=/trunk/boinc/; revision=12091
2007-02-15 07:41:13 +00:00
Rom Walton 8a6cfb0377 *** empty log message ***
svn path=/trunk/boinc/; revision=12090
2007-02-15 05:37:19 +00:00
Rom Walton aff2533e23 *** empty log message ***
svn path=/trunk/boinc/; revision=12084
2007-02-14 22:42:58 +00:00
Rom Walton caad03840a *** empty log message ***
svn path=/trunk/boinc/; revision=12071
2007-02-12 21:41:48 +00:00
Kevin Reed 138faf884f *** empty log message ***
svn path=/trunk/boinc/; revision=12047
2007-02-07 15:38:26 +00:00
Rom Walton af1dc99032 *** empty log message ***
svn path=/trunk/boinc/; revision=11944
2007-01-23 21:36:06 +00:00
Kevin Reed ab68d68471 *** empty log message ***
svn path=/trunk/boinc/; revision=11929
2007-01-22 17:24:49 +00:00
Rom Walton 98dca861c7 *** empty log message ***
svn path=/trunk/boinc/; revision=11804
2007-01-08 18:42:48 +00:00
Rom Walton 590a2d527c *** empty log message ***
svn path=/trunk/boinc/; revision=11775
2007-01-05 19:36:50 +00:00
Rom Walton ac416bb227 *** empty log message ***
svn path=/trunk/boinc/; revision=11774
2007-01-05 09:43:34 +00:00
Rom Walton 2b399ada16 *** empty log message ***
svn path=/trunk/boinc/; revision=11773
2007-01-05 08:49:02 +00:00
Kevin Reed 9341efd07a *** empty log message ***
svn path=/trunk/boinc/; revision=11770
2007-01-04 19:48:29 +00:00
Rom Walton 35f07fa77d *** empty log message ***
svn path=/trunk/boinc/; revision=11755
2007-01-02 17:47:25 +00:00
Rom Walton 3ecb76b71a *** empty log message ***
svn path=/trunk/boinc/; revision=11673
2006-12-14 01:43:45 +00:00
Rom Walton 65b607ec67 *** empty log message ***
svn path=/trunk/boinc/; revision=11633
2006-12-07 15:17:58 +00:00
Rom Walton 1fc016a23b *** empty log message ***
svn path=/trunk/boinc/; revision=11631
2006-12-07 14:31:01 +00:00
Rom Walton 2f7955d80c *** empty log message ***
svn path=/trunk/boinc/; revision=11580
2006-11-23 19:47:35 +00:00
Kevin Reed 85e0d31140 *** empty log message ***
svn path=/trunk/boinc/; revision=11569
2006-11-22 20:37:45 +00:00
Rom Walton a9f3a3ac6c *** empty log message ***
svn path=/trunk/boinc/; revision=11541
2006-11-17 07:37:46 +00:00
Rom Walton 3214a503c1 *** empty log message ***
svn path=/trunk/boinc/; revision=11526
2006-11-15 11:32:52 +00:00
Rom Walton 0426903efc *** empty log message ***
svn path=/trunk/boinc/; revision=11452
2006-11-02 20:42:53 +00:00
Rom Walton 397740e774 *** empty log message ***
svn path=/trunk/boinc/; revision=11432
2006-11-01 08:21:30 +00:00
Kevin Reed 8f793ece8a *** empty log message ***
svn path=/trunk/boinc/; revision=11426
2006-10-31 21:24:47 +00:00
Kevin Reed 8704182f74 *** empty log message ***
svn path=/trunk/boinc/; revision=11408
2006-10-31 05:20:09 +00:00
Rom Walton fac98183c9 *** empty log message ***
svn path=/trunk/boinc/; revision=11377
2006-10-28 01:42:20 +00:00
Rom Walton 83e244a373 *** empty log message ***
svn path=/trunk/boinc/; revision=11350
2006-10-24 20:44:39 +00:00
Kevin Reed 38454c4048 *** empty log message ***
svn path=/trunk/boinc/; revision=11349
2006-10-24 20:33:14 +00:00
Rom Walton 1924099688 *** empty log message ***
svn path=/trunk/boinc/; revision=11348
2006-10-24 20:28:55 +00:00
Kevin Reed 995a270df7 *** empty log message ***
svn path=/trunk/boinc/; revision=11346
2006-10-24 20:19:26 +00:00
Kevin Reed 864751dcdd *** empty log message ***
svn path=/trunk/boinc/; revision=11345
2006-10-24 19:50:28 +00:00
Rom Walton 0ee4dda4f3 *** empty log message ***
svn path=/trunk/boinc/; revision=11311
2006-10-18 23:59:23 +00:00
Rom Walton c539882513 *** empty log message ***
svn path=/trunk/boinc/; revision=11273
2006-10-11 17:53:14 +00:00
Rom Walton 7236c615e0 *** empty log message ***
svn path=/trunk/boinc/; revision=11264
2006-10-09 20:50:32 +00:00
Rom Walton 24947fd58e *** empty log message ***
svn path=/trunk/boinc/; revision=11263
2006-10-09 19:43:53 +00:00
Rom Walton cf2f51da7f *** empty log message ***
svn path=/trunk/boinc/; revision=11021
2006-08-28 20:28:56 +00:00
Rom Walton 38de049f6c *** empty log message ***
svn path=/trunk/boinc/; revision=10982
2006-08-23 05:27:27 +00:00
Rom Walton 1893f71f7c *** empty log message ***
svn path=/trunk/boinc/; revision=10975
2006-08-23 03:20:35 +00:00
Rom Walton d1f390792b *** empty log message ***
svn path=/trunk/boinc/; revision=10922
2006-08-15 17:47:34 +00:00
Rom Walton 7ea9d841c7 *** empty log message ***
svn path=/trunk/boinc/; revision=10862
2006-08-07 22:32:20 +00:00
Rom Walton db8834eba5 *** empty log message ***
svn path=/trunk/boinc/; revision=10837
2006-08-03 22:45:00 +00:00
Rom Walton 7f3db77f1b *** empty log message ***
svn path=/trunk/boinc/; revision=10767
2006-07-26 21:20:00 +00:00
Rom Walton 4fcb8bf5eb *** empty log message ***
svn path=/trunk/boinc/; revision=10765
2006-07-26 20:13:59 +00:00
Rom Walton 4c871ac316 *** empty log message ***
svn path=/trunk/boinc/; revision=10490
2006-06-22 23:35:35 +00:00
Rom Walton a89f7b59a5 *** empty log message ***
svn path=/trunk/boinc/; revision=10452
2006-06-22 09:20:51 +00:00
Rom Walton f47a3d4880 *** empty log message ***
svn path=/trunk/boinc/; revision=10451
2006-06-22 02:26:22 +00:00
Rom Walton 03dafabae1 *** empty log message ***
svn path=/trunk/boinc/; revision=10441
2006-06-21 19:43:03 +00:00
Rom Walton 9a47578ac5 *** empty log message ***
svn path=/trunk/boinc/; revision=10420
2006-06-21 00:08:10 +00:00
Rom Walton 49b235cb23 *** empty log message ***
svn path=/trunk/boinc/; revision=10408
2006-06-20 09:20:03 +00:00
Rom Walton 9cfb2a530a *** empty log message ***
svn path=/trunk/boinc/; revision=10407
2006-06-20 09:05:32 +00:00
Rom Walton 5721dfcd24 *** empty log message ***
svn path=/trunk/boinc/; revision=10405
2006-06-20 07:11:15 +00:00
Rom Walton 3a92236ebb *** empty log message ***
svn path=/trunk/boinc/; revision=10351
2006-06-14 22:43:41 +00:00
Rom Walton 39983aec3f *** empty log message ***
svn path=/trunk/boinc/; revision=10043
2006-04-27 18:45:15 +00:00
Rom Walton 251a7ed930 *** empty log message ***
svn path=/trunk/boinc/; revision=10032
2006-04-26 21:43:56 +00:00
Rom Walton 6dee2fba48 *** empty log message ***
svn path=/trunk/boinc/; revision=10006
2006-04-21 17:11:49 +00:00
Rom Walton 611a612f0a *** empty log message ***
svn path=/trunk/boinc/; revision=9969
2006-04-19 20:10:03 +00:00
Rom Walton 204822494b *** empty log message ***
svn path=/trunk/boinc/; revision=9872
2006-04-13 09:17:03 +00:00
Rom Walton 20e46b2890 *** empty log message ***
svn path=/trunk/boinc/; revision=9871
2006-04-13 09:06:26 +00:00
Rom Walton 169de1ce86 *** empty log message ***
svn path=/trunk/boinc/; revision=9854
2006-04-12 08:37:08 +00:00
Rom Walton 12b42b1fa4 *** empty log message ***
svn path=/trunk/boinc/; revision=9830
2006-04-10 21:09:40 +00:00
Rom Walton 2fb7f38dfe *** empty log message ***
svn path=/trunk/boinc/; revision=9827
2006-04-09 23:06:18 +00:00
Rom Walton e0c44944de *** empty log message ***
svn path=/trunk/boinc/; revision=9826
2006-04-09 22:43:40 +00:00
Rom Walton 7f4d448522 *** empty log message ***
svn path=/trunk/boinc/; revision=9825
2006-04-09 21:54:11 +00:00
Rom Walton daeb093400 *** empty log message ***
svn path=/trunk/boinc/; revision=9823
2006-04-09 01:22:29 +00:00
Rom Walton 7faa3c19a7 *** empty log message ***
svn path=/trunk/boinc/; revision=9821
2006-04-09 01:10:12 +00:00
Rom Walton 5c71737f7d *** empty log message ***
svn path=/trunk/boinc/; revision=9780
2006-03-31 04:56:04 +00:00
Rom Walton a55ba85413 *** empty log message ***
svn path=/trunk/boinc/; revision=9771
2006-03-30 22:04:14 +00:00
Rom Walton f3c037d477 *** empty log message ***
svn path=/trunk/boinc/; revision=9755
2006-03-29 02:50:04 +00:00
Rom Walton 46d523f1a4 *** empty log message ***
svn path=/trunk/boinc/; revision=9750
2006-03-28 21:54:41 +00:00
Rom Walton 5cfdf72673 *** empty log message ***
svn path=/trunk/boinc/; revision=9701
2006-03-21 23:10:20 +00:00
Rom Walton 41c81b238e *** empty log message ***
svn path=/trunk/boinc/; revision=9695
2006-03-21 12:04:14 +00:00
Rom Walton 0c69d7cac0 *** empty log message ***
svn path=/trunk/boinc/; revision=9681
2006-03-17 20:03:20 +00:00
Rom Walton 8ac17c7791 *** empty log message ***
svn path=/trunk/boinc/; revision=9676
2006-03-17 10:33:33 +00:00
Rom Walton c7c81ce6cc *** empty log message ***
svn path=/trunk/boinc/; revision=9670
2006-03-17 07:32:54 +00:00
Rom Walton 271d01da6f *** empty log message ***
svn path=/trunk/boinc/; revision=9648
2006-03-14 09:35:04 +00:00
Rom Walton 09db65be02 *** empty log message ***
svn path=/trunk/boinc/; revision=9621
2006-03-08 04:07:07 +00:00
Rom Walton 6ee8504787 *** empty log message ***
svn path=/trunk/boinc/; revision=9609
2006-03-06 22:43:20 +00:00
Rom Walton 776e976c6d *** empty log message ***
svn path=/trunk/boinc/; revision=9584
2006-03-01 11:21:45 +00:00
Rom Walton 8e1cc17a5f *** empty log message ***
svn path=/trunk/boinc/; revision=9571
2006-02-27 20:56:52 +00:00
Rom Walton 05eef8e120 *** empty log message ***
svn path=/trunk/boinc/; revision=9549
2006-02-24 23:39:08 +00:00
Rom Walton 02482d5f75 *** empty log message ***
svn path=/trunk/boinc/; revision=9537
2006-02-23 09:02:11 +00:00
Rom Walton ca5d6a952e *** empty log message ***
svn path=/trunk/boinc/; revision=9456
2006-02-13 21:25:34 +00:00
Rom Walton 31609a83b3 *** empty log message ***
svn path=/trunk/boinc/; revision=9451
2006-02-13 10:20:42 +00:00
Rom Walton 22dd7e0e8b *** empty log message ***
svn path=/trunk/boinc/; revision=9441
2006-02-10 19:35:28 +00:00