mirror of https://github.com/BOINC/boinc.git
- 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 svn path=/trunk/boinc/; revision=16884
This commit is contained in:
parent
1260dad4f1
commit
a7699be8a9
|
@ -144,3 +144,17 @@ David Jan 12 2009
|
|||
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
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -53,8 +53,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,0,0,125
|
||||
PRODUCTVERSION 1,0,0,125
|
||||
FILEVERSION 1,0,0,130
|
||||
PRODUCTVERSION 1,0,0,130
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -70,12 +70,12 @@ BEGIN
|
|||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "BOINC Dynamic Link Library"
|
||||
VALUE "FileVersion", "1.0.0.125"
|
||||
VALUE "FileVersion", "1.0.0.130"
|
||||
VALUE "InternalName", "BOINC"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2005-2008"
|
||||
VALUE "OriginalFilename", "BOINC.dll"
|
||||
VALUE "ProductName", " BOINC Dynamic Link Library"
|
||||
VALUE "ProductVersion", "1.0.0.125"
|
||||
VALUE "ProductVersion", "1.0.0.130"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue