Commit Graph

70 Commits

Author SHA1 Message Date
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 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 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 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 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 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 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
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
Rom Walton 35f07fa77d *** empty log message ***
svn path=/trunk/boinc/; revision=11755
2007-01-02 17:47:25 +00:00
Rom Walton 4fcb8bf5eb *** empty log message ***
svn path=/trunk/boinc/; revision=10765
2006-07-26 20:13:59 +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 49b235cb23 *** empty log message ***
svn path=/trunk/boinc/; revision=10408
2006-06-20 09:20:03 +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 20e46b2890 *** empty log message ***
svn path=/trunk/boinc/; revision=9871
2006-04-13 09:06:26 +00:00
Rom Walton 12b42b1fa4 *** empty log message ***
svn path=/trunk/boinc/; revision=9830
2006-04-10 21:09:40 +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 7faa3c19a7 *** empty log message ***
svn path=/trunk/boinc/; revision=9821
2006-04-09 01:10:12 +00:00
Rom Walton 41c81b238e *** empty log message ***
svn path=/trunk/boinc/; revision=9695
2006-03-21 12:04:14 +00:00
Rom Walton c7c81ce6cc *** empty log message ***
svn path=/trunk/boinc/; revision=9670
2006-03-17 07:32:54 +00:00
Bruce Allen 8b0568d86a Add BOINC_RCSID_ tags to those .C, .c and .cpp files that don't yet have
them.

svn path=/trunk/boinc/; revision=7985
2005-09-13 09:01:56 +00:00
Rom Walton 5a41edb690 *** empty log message ***
svn path=/trunk/boinc/; revision=5723
2005-03-28 19:02:02 +00:00
Rom Walton 09c87f1c16 *** empty log message ***
svn path=/trunk/boinc/; revision=5619
2005-03-10 01:03:37 +00:00
Rom Walton 1bfebf738c *** empty log message ***
svn path=/trunk/boinc/; revision=5596
2005-03-08 22:14:00 +00:00
Rom Walton e136112a76 *** empty log message ***
svn path=/trunk/boinc/; revision=5593
2005-03-08 20:15:13 +00:00
Rom Walton 92093f9f42 *** empty log message ***
svn path=/trunk/boinc/; revision=5561
2005-03-04 04:59:23 +00:00
Rom Walton 933bcbbbe7 *** empty log message ***
svn path=/trunk/boinc/; revision=5560
2005-03-04 04:11:33 +00:00
Rom Walton e9f3910058 *** empty log message ***
svn path=/trunk/boinc/; revision=5557
2005-03-03 22:58:53 +00:00
Rom Walton e40f6d3e48 *** empty log message ***
svn path=/trunk/boinc/; revision=5554
2005-03-03 11:12:57 +00:00
Rom Walton 96b2ee5410 *** empty log message ***
svn path=/trunk/boinc/; revision=5553
2005-03-03 11:08:38 +00:00
Rom Walton 476c0d9afe *** empty log message ***
svn path=/trunk/boinc/; revision=5511
2005-02-23 23:34:32 +00:00
Rom Walton 0c633c49aa *** empty log message ***
svn path=/trunk/boinc/; revision=5396
2005-02-11 02:35:07 +00:00
Rom Walton 6049c6756f *** empty log message ***
svn path=/trunk/boinc/; revision=5368
2005-02-09 01:14:14 +00:00
Rom Walton a3d41f2f11 *** empty log message ***
svn path=/trunk/boinc/; revision=5331
2005-02-05 22:18:41 +00:00
Rom Walton 63918cb6c1 *** empty log message ***
svn path=/trunk/boinc/; revision=5326
2005-02-05 09:35:47 +00:00
Rom Walton 442a9c2ae2 *** empty log message ***
svn path=/trunk/boinc/; revision=5305
2005-02-04 05:26:06 +00:00