You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(42) |
Sep
(42) |
Oct
(57) |
Nov
(12) |
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(14) |
Feb
(4) |
Mar
(52) |
Apr
(13) |
May
(89) |
Jun
(38) |
Jul
(5) |
Aug
(32) |
Sep
(68) |
Oct
(27) |
Nov
(2) |
Dec
(13) |
2004 |
Jan
(3) |
Feb
(6) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ci...@us...> - 2003-05-30 04:19:07
|
Update of /cvsroot/decaldev/source/DecalInput In directory sc8-pr-cvs1:/tmp/cvs-serv29127/DecalInput Modified Files: InputService.cpp Log Message: a few more CRegKey to RegKey needed for 100% clean build Index: InputService.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DecalInput/InputService.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** InputService.cpp 23 May 2003 02:20:47 -0000 1.8 --- InputService.cpp 30 May 2003 04:12:03 -0000 1.9 *************** *** 161,165 **** // First check if there's version info in the registry ! CRegKey key; key.Open( HKEY_LOCAL_MACHINE, _T( "Software\\Decal" ) ); DWORD dwRegMajor, dwRegMinor; --- 161,165 ---- // First check if there's version info in the registry ! RegKey key; key.Open( HKEY_LOCAL_MACHINE, _T( "Software\\Decal" ) ); DWORD dwRegMajor, dwRegMinor; *************** *** 263,267 **** // Load the keymap ! CRegKey key; if(key.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00" ), KEY_READ ) != ERROR_SUCCESS) return E_FAIL; --- 263,267 ---- // Load the keymap ! RegKey key; if(key.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00" ), KEY_READ ) != ERROR_SUCCESS) return E_FAIL; |
From: <ci...@us...> - 2003-05-30 04:14:57
|
Update of /cvsroot/decaldev/source/DecalNet In directory sc8-pr-cvs1:/tmp/cvs-serv29127/DecalNet Modified Files: NetService.cpp Log Message: a few more CRegKey to RegKey needed for 100% clean build Index: NetService.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DecalNet/NetService.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** NetService.cpp 23 May 2003 02:20:47 -0000 1.10 --- NetService.cpp 30 May 2003 04:12:03 -0000 1.11 *************** *** 190,194 **** // Startup version 1 network filters ! CRegKey hkeyNF; if ( hkeyNF.Open ( HKEY_LOCAL_MACHINE, _T( "Software\\Decal\\NetworkFilters" ), KEY_READ ) == ERROR_SUCCESS ) { --- 190,194 ---- // Startup version 1 network filters ! RegKey hkeyNF; if ( hkeyNF.Open ( HKEY_LOCAL_MACHINE, _T( "Software\\Decal\\NetworkFilters" ), KEY_READ ) == ERROR_SUCCESS ) { |
From: <ci...@us...> - 2003-05-30 04:11:15
|
Update of /cvsroot/decaldev/source In directory sc8-pr-cvs1:/tmp/cvs-serv28722 Modified Files: Decal.dsw Log Message: adds lobbyhook Index: Decal.dsw =================================================================== RCS file: /cvsroot/decaldev/source/Decal.dsw,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Decal.dsw 15 May 2003 03:58:10 -0000 1.6 --- Decal.dsw 30 May 2003 04:11:12 -0000 1.7 *************** *** 16,31 **** ############################################################################### - Project: "LobbyHook"=.\LobbyHook\LobbyHook.dsp - Package Owner=<4> - - Package=<5> - {{{ - }}} - - Package=<4> - {{{ - }}} - - ############################################################################### - Project: "DecalControls"=.\DecalControls\DecalControls.dsp - Package Owner=<4> --- 16,19 ---- *************** *** 138,141 **** --- 126,132 ---- Project_Dep_Name PlainText End Project Dependency + Begin Project Dependency + Project_Dep_Name LobbyHook + End Project Dependency }}} *************** *** 153,156 **** --- 144,159 ---- Project_Dep_Name Decal End Project Dependency + }}} + + ############################################################################### + + Project: "LobbyHook"=.\LobbyHook\LobbyHook.dsp - Package Owner=<4> + + Package=<5> + {{{ + }}} + + Package=<4> + {{{ }}} |
From: <par...@us...> - 2003-05-30 02:14:52
|
Update of /cvsroot/decaldev/source/DenAgent In directory sc8-pr-cvs1:/tmp/cvs-serv31154 Modified Files: OptionsDlg.cpp Log Message: typo's > me Index: OptionsDlg.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/OptionsDlg.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** OptionsDlg.cpp 30 May 2003 01:37:52 -0000 1.17 --- OptionsDlg.cpp 30 May 2003 02:12:33 -0000 1.18 *************** *** 289,293 **** // Set the font info ! key.SetDOWRDValue("FontType", (DWORD)m_nFontChoice); key.SetStringValue("FontName", (LPCTSTR)m_szCustomFont); --- 289,293 ---- // Set the font info ! key.SetDWORDValue("FontType", (DWORD)m_nFontChoice); key.SetStringValue("FontName", (LPCTSTR)m_szCustomFont); |
From: <par...@us...> - 2003-05-30 02:02:15
|
Update of /cvsroot/decaldev/source/Include In directory sc8-pr-cvs1:/tmp/cvs-serv26257 Modified Files: DecalImpl.h Log Message: more registry updates Index: DecalImpl.h =================================================================== RCS file: /cvsroot/decaldev/source/Include/DecalImpl.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DecalImpl.h 23 May 2003 02:20:48 -0000 1.4 --- DecalImpl.h 30 May 2003 02:02:12 -0000 1.5 *************** *** 12,15 **** --- 12,17 ---- #import <msxml.dll> + #include "../Include/Helpers.h" + template< class ImplT > class ATL_NO_VTABLE IDecalServiceImpl *************** *** 139,143 **** LPTSTR szKey = OLE2T( strKey ); ! CRegKey rk; TCHAR szPluginKey[ 255 ]; ::_stprintf( szPluginKey, _T( "Software\\Decal\\%s\\%s" ), static_cast< ImplT * >( this )->getConfigGroup(), szKey ); --- 141,145 ---- LPTSTR szKey = OLE2T( strKey ); ! RegKey rk; TCHAR szPluginKey[ 255 ]; ::_stprintf( szPluginKey, _T( "Software\\Decal\\%s\\%s" ), static_cast< ImplT * >( this )->getConfigGroup(), szKey ); *************** *** 160,164 **** { LPTSTR szProgID = OLE2T( vProgID.bstrVal ); ! CRegKey rkProgID; rkProgID.Create( HKEY_CLASSES_ROOT, szProgID ); --- 162,166 ---- { LPTSTR szProgID = OLE2T( vProgID.bstrVal ); ! RegKey rkProgID; rkProgID.Create( HKEY_CLASSES_ROOT, szProgID ); |
From: <par...@us...> - 2003-05-30 01:49:33
|
Update of /cvsroot/decaldev/source/Inject In directory sc8-pr-cvs1:/tmp/cvs-serv18904 Modified Files: StdAfx.h RootLayer.h Panel.cpp Manager.cpp Inject.cpp BarLayer.cpp Log Message: more registry updates Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/Inject/StdAfx.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** StdAfx.h 23 May 2003 02:20:48 -0000 1.10 --- StdAfx.h 30 May 2003 01:49:29 -0000 1.11 *************** *** 39,43 **** #include <string> #import <msxml.dll> ! #include "../Include/VSBridge.h" #define MakePtr( cast, ptr, AddValue ) (cast)( (DWORD)(ptr)+(DWORD)(AddValue)) --- 39,43 ---- #include <string> #import <msxml.dll> ! #include "../Include/Helpers.h" #include "../Include/VSBridge.h" #define MakePtr( cast, ptr, AddValue ) (cast)( (DWORD)(ptr)+(DWORD)(AddValue)) Index: RootLayer.h =================================================================== RCS file: /cvsroot/decaldev/source/Inject/RootLayer.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RootLayer.h 23 May 2003 02:20:48 -0000 1.5 --- RootLayer.h 30 May 2003 01:49:29 -0000 1.6 *************** *** 26,30 **** cRootLayer() : m_nNextViewID( 1000 ), m_nViewMode( 0 ) { ! CRegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); if( key.QueryDWORDValue( _T("ViewMode"), m_nViewMode ) != ERROR_SUCCESS) --- 26,30 ---- cRootLayer() : m_nNextViewID( 1000 ), m_nViewMode( 0 ) { ! RegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); if( key.QueryDWORDValue( _T("ViewMode"), m_nViewMode ) != ERROR_SUCCESS) Index: Panel.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Inject/Panel.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Panel.cpp 23 May 2003 02:20:48 -0000 1.12 --- Panel.cpp 30 May 2003 01:49:29 -0000 1.13 *************** *** 110,114 **** m_pSite->put_Transparent( VARIANT_FALSE ); ! CRegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); --- 110,114 ---- m_pSite->put_Transparent( VARIANT_FALSE ); ! RegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); Index: Manager.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Inject/Manager.cpp,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** Manager.cpp 23 May 2003 02:20:48 -0000 1.70 --- Manager.cpp 30 May 2003 01:49:30 -0000 1.71 *************** *** 158,162 **** // Set the blending Mode from the Registry { ! CRegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); --- 158,162 ---- // Set the blending Mode from the Registry { ! RegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); *************** *** 1260,1264 **** USES_CONVERSION; ! CRegKey key; HANDLE hFile; --- 1260,1264 ---- USES_CONVERSION; ! RegKey key; HANDLE hFile; *************** *** 1285,1289 **** ZeroMemory(tempbuf, sizeof(tempbuf)); ! if (key.QueryValue (tempbuf, _T("Path"), &dwLengthPath) != ERROR_SUCCESS) { return E_FAIL; --- 1285,1289 ---- ZeroMemory(tempbuf, sizeof(tempbuf)); ! if (key.QueryStringValue (_T("Path"), tempbuf, &dwLengthPath) != ERROR_SUCCESS) { return E_FAIL; *************** *** 1292,1296 **** dwLengthMap = MAX_PATH-dwLengthPath; ! if (key.QueryValue (tempbuf, _T("CurrentInputMap"), &dwLengthMap) != ERROR_SUCCESS) { // This seems to be what AC does --- 1292,1296 ---- dwLengthMap = MAX_PATH-dwLengthPath; ! if (key.QueryStringValue (_T("CurrentInputMap"), tempbuf, &dwLengthMap) != ERROR_SUCCESS) { // This seems to be what AC does *************** *** 1422,1426 **** if (!g_bDecalFontRead) { ! CRegKey key; // Open the main Decal Key --- 1422,1426 ---- if (!g_bDecalFontRead) { ! RegKey key; // Open the main Decal Key *************** *** 1429,1433 **** // Get font type DWORD dwFontType; ! if (key.QueryValue(dwFontType, "FontType") == ERROR_SUCCESS) { // Act on type --- 1429,1433 ---- // Get font type DWORD dwFontType; ! if (key.QueryDWORDValue("FontType", dwFontType) == ERROR_SUCCESS) { // Act on type *************** *** 1442,1446 **** case 1: // Current AC Client Font { ! CRegKey k; TCHAR szFontName[512]; DWORD dwCount = 512; --- 1442,1446 ---- case 1: // Current AC Client Font { ! RegKey k; TCHAR szFontName[512]; DWORD dwCount = 512; *************** *** 1448,1452 **** // Get the AC Client font k.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00")); ! if (k.QueryValue(szFontName, "Font", &dwCount) == ERROR_SUCCESS) { g_bstrDecalFontName = _bstr_t(szFontName); --- 1448,1452 ---- // Get the AC Client font k.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00")); ! if (k.QueryStringValue("Font", szFontName, &dwCount) == ERROR_SUCCESS) { g_bstrDecalFontName = _bstr_t(szFontName); *************** *** 1463,1467 **** // Get the custom font ! if (key.QueryValue(szFontName, "FontName", &dwCount) == ERROR_SUCCESS) { g_bstrDecalFontName = _bstr_t(szFontName); --- 1463,1467 ---- // Get the custom font ! if (key.QueryStringValue("FontName", szFontName, &dwCount) == ERROR_SUCCESS) { g_bstrDecalFontName = _bstr_t(szFontName); Index: Inject.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Inject/Inject.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Inject.cpp 13 May 2003 07:16:12 -0000 1.20 --- Inject.cpp 30 May 2003 01:49:30 -0000 1.21 *************** *** 181,187 **** } else { DWORD dwCount = MAX_PATH; ! CRegKey key; key.Open( HKEY_LOCAL_MACHINE, _paths[ pathType ].szKey ); ! key.QueryValue( szBuffer, _paths[ pathType ].szValue, &dwCount ); ::_tcscat( szBuffer, _T( "\\" ) ); ::_tcscat( szBuffer, szFilename ); --- 181,187 ---- } else { DWORD dwCount = MAX_PATH; ! RegKey key; key.Open( HKEY_LOCAL_MACHINE, _paths[ pathType ].szKey ); ! key.QueryStringValue( _paths[ pathType ].szValue, szBuffer, &dwCount ); ::_tcscat( szBuffer, _T( "\\" ) ); ::_tcscat( szBuffer, szFilename ); *************** *** 193,197 **** bool CheckForHardwareMode () { ! CRegKey key; if (key.Open (HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00", KEY_READ) != ERROR_SUCCESS) --- 193,197 ---- bool CheckForHardwareMode () { ! RegKey key; if (key.Open (HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00", KEY_READ) != ERROR_SUCCESS) *************** *** 202,206 **** DWORD dwValue = 0; ! if (key.QueryValue (dwValue, "UseHardware") != ERROR_SUCCESS) { return false; --- 202,206 ---- DWORD dwValue = 0; ! if (key.QueryDWORDValue ("UseHardware", dwValue) != ERROR_SUCCESS) { return false; Index: BarLayer.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Inject/BarLayer.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** BarLayer.cpp 17 Mar 2003 09:23:15 -0000 1.13 --- BarLayer.cpp 30 May 2003 01:49:30 -0000 1.14 *************** *** 107,111 **** m_pSite->put_Transparent( VARIANT_FALSE ); ! CRegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); --- 107,111 ---- m_pSite->put_Transparent( VARIANT_FALSE ); ! RegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); *************** *** 113,126 **** m_bRadarDraw = true; ! if( key.QueryValue( dwAlpha, "BarAlpha" ) == ERROR_SUCCESS ) m_pSite->put_Alpha( dwAlpha ); ! if( key.QueryValue( dwRadarDraw, "BarRadarDraw" ) == ERROR_SUCCESS ) m_bRadarDraw = dwRadarDraw ? true : false; ! if( key.QueryValue( m_nMinMax, "BarState" ) != ERROR_SUCCESS ) m_nMinMax = eStateMax; ! if( key.QueryValue( (DWORD &) m_TotalDelta, "BarDelta" ) != ERROR_SUCCESS ) m_TotalDelta = 0; --- 113,126 ---- m_bRadarDraw = true; ! if( key.QueryDWORDValue( "BarAlpha", dwAlpha ) == ERROR_SUCCESS ) m_pSite->put_Alpha( dwAlpha ); ! if( key.QueryDWORDValue( "BarRadarDraw", dwRadarDraw ) == ERROR_SUCCESS ) m_bRadarDraw = dwRadarDraw ? true : false; ! if( key.QueryDWORDValue( "BarState", m_nMinMax ) != ERROR_SUCCESS ) m_nMinMax = eStateMax; ! if( key.QueryDWORDValue( "BarDelta", (DWORD &)m_TotalDelta ) != ERROR_SUCCESS ) m_TotalDelta = 0; *************** *** 404,408 **** void __stdcall cBarLayer::onMinMaxHit(long nID) { ! CRegKey key; if (m_nMinMax == eStateMax) { --- 404,408 ---- void __stdcall cBarLayer::onMinMaxHit(long nID) { ! RegKey key; if (m_nMinMax == eStateMax) { *************** *** 415,419 **** key.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Decal")); ! key.SetValue(m_nMinMax, "BarState"); Reformat(); --- 415,419 ---- key.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Decal")); ! key.SetDWORDValue("BarState", m_nMinMax); Reformat(); *************** *** 446,452 **** m_bDragging = false; ! CRegKey key; key.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Decal")); ! key.SetValue(m_TotalDelta, "BarDelta"); } break; --- 446,452 ---- m_bDragging = false; ! RegKey key; key.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Decal")); ! key.SetDWORDValue("BarDelta", (DWORD)m_TotalDelta); } break; |
From: <par...@us...> - 2003-05-30 01:37:55
|
Update of /cvsroot/decaldev/source/DenAgent In directory sc8-pr-cvs1:/tmp/cvs-serv12681 Modified Files: TrayWnd.cpp OptionsDlg.cpp DenAgentDlg.cpp DenAgent.rc Log Message: more registry updates Index: TrayWnd.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/TrayWnd.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TrayWnd.cpp 29 May 2003 21:30:15 -0000 1.11 --- TrayWnd.cpp 30 May 2003 01:37:51 -0000 1.12 *************** *** 135,139 **** RegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" ) ); ! key.SetValue( szImagePath, _T( "AgentPath" ) ); return 0; --- 135,139 ---- RegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" ) ); ! key.SetStringValue( _T( "AgentPath" ), szImagePath ); return 0; Index: OptionsDlg.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/OptionsDlg.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** OptionsDlg.cpp 29 May 2003 21:30:15 -0000 1.16 --- OptionsDlg.cpp 30 May 2003 01:37:52 -0000 1.17 *************** *** 83,87 **** DWORD alpha; ! if(key.QueryValue(alpha, "BarAlpha")==ERROR_SUCCESS) { m_nBarAlpha = alpha; --- 83,87 ---- DWORD alpha; ! if(key.QueryDWORDValue("BarAlpha", alpha)==ERROR_SUCCESS) { m_nBarAlpha = alpha; *************** *** 94,98 **** //m_BarAlpha.SetWindowText("255"); ! if(key.QueryValue(alpha, "ViewAlpha")==ERROR_SUCCESS) { m_nViewAlpha = alpha; --- 94,98 ---- //m_BarAlpha.SetWindowText("255"); ! if(key.QueryDWORDValue("ViewAlpha", alpha)==ERROR_SUCCESS) { m_nViewAlpha = alpha; *************** *** 106,115 **** DWORD dwRadarDraw = 1; ! key.QueryValue( dwRadarDraw, "BarRadarDraw" ); //::SendMessage( GetDlgItem( IDC_RADARNO )->m_hWnd, BM_SETCHECK, !dwRadarDraw, 0 ); ::SendMessage( GetDlgItem( IDC_RADARYES )->m_hWnd, BM_SETCHECK, !dwRadarDraw, 0 ); DWORD dwTimestamp = 0; ! key.QueryValue( dwTimestamp, "Timestamp" ); //::SendMessage( GetDlgItem( IDC_TIMESTAMPOFF )->m_hWnd, BM_SETCHECK, !dwTimestamp, 0 ); ::SendMessage( GetDlgItem( IDC_TIMESTAMPON )->m_hWnd, BM_SETCHECK, dwTimestamp, 0 ); --- 106,115 ---- DWORD dwRadarDraw = 1; ! key.QueryDWORDValue( "BarRadarDraw", dwRadarDraw ); //::SendMessage( GetDlgItem( IDC_RADARNO )->m_hWnd, BM_SETCHECK, !dwRadarDraw, 0 ); ::SendMessage( GetDlgItem( IDC_RADARYES )->m_hWnd, BM_SETCHECK, !dwRadarDraw, 0 ); DWORD dwTimestamp = 0; ! key.QueryDWORDValue( "Timestamp", dwTimestamp ); //::SendMessage( GetDlgItem( IDC_TIMESTAMPOFF )->m_hWnd, BM_SETCHECK, !dwTimestamp, 0 ); ::SendMessage( GetDlgItem( IDC_TIMESTAMPON )->m_hWnd, BM_SETCHECK, dwTimestamp, 0 ); *************** *** 121,130 **** DWORD dwTSColor = 12; ! key.QueryValue( dwTSColor, "TimestampColor" ); ::SendMessage( GetDlgItem( IDC_FORMATCLR )->m_hWnd, CB_SETCURSEL, ++dwTSColor, 0 ); char szFormat[MAX_PATH]; DWORD dwFormatLen = MAX_PATH; ! if( key.QueryValue( szFormat, "TimestampFormat", &dwFormatLen ) != ERROR_SUCCESS ) //just thieved from achooks memset( szFormat, 0, sizeof(szFormat) ), strncpy( szFormat, "[%H:%M]", sizeof( szFormat ) ); ::SendMessage( GetDlgItem( IDC_FORMATSTR )->m_hWnd, WM_SETTEXT, 0, (LPARAM)szFormat ); --- 121,130 ---- DWORD dwTSColor = 12; ! key.QueryDWORDValue( "TimestampColor", dwTSColor ); ::SendMessage( GetDlgItem( IDC_FORMATCLR )->m_hWnd, CB_SETCURSEL, ++dwTSColor, 0 ); char szFormat[MAX_PATH]; DWORD dwFormatLen = MAX_PATH; ! if( key.QueryStringValue( "TimestampFormat", szFormat, &dwFormatLen ) != ERROR_SUCCESS ) //just thieved from achooks memset( szFormat, 0, sizeof(szFormat) ), strncpy( szFormat, "[%H:%M]", sizeof( szFormat ) ); ::SendMessage( GetDlgItem( IDC_FORMATSTR )->m_hWnd, WM_SETTEXT, 0, (LPARAM)szFormat ); *************** *** 132,136 **** // Get font type DWORD dwFontType; ! if (key.QueryValue(dwFontType, "FontType") == ERROR_SUCCESS) { m_nFontChoice = (int) dwFontType; --- 132,136 ---- // Get font type DWORD dwFontType; ! if (key.QueryDWORDValue("FontType", dwFontType) == ERROR_SUCCESS) { m_nFontChoice = (int) dwFontType; *************** *** 140,144 **** TCHAR szFontName[512]; DWORD dwCount = 512; ! if (key.QueryValue(szFontName, "FontName", &dwCount) == ERROR_SUCCESS) { m_szCustomFont = szFontName; --- 140,144 ---- TCHAR szFontName[512]; DWORD dwCount = 512; ! if (key.QueryStringValue("FontName", szFontName, &dwCount) == ERROR_SUCCESS) { m_szCustomFont = szFontName; *************** *** 147,151 **** DWORD dwAlphaBlendMode; ! if(key.QueryValue(dwAlphaBlendMode, "AlphaBlendMode")==ERROR_SUCCESS) // para - dialog clean up //{ --- 147,151 ---- DWORD dwAlphaBlendMode; ! if(key.QueryDWORDValue("AlphaBlendMode", dwAlphaBlendMode)==ERROR_SUCCESS) // para - dialog clean up //{ *************** *** 161,165 **** DWORD dwViewMode; ! if( key.QueryValue( dwViewMode, "ViewMode" )== ERROR_SUCCESS ) // para - dialog clean up //{ --- 161,165 ---- DWORD dwViewMode; ! if( key.QueryDWORDValue( "ViewMode", dwViewMode )== ERROR_SUCCESS ) // para - dialog clean up //{ *************** *** 180,188 **** DWORD dwSize = 1024; ! if(key.QueryValue( szURLDirectory, _T( "DecalDirectory" ), &dwSize )==ERROR_SUCCESS) m_Url.SetWindowText(szURLDirectory); else { ! key.SetValue("http://decaldev.sourceforge.net", "DecalDirectory"); m_Url.SetWindowText("http://decaldev.sourceforge.net"); } --- 180,188 ---- DWORD dwSize = 1024; ! if(key.QueryStringValue( _T( "DecalDirectory" ), szURLDirectory, &dwSize )==ERROR_SUCCESS) m_Url.SetWindowText(szURLDirectory); else { ! key.SetStringValue("DecalDirectory", "http://decaldev.sourceforge.net"); m_Url.SetWindowText("http://decaldev.sourceforge.net"); } *************** *** 193,197 **** TCHAR szPath[ MAX_PATH ]; DWORD dwPathSize = MAX_PATH; ! if (k.QueryValue(szPath, "Decal", &dwPathSize) == ERROR_SUCCESS) { ::SendMessage(GetDlgItem(IDC_CHECK_AUTOSTART)->m_hWnd, BM_SETCHECK, 1, 0); } --- 193,197 ---- TCHAR szPath[ MAX_PATH ]; DWORD dwPathSize = MAX_PATH; ! if (k.QueryStringValue("Decal", szPath, &dwPathSize) == ERROR_SUCCESS) { ::SendMessage(GetDlgItem(IDC_CHECK_AUTOSTART)->m_hWnd, BM_SETCHECK, 1, 0); } *************** *** 202,206 **** k.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00")); dwCount = 512; ! if (k.QueryValue(szFontName, "Font", &dwCount) == ERROR_SUCCESS) { m_szACClientFont = szFontName; --- 202,206 ---- k.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00")); dwCount = 512; ! if (k.QueryStringValue("Font", szFontName, &dwCount) == ERROR_SUCCESS) { m_szACClientFont = szFontName; *************** *** 232,236 **** alpha = 255; ! key.SetValue(alpha, "BarAlpha"); m_ViewAlpha.GetWindowText(csa); --- 232,236 ---- alpha = 255; ! key.SetDWORDValue("BarAlpha", alpha); m_ViewAlpha.GetWindowText(csa); *************** *** 240,294 **** alpha = 255; ! key.SetValue(alpha, "ViewAlpha"); DWORD dwRadarDraw = 1; ! key.QueryValue( dwRadarDraw, "BarRadarDraw" ); if( ::SendMessage( GetDlgItem( IDC_RADARYES )->m_hWnd, BM_GETCHECK, 0, 0 ) ) { ! key.SetValue( (DWORD) 0, "BarRadarDraw" ); if( dwRadarDraw ) ! key.SetValue( (DWORD) 0, "BarDelta" ); } else { ! key.SetValue( (DWORD) 1, "BarRadarDraw" ); if( !dwRadarDraw ) ! key.SetValue( (DWORD) 0, "BarDelta" ); } DWORD dwTimestamp = 1; ! key.QueryValue( dwTimestamp, "Timestamp" ); if( ::SendMessage( GetDlgItem( IDC_TIMESTAMPON )->m_hWnd, BM_GETCHECK, 0, 0 ) ) ! key.SetValue( (DWORD) 1, "Timestamp" ); else ! key.SetValue( (DWORD) 0, "Timestamp" ); DWORD dwColor = ::SendMessage(GetDlgItem(IDC_FORMATCLR)->m_hWnd, CB_GETCURSEL, 0, 0); ! key.SetValue( --dwColor, "TimestampColor" ); char szFormat[MAX_PATH]; ::SendMessage( GetDlgItem(IDC_FORMATSTR)->m_hWnd, WM_GETTEXT, MAX_PATH, (LPARAM)szFormat); ! key.SetValue( szFormat, "TimestampFormat" ); if(::SendMessage(GetDlgItem(IDC_BLENDINGGDIPLUS)->m_hWnd, BM_GETCHECK, 0, 0)) ! key.SetValue(0x2, "AlphaBlendMode"); else ! key.SetValue(0x1, "AlphaBlendMode"); // para - dropped viewsingle, switched around if( ::SendMessage( GetDlgItem( IDC_VIEWMULTI )->m_hWnd, BM_GETCHECK, 0, 0 ) ) ! key.SetValue( (DWORD) 1, "ViewMode" ); else ! key.SetValue( (DWORD) 0, "ViewMode" ); // Set the font info ! key.SetValue((DWORD) m_nFontChoice, "FontType"); ! key.SetValue((LPCTSTR) m_szCustomFont, "FontName"); key.Close(); --- 240,294 ---- alpha = 255; ! key.SetDWORDValue("ViewAlpha", alpha); DWORD dwRadarDraw = 1; ! key.QueryDWORDValue( "BarRadarDraw", dwRadarDraw ); if( ::SendMessage( GetDlgItem( IDC_RADARYES )->m_hWnd, BM_GETCHECK, 0, 0 ) ) { ! key.SetDWORDValue( "BarRadarDraw", (DWORD)0 ); if( dwRadarDraw ) ! key.SetDWORDValue( "BarDelta", (DWORD)0 ); } else { ! key.SetDWORDValue( "BarRadarDraw", (DWORD)1 ); if( !dwRadarDraw ) ! key.SetDWORDValue( "BarDelta", (DWORD)0 ); } DWORD dwTimestamp = 1; ! key.QueryDWORDValue( "Timestamp", dwTimestamp ); if( ::SendMessage( GetDlgItem( IDC_TIMESTAMPON )->m_hWnd, BM_GETCHECK, 0, 0 ) ) ! key.SetDWORDValue( "Timestamp", (DWORD)1 ); else ! key.SetDWORDValue( "Timestamp", (DWORD)0 ); DWORD dwColor = ::SendMessage(GetDlgItem(IDC_FORMATCLR)->m_hWnd, CB_GETCURSEL, 0, 0); ! key.SetDWORDValue( "TimestampColor", --dwColor ); char szFormat[MAX_PATH]; ::SendMessage( GetDlgItem(IDC_FORMATSTR)->m_hWnd, WM_GETTEXT, MAX_PATH, (LPARAM)szFormat); ! key.SetStringValue( "TimestampFormat", szFormat ); if(::SendMessage(GetDlgItem(IDC_BLENDINGGDIPLUS)->m_hWnd, BM_GETCHECK, 0, 0)) ! key.SetDWORDValue("AlphaBlendMode", 0x2L); else ! key.SetDWORDValue("AlphaBlendMode", 0x1L); // para - dropped viewsingle, switched around if( ::SendMessage( GetDlgItem( IDC_VIEWMULTI )->m_hWnd, BM_GETCHECK, 0, 0 ) ) ! key.SetDWORDValue( "ViewMode", (DWORD) 1L ); else ! key.SetDWORDValue( "ViewMode", 0L ); // Set the font info ! key.SetDOWRDValue("FontType", (DWORD)m_nFontChoice); ! key.SetStringValue("FontName", (LPCTSTR)m_szCustomFont); key.Close(); *************** *** 306,310 **** } ! k.SetValue(szCmdLine.data(), "Decal"); } else { --- 306,310 ---- } ! k.SetStringValue("Decal", szCmdLine.data()); } else { *************** *** 329,333 **** TCHAR szURLDirectory[ 1024 ]; DWORD dwSize = 1024; ! keyAgent.QueryValue( szURLDirectory, _T( "DecalDirectory" ), &dwSize ); m_Url.SetWindowText(szURLDirectory); } --- 329,333 ---- TCHAR szURLDirectory[ 1024 ]; DWORD dwSize = 1024; ! keyAgent.QueryStringValue( _T( "DecalDirectory" ), szURLDirectory, &dwSize ); m_Url.SetWindowText(szURLDirectory); } Index: DenAgentDlg.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/DenAgentDlg.cpp,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** DenAgentDlg.cpp 29 May 2003 21:30:15 -0000 1.32 --- DenAgentDlg.cpp 30 May 2003 01:37:52 -0000 1.33 *************** *** 134,138 **** DWORD dwSize = MAX_PATH; ! if(key.QueryValue( szDecalDirectory, _T( "AgentPath" ), &dwSize )==ERROR_SUCCESS) { strDecalPlugins = CString(szDecalDirectory) + "\\decalplugins.xml"; --- 134,138 ---- DWORD dwSize = MAX_PATH; ! if(key.QueryStringValue( _T( "AgentPath" ), szDecalDirectory, &dwSize )==ERROR_SUCCESS) { strDecalPlugins = CString(szDecalDirectory) + "\\decalplugins.xml"; *************** *** 330,342 **** DWORD dwSize = 1024; ! if (key.QueryValue( szURLDirectory, _T( "DecalDirectory" ), &dwSize ) != ERROR_SUCCESS) { ::_tcscpy(szURLDirectory, "http://decaldev.sourceforge.net"); ! key.SetValue("http://decaldev.sourceforge.net", "DecalDirectory"); } dwSize = MAX_PATH; ! if (key.QueryValue( szDecalDirectory, _T( "AgentPath" ), &dwSize ) == ERROR_SUCCESS) { // Gouru: szDecalDirectory may have trailing slash in registry, all following // code assumes it does not, and adds another one. Since this could potentially --- 330,342 ---- DWORD dwSize = 1024; ! if (key.QueryStringValue( _T( "DecalDirectory" ), szURLDirectory, &dwSize ) != ERROR_SUCCESS) { ::_tcscpy(szURLDirectory, "http://decaldev.sourceforge.net"); ! key.SetStringValue("DecalDirectory", "http://decaldev.sourceforge.net"); } dwSize = MAX_PATH; ! if (key.QueryStringValue( _T( "AgentPath" ), szDecalDirectory, &dwSize ) == ERROR_SUCCESS) { // Gouru: szDecalDirectory may have trailing slash in registry, all following // code assumes it does not, and adds another one. Since this could potentially *************** *** 420,424 **** TCHAR szDllName[MAX_PATH]; ! if(keyPlugin.QueryValue(szDllName, "", &dwSize) != ERROR_SUCCESS) continue; keyPlugin.Close(); --- 420,424 ---- TCHAR szDllName[MAX_PATH]; ! if(keyPlugin.QueryStringValue("", szDllName, &dwSize) != ERROR_SUCCESS) continue; keyPlugin.Close(); *************** *** 551,555 **** { // Determine the agent path ! if (key.QueryValue(szVal, _T("AgentPath"), &dwSize) == ERROR_SUCCESS) { CString szFilename, szAgentPath(szVal); --- 551,555 ---- { // Determine the agent path ! if (key.QueryStringValue(_T("AgentPath"), szVal, &dwSize) == ERROR_SUCCESS) { CString szFilename, szAgentPath(szVal); *************** *** 770,774 **** DWORD dwSize = 512; ! if (keySub.QueryValue(sUninstall, _T("Uninstaller"), &dwSize) == ERROR_SUCCESS) { RegKey keyUninstall; --- 770,774 ---- DWORD dwSize = 512; ! if (keySub.QueryStringValue(_T("Uninstaller"), sUninstall, &dwSize) == ERROR_SUCCESS) { RegKey keyUninstall; *************** *** 781,785 **** dwSize = 512; ! keyUninstall.QueryValue(sUninstallPath, _T("UninstallString"), &dwSize); keyUninstall.Close(); --- 781,785 ---- dwSize = 512; ! keyUninstall.QueryStringValue(_T("UninstallString"), sUninstallPath, &dwSize); keyUninstall.Close(); Index: DenAgent.rc =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/DenAgent.rc,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** DenAgent.rc 27 May 2003 11:35:53 -0000 1.70 --- DenAgent.rc 30 May 2003 01:37:52 -0000 1.71 *************** *** 2,6 **** // #include "resource.h" - #include "..\Include\DecalVersion.h" #define APSTUDIO_READONLY_SYMBOLS --- 2,5 ---- *************** *** 162,166 **** EDITTEXT IDC_CUSTOM_FONT_EDIT,153,68,98,12,ES_AUTOHSCROLL GROUPBOX "View Options",IDC_STATIC,7,7,257,116 ! CONTROL "Use Hardware Mode (GDI+)",IDC_BLENDINGGDIPLUS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,144,16,114,9 CONTROL "Multiple Views",IDC_VIEWMULTI,"Button",BS_AUTOCHECKBOX | --- 161,165 ---- EDITTEXT IDC_CUSTOM_FONT_EDIT,153,68,98,12,ES_AUTOHSCROLL GROUPBOX "View Options",IDC_STATIC,7,7,257,116 ! CONTROL "Use Hardware Mode",IDC_BLENDINGGDIPLUS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,144,16,114,9 CONTROL "Multiple Views",IDC_VIEWMULTI,"Button",BS_AUTOCHECKBOX | *************** *** 202,207 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE ! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 201,206 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,5,0,5 ! PRODUCTVERSION 2,5,0,5 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 220,229 **** VALUE "Comments", "DenAgent is the program that manages Decal settings" VALUE "FileDescription", "DenAgent MFC Application" ! VALUE "FileVersion", DECAL_VERSION_STRING VALUE "InternalName", "DenAgent" VALUE "LegalCopyright", "Copyright (C) 2000, 2001" VALUE "OriginalFilename", "DenAgent.EXE" VALUE "ProductName", "DenAgent Application" ! VALUE "ProductVersion", DECAL_VERSION_STRING END END --- 219,228 ---- VALUE "Comments", "DenAgent is the program that manages Decal settings" VALUE "FileDescription", "DenAgent MFC Application" ! VALUE "FileVersion", "2, 5, 0, 5" VALUE "InternalName", "DenAgent" VALUE "LegalCopyright", "Copyright (C) 2000, 2001" VALUE "OriginalFilename", "DenAgent.EXE" VALUE "ProductName", "DenAgent Application" ! VALUE "ProductVersion", "2, 5, 0, 5" END END |
From: <ci...@us...> - 2003-05-30 00:53:25
|
Update of /cvsroot/decaldev/source/Include In directory sc8-pr-cvs1:/tmp/cvs-serv19722 Modified Files: Helpers.h Log Message: Figured this should probably have a #pragma once Index: Helpers.h =================================================================== RCS file: /cvsroot/decaldev/source/Include/Helpers.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Helpers.h 29 May 2003 21:29:31 -0000 1.2 --- Helpers.h 30 May 2003 00:53:22 -0000 1.3 *************** *** 1,3 **** ! class RegKey: --- 1,3 ---- ! #pragma once class RegKey: |
From: <par...@us...> - 2003-05-29 22:19:24
|
Update of /cvsroot/decaldev/source/Decal In directory sc8-pr-cvs1:/tmp/cvs-serv24368 Modified Files: SurrogateRemove.h DecalEnum.h Log Message: more registry updates Index: SurrogateRemove.h =================================================================== RCS file: /cvsroot/decaldev/source/Decal/SurrogateRemove.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SurrogateRemove.h 23 Sep 2001 05:55:40 -0000 1.2 --- SurrogateRemove.h 29 May 2003 22:12:57 -0000 1.3 *************** *** 53,57 **** ::_tcscat ( ::_tcscpy ( szParent, _T( "Software\\Decal\\" ) ), OLE2T( m_strGroup ) ); ! CRegKey rk; if( rk.Open( HKEY_LOCAL_MACHINE, szParent ) != ERROR_SUCCESS ) { --- 53,57 ---- ::_tcscat ( ::_tcscpy ( szParent, _T( "Software\\Decal\\" ) ), OLE2T( m_strGroup ) ); ! RegKey rk; if( rk.Open( HKEY_LOCAL_MACHINE, szParent ) != ERROR_SUCCESS ) { *************** *** 76,80 **** { LPTSTR szProgID = OLE2T( m_strProgID ); ! CRegKey rkcls; rkcls.Open( HKEY_CLASSES_ROOT, NULL ); rkcls.RecurseDeleteKey( szProgID ); --- 76,80 ---- { LPTSTR szProgID = OLE2T( m_strProgID ); ! RegKey rkcls; rkcls.Open( HKEY_CLASSES_ROOT, NULL ); rkcls.RecurseDeleteKey( szProgID ); Index: DecalEnum.h =================================================================== RCS file: /cvsroot/decaldev/source/Decal/DecalEnum.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DecalEnum.h 14 Oct 2001 04:18:26 -0000 1.4 --- DecalEnum.h 29 May 2003 22:12:57 -0000 1.5 *************** *** 51,55 **** _bstr_t m_strGroup; std::string m_strGroupKey; ! CRegKey m_key; bool m_bOrderChanged; --- 51,55 ---- _bstr_t m_strGroup; std::string m_strGroupKey; ! RegKey m_key; bool m_bOrderChanged; |
Update of /cvsroot/decaldev/source/DenAgent In directory sc8-pr-cvs1:/tmp/cvs-serv26092 Modified Files: TrayWnd.cpp StdAfx.h OptionsDlg.cpp DenAgentDlg.cpp DenAgent.cpp ChangePluginDirectory.cpp AddRemoveDlg.cpp Log Message: regkey updates Index: TrayWnd.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/TrayWnd.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TrayWnd.cpp 21 May 2003 16:25:08 -0000 1.10 --- TrayWnd.cpp 29 May 2003 21:30:15 -0000 1.11 *************** *** 133,137 **** *( strProcessName + 1 ) = _T( '\0' ); ! CRegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" ) ); key.SetValue( szImagePath, _T( "AgentPath" ) ); --- 133,137 ---- *( strProcessName + 1 ) = _T( '\0' ); ! RegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" ) ); key.SetValue( szImagePath, _T( "AgentPath" ) ); *************** *** 203,207 **** } ! CRegKey key; TCHAR szDllPath[ MAX_PATH ]; --- 203,207 ---- } ! RegKey key; TCHAR szDllPath[ MAX_PATH ]; Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/StdAfx.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** StdAfx.h 23 May 2003 02:20:47 -0000 1.9 --- StdAfx.h 29 May 2003 21:30:15 -0000 1.10 *************** *** 49,52 **** --- 49,54 ---- #include <string> + #include "../include/Helpers.h" + extern LONG g_fAbortDownload; Index: OptionsDlg.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/OptionsDlg.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** OptionsDlg.cpp 30 Mar 2003 08:51:19 -0000 1.15 --- OptionsDlg.cpp 29 May 2003 21:30:15 -0000 1.16 *************** *** 74,78 **** // TODO: Add extra initialization here ! CRegKey key; if( key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" )) != ERROR_SUCCESS ) return TRUE; --- 74,78 ---- // TODO: Add extra initialization here ! RegKey key; if( key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" )) != ERROR_SUCCESS ) return TRUE; *************** *** 188,192 **** } ! CRegKey k; k.Create(HKEY_LOCAL_MACHINE, _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")); --- 188,192 ---- } ! RegKey k; k.Create(HKEY_LOCAL_MACHINE, _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")); *************** *** 222,226 **** UpdateData(TRUE); ! CRegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); --- 222,226 ---- UpdateData(TRUE); ! RegKey key; key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal" ) ); *************** *** 295,299 **** // Auto-Start on Bootup ! CRegKey k; k.Create(HKEY_LOCAL_MACHINE, _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")); --- 295,299 ---- // Auto-Start on Bootup ! RegKey k; k.Create(HKEY_LOCAL_MACHINE, _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")); *************** *** 324,328 **** if(cpddlg.DoModal() == IDOK ) { ! CRegKey keyAgent; if( keyAgent.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" ), KEY_READ ) == ERROR_SUCCESS ) { --- 324,328 ---- if(cpddlg.DoModal() == IDOK ) { ! RegKey keyAgent; if( keyAgent.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" ), KEY_READ ) == ERROR_SUCCESS ) { *************** *** 337,341 **** void cOptionsDlg::OnReset() { ! CRegKey key; if( key.Create( HKEY_LOCAL_MACHINE, "Software\\Decal", REG_NONE, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS ) != ERROR_SUCCESS ) return; --- 337,341 ---- void cOptionsDlg::OnReset() { ! RegKey key; if( key.Create( HKEY_LOCAL_MACHINE, "Software\\Decal", REG_NONE, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS ) != ERROR_SUCCESS ) return; Index: DenAgentDlg.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/DenAgentDlg.cpp,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** DenAgentDlg.cpp 13 May 2003 03:41:43 -0000 1.31 --- DenAgentDlg.cpp 29 May 2003 21:30:15 -0000 1.32 *************** *** 126,130 **** CFileStatus cfs; ! CRegKey key; CString strDecalPlugins("decalplugins.xml"); --- 126,130 ---- CFileStatus cfs; ! RegKey key; CString strDecalPlugins("decalplugins.xml"); *************** *** 318,322 **** { USES_CONVERSION; ! CRegKey key; cDownloaderDlg dlg; --- 318,322 ---- { USES_CONVERSION; ! RegKey key; cDownloaderDlg dlg; *************** *** 409,413 **** convertVersion( OLE2T( vVersion.bstrVal ), dwMajor, dwMinor ); ! CRegKey keyPlugin; if( keyPlugin.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Plugins\\" ), KEY_READ ) == ERROR_SUCCESS ) --- 409,413 ---- convertVersion( OLE2T( vVersion.bstrVal ), dwMajor, dwMinor ); ! RegKey keyPlugin; if( keyPlugin.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Plugins\\" ), KEY_READ ) == ERROR_SUCCESS ) *************** *** 540,544 **** USES_CONVERSION; ! CRegKey key; TCHAR szVal[MAX_PATH+1]; DWORD dwSize = MAX_PATH; --- 540,544 ---- USES_CONVERSION; ! RegKey key; TCHAR szVal[MAX_PATH+1]; DWORD dwSize = MAX_PATH; *************** *** 752,756 **** //load up the decal registry and remove this entry ! CRegKey keyPlugin; CString decalPluginKey; BSTR sClsid; --- 752,756 ---- //load up the decal registry and remove this entry ! RegKey keyPlugin; CString decalPluginKey; BSTR sClsid; *************** *** 763,767 **** if (keyPlugin.Open(HKEY_LOCAL_MACHINE, _T(decalPluginKey), KEY_ALL_ACCESS) == ERROR_SUCCESS) { ! CRegKey keySub; if (keySub.Open(keyPlugin.m_hKey, OLE2T(sClsid), KEY_READ) == ERROR_SUCCESS) { --- 763,767 ---- if (keyPlugin.Open(HKEY_LOCAL_MACHINE, _T(decalPluginKey), KEY_ALL_ACCESS) == ERROR_SUCCESS) { ! RegKey keySub; if (keySub.Open(keyPlugin.m_hKey, OLE2T(sClsid), KEY_READ) == ERROR_SUCCESS) { *************** *** 772,776 **** if (keySub.QueryValue(sUninstall, _T("Uninstaller"), &dwSize) == ERROR_SUCCESS) { ! CRegKey keyUninstall; CString sUninstallKey; --- 772,776 ---- if (keySub.QueryValue(sUninstall, _T("Uninstaller"), &dwSize) == ERROR_SUCCESS) { ! RegKey keyUninstall; CString sUninstallKey; Index: DenAgent.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/DenAgent.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** DenAgent.cpp 30 Dec 2002 21:12:50 -0000 1.17 --- DenAgent.cpp 29 May 2003 21:30:16 -0000 1.18 *************** *** 50,54 **** bool CheckForHardwareMode () { ! CRegKey key; if (key.Open (HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00", KEY_READ) != ERROR_SUCCESS) --- 50,54 ---- bool CheckForHardwareMode () { ! RegKey key; if (key.Open (HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00", KEY_READ) != ERROR_SUCCESS) *************** *** 59,63 **** DWORD dwValue = 0; ! if (key.QueryValue (dwValue, "UseHardware") != ERROR_SUCCESS) { return false; --- 59,63 ---- DWORD dwValue = 0; ! if (key.QueryDWORDValue ("UseHardware", dwValue) != ERROR_SUCCESS) { return false; *************** *** 69,73 **** bool CheckForIE5OrLater () { ! CRegKey key; if (key.Open (HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Internet Explorer", KEY_READ) != ERROR_SUCCESS) --- 69,73 ---- bool CheckForIE5OrLater () { ! RegKey key; if (key.Open (HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Internet Explorer", KEY_READ) != ERROR_SUCCESS) *************** *** 79,83 **** DWORD dwSize = sizeof (szVersionBuffer); ! if (key.QueryValue (szVersionBuffer, "Version", &dwSize) != ERROR_SUCCESS) return false; --- 79,83 ---- DWORD dwSize = sizeof (szVersionBuffer); ! if (key.QueryStringValue("Version", szVersionBuffer, &dwSize) != ERROR_SUCCESS) return false; *************** *** 142,146 **** bool CDenAgentApp::getACVersionString ( CString &strVersion ) { ! CRegKey rk; if ( rk.Open ( HKEY_LOCAL_MACHINE, _T( "Software\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00" ) ) != ERROR_SUCCESS ) { --- 142,146 ---- bool CDenAgentApp::getACVersionString ( CString &strVersion ) { ! RegKey rk; if ( rk.Open ( HKEY_LOCAL_MACHINE, _T( "Software\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00" ) ) != ERROR_SUCCESS ) { *************** *** 151,155 **** TCHAR szClientPath[ MAX_PATH ]; DWORD dwPathLength = MAX_PATH; ! if ( rk.QueryValue ( szClientPath, _T( "path" ), &dwPathLength ) != ERROR_SUCCESS ) { ::AfxMessageBox ( IDE_NOCLIENTEXE, MB_ICONWARNING ); --- 151,155 ---- TCHAR szClientPath[ MAX_PATH ]; DWORD dwPathLength = MAX_PATH; ! if ( rk.QueryStringValue ( _T( "path" ), szClientPath, &dwPathLength ) != ERROR_SUCCESS ) { ::AfxMessageBox ( IDE_NOCLIENTEXE, MB_ICONWARNING ); *************** *** 180,184 **** ::_stprintf ( keyName, _T( "CLSID\\%s\\InprocServer32" ), clsidName ); ! CRegKey rk; if ( rk.Open ( HKEY_CLASSES_ROOT, keyName ) != ERROR_SUCCESS ) return false; --- 180,184 ---- ::_stprintf ( keyName, _T( "CLSID\\%s\\InprocServer32" ), clsidName ); ! RegKey rk; if ( rk.Open ( HKEY_CLASSES_ROOT, keyName ) != ERROR_SUCCESS ) return false; *************** *** 186,190 **** DWORD dwPathSize = MAX_PATH; ! long regResult = rk.QueryValue ( strFilename.GetBuffer ( MAX_PATH ), NULL, &dwPathSize ); strFilename.ReleaseBuffer(); --- 186,190 ---- DWORD dwPathSize = MAX_PATH; ! long regResult = rk.QueryStringValue ( NULL, strFilename.GetBuffer ( MAX_PATH ), &dwPathSize ); strFilename.ReleaseBuffer(); *************** *** 202,207 **** // Get CodeBase KeyValue - Should point to the Plugin DLL dwPathSize = MAX_PATH; ! if (rk.QueryValue ( strFilename.GetBuffer ( MAX_PATH ), "CodeBase", &dwPathSize ) == ERROR_SUCCESS) ! { // Release extra buffer (Not doing this seem to cause the Left() and Delete() funcs to fail) strFilename.ReleaseBuffer(); --- 202,207 ---- // Get CodeBase KeyValue - Should point to the Plugin DLL dwPathSize = MAX_PATH; ! if (rk.QueryStringValue ( "CodeBase", strFilename.GetBuffer ( MAX_PATH ), &dwPathSize ) == ERROR_SUCCESS) ! { // Release extra buffer (Not doing this seem to cause the Left() and Delete() funcs to fail) strFilename.ReleaseBuffer(); *************** *** 211,225 **** } else ! { // CodeBase isn't accessable - Possible that plugin is in GAC // Return Path to MS.NET core DLL dwPathSize = MAX_PATH; ! if (rk.QueryValue ( strFilename.GetBuffer ( MAX_PATH ), NULL, &dwPathSize ) != ERROR_SUCCESS) { strFilename.ReleaseBuffer(); ! return false; } ! } } return true; } --- 211,227 ---- } else ! { // CodeBase isn't accessable - Possible that plugin is in GAC // Return Path to MS.NET core DLL dwPathSize = MAX_PATH; ! if (rk.QueryStringValue ( NULL, strFilename.GetBuffer ( MAX_PATH ), &dwPathSize ) != ERROR_SUCCESS) { + rk.Close(); strFilename.ReleaseBuffer(); ! return false; } ! } } + rk.Close(); return true; } *************** *** 496,500 **** USES_CONVERSION; ! CRegKey hkGroup; if ( hkGroup.Open ( HKEY_LOCAL_MACHINE, _T ( "Software\\Decal\\Plugins" ) ) != ERROR_SUCCESS ) // No plugins - no problem --- 498,502 ---- USES_CONVERSION; ! RegKey hkGroup; if ( hkGroup.Open ( HKEY_LOCAL_MACHINE, _T ( "Software\\Decal\\Plugins" ) ) != ERROR_SUCCESS ) // No plugins - no problem *************** *** 538,551 **** // Create the Real registry key // Key configuration copied from Decal/cActiveXSurrogate::Register ! CRegKey hkeyItem; if ( hkeyItem.Create ( hkGroup, szCLSID ) != ERROR_SUCCESS ) continue; // Friendly name ! hkeyItem.SetValue( OLE2T( strName ) ); // Enabled by default ! hkeyItem.SetValue( dwEnabled, _T( "Enabled" ) ); // The V1 surrogate ! hkeyItem.SetValue( _T( "{3D837F6E-B5CA-4604-885F-7AB45FCFA62A}" ), _T( "Surrogate" ) ); } } --- 540,554 ---- // Create the Real registry key // Key configuration copied from Decal/cActiveXSurrogate::Register ! RegKey hkeyItem; if ( hkeyItem.Create ( hkGroup, szCLSID ) != ERROR_SUCCESS ) continue; // Friendly name ! hkeyItem.SetStringValue( NULL, OLE2T( strName ) ); // Enabled by default ! hkeyItem.SetDWORDValue( _T( "Enabled" ), dwEnabled ); // The V1 surrogate ! hkeyItem.SetStringValue( _T( "Surrogate" ), _T( "{3D837F6E-B5CA-4604-885F-7AB45FCFA62A}" ) ); ! hkeyItem.Close(); } } Index: ChangePluginDirectory.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/ChangePluginDirectory.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangePluginDirectory.cpp 23 Aug 2001 21:01:04 -0000 1.2 --- ChangePluginDirectory.cpp 29 May 2003 21:30:16 -0000 1.3 *************** *** 46,55 **** // TODO: Add extra validation here ! CRegKey keyAgent; if( keyAgent.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" )) == ERROR_SUCCESS ) { CString csu; m_NewUrl.GetWindowText(csu); ! keyAgent.SetValue(csu, "DecalDirectory"); } CDialog::OnOK(); --- 46,56 ---- // TODO: Add extra validation here ! RegKey keyAgent; if( keyAgent.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" )) == ERROR_SUCCESS ) { CString csu; m_NewUrl.GetWindowText(csu); ! keyAgent.SetStringValue("DecalDirectory", csu); ! keyAgent.Close(); } CDialog::OnOK(); *************** *** 60,76 **** CDialog::OnInitDialog(); ! CRegKey keyAgent; ! if( keyAgent.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" )) != ERROR_SUCCESS ) ! { ! ::AfxMessageBox( _T( "Critical registry keys are missing, this installation is broken.\r\nRepair the installation." ), MB_ICONERROR | MB_OK, 0 ); ! EndDialog( IDCANCEL ); ! return FALSE; ! } TCHAR szUrl[ 1024 ]; ! DWORD dwSize = 1024; ! keyAgent.QueryValue(szUrl, _T("DecalDirectory"), &dwSize); ! m_NewUrl.SetWindowText(szUrl); // TODO: Add extra initialization here --- 61,78 ---- CDialog::OnInitDialog(); ! RegKey keyAgent; ! if( keyAgent.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" )) != ERROR_SUCCESS ) ! { ! ::AfxMessageBox( _T( "Critical registry keys are missing, this installation is broken.\r\nRepair the installation." ), MB_ICONERROR | MB_OK, 0 ); ! EndDialog( IDCANCEL ); ! return FALSE; ! } TCHAR szUrl[ 1024 ]; ! DWORD dwSize = 1024; ! keyAgent.QueryStringValue(_T("DecalDirectory"), szUrl, &dwSize); ! m_NewUrl.SetWindowText(szUrl); ! keyAgent.Close(); // TODO: Add extra initialization here Index: AddRemoveDlg.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/AddRemoveDlg.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** AddRemoveDlg.cpp 23 May 2003 02:20:47 -0000 1.15 --- AddRemoveDlg.cpp 29 May 2003 21:30:16 -0000 1.16 *************** *** 80,84 **** // Now get matching info from the registry - if available ! CRegKey keyPlugin; CString csVersion; CString decalPluginKey; --- 80,84 ---- // Now get matching info from the registry - if available ! RegKey keyPlugin; CString csVersion; CString decalPluginKey; *************** *** 253,257 **** // Load the string ! CRegKey keyAgent; if( keyAgent.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" )) != ERROR_SUCCESS ) { --- 253,257 ---- // Load the string ! RegKey keyAgent; if( keyAgent.Open( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Agent" )) != ERROR_SUCCESS ) { *************** *** 436,442 **** StringFromCLSID(pTypeAttr->guid, &pwszClassID); ! CRegKey key; if( key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Plugins" )) == ERROR_SUCCESS ) ! if(key.SetValue(0x1, OLE2A(pwszClassID)) == ERROR_SUCCESS) bSuccess = true; --- 436,442 ---- StringFromCLSID(pTypeAttr->guid, &pwszClassID); ! RegKey key; if( key.Create( HKEY_LOCAL_MACHINE, _T( "SOFTWARE\\Decal\\Plugins" )) == ERROR_SUCCESS ) ! if(key.SetDWORDValue(OLE2A(pwszClassID), (DWORD)0x1) == ERROR_SUCCESS) bSuccess = true; |
From: <par...@us...> - 2003-05-29 21:29:36
|
Update of /cvsroot/decaldev/source/Include In directory sc8-pr-cvs1:/tmp/cvs-serv25640 Modified Files: Helpers.h Log Message: i borked it off the bat ;[ Index: Helpers.h =================================================================== RCS file: /cvsroot/decaldev/source/Include/Helpers.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Helpers.h 29 May 2003 20:49:37 -0000 1.1 --- Helpers.h 29 May 2003 21:29:31 -0000 1.2 *************** *** 6,27 **** #if _MSC_VER == 1200 public: ! inline LONG SetValue(DWORD dwValue, LPCTSTR lpszValueName) { ! return SetDWORDValue(lpszValueName, dwValue); } ! ! inline LONG SetValue(LPCTSTR lpszValue, LPCTSTR lpszValueName = NULL) { ! return SetStringValue(lpszValueName, lpszValue); } ! ! inline LONG QueryValue(DWORD& dwValue, LPCTSTR lpszValueName) { ! return QueryDOWRDValue(lpszValueName, &dwValue); } ! inline LONG QueryValue(LPTSTR szValue, LPCTSTR lpszValueName, DWORD* pdwCount) { ! return QueryStringValue(lpszValuename, szValue, pdwCount); } --- 6,26 ---- #if _MSC_VER == 1200 public: ! inline LONG SetDWORDValue(LPCTSTR pszValueName, DWORD dwValue) { ! return SetValue(dwValue, pszValueName); } ! inline LONG SetStringValue(LPCTSTR pszValueName, LPCTSTR pszValue, DWORD dwType = REG_SZ) { ! return SetValue(pszValue, pszValueName); } ! ! inline LONG QueryDWORDValue(LPCTSTR pszValueName, DWORD& dwValue) { ! return QueryValue(dwValue, pszValueName); } ! inline LONG QueryStringValue(LPCTSTR pszValueName, LPTSTR pszValue, ULONG* pnChars) { ! return QueryValue(pszValue, pszValueName, pnChars); } |
From: <par...@us...> - 2003-05-29 20:50:41
|
Update of /cvsroot/decaldev/source/Decal In directory sc8-pr-cvs1:/tmp/cvs-serv1222 Modified Files: StdAfx.h DecalRes.cpp DecalManager.cpp DecalEnum.cpp ActiveXSurrogate.cpp ACHooks.cpp Log Message: regkey changes for vc6 compat Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/Decal/StdAfx.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** StdAfx.h 23 May 2003 02:20:46 -0000 1.5 --- StdAfx.h 29 May 2003 20:50:36 -0000 1.6 *************** *** 37,40 **** --- 37,42 ---- #import <msxml.dll> + #include "../include/Helpers.h" + //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. Index: DecalRes.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Decal/DecalRes.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DecalRes.cpp 23 May 2003 02:20:46 -0000 1.2 --- DecalRes.cpp 29 May 2003 20:50:36 -0000 1.3 *************** *** 37,41 **** // Otherwise, manufacture a type library filename ! CRegKey key; key.Open( HKEY_LOCAL_MACHINE, _T( "Software\\Decal\\Agent" ) ); --- 37,41 ---- // Otherwise, manufacture a type library filename ! RegKey key; key.Open( HKEY_LOCAL_MACHINE, _T( "Software\\Decal\\Agent" ) ); Index: DecalManager.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Decal/DecalManager.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** DecalManager.cpp 23 May 2003 02:20:46 -0000 1.16 --- DecalManager.cpp 29 May 2003 20:50:36 -0000 1.17 *************** *** 40,44 **** DWORD dwCount = MAX_PATH; TCHAR szBuffer[ MAX_PATH ]; ! CRegKey key; key.Open( HKEY_LOCAL_MACHINE, pPath->szKey ); key.QueryStringValue (pPath->szValue, szBuffer, &dwCount); --- 40,44 ---- DWORD dwCount = MAX_PATH; TCHAR szBuffer[ MAX_PATH ]; ! RegKey key; key.Open( HKEY_LOCAL_MACHINE, pPath->szKey ); key.QueryStringValue (pPath->szValue, szBuffer, &dwCount); Index: DecalEnum.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Decal/DecalEnum.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DecalEnum.cpp 23 May 2003 02:20:46 -0000 1.7 --- DecalEnum.cpp 29 May 2003 20:50:36 -0000 1.8 *************** *** 22,26 **** // Compile the new order from the ! CRegKey hkGroup; if( hkGroup.Create( HKEY_LOCAL_MACHINE, m_strGroupKey.c_str() ) != ERROR_SUCCESS ) { --- 22,26 ---- // Compile the new order from the ! RegKey hkGroup; if( hkGroup.Create( HKEY_LOCAL_MACHINE, m_strGroupKey.c_str() ) != ERROR_SUCCESS ) { *************** *** 64,68 **** // Load and sort the list ! CRegKey hkGroup; if( hkGroup.Create( HKEY_LOCAL_MACHINE, m_strGroupKey.c_str() ) != ERROR_SUCCESS ) return Error ( IDE_GROUPKEYNOTOPEN ); --- 64,68 ---- // Load and sort the list ! RegKey hkGroup; if( hkGroup.Create( HKEY_LOCAL_MACHINE, m_strGroupKey.c_str() ) != ERROR_SUCCESS ) return Error ( IDE_GROUPKEYNOTOPEN ); *************** *** 115,119 **** continue; ! CRegKey hkItem; if ( hkItem.Open ( hkGroup, szCLSID ) != ERROR_SUCCESS ) continue; --- 115,119 ---- continue; ! RegKey hkItem; if ( hkItem.Open ( hkGroup, szCLSID ) != ERROR_SUCCESS ) continue; Index: ActiveXSurrogate.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Decal/ActiveXSurrogate.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ActiveXSurrogate.cpp 23 May 2003 02:20:46 -0000 1.5 --- ActiveXSurrogate.cpp 29 May 2003 20:50:37 -0000 1.6 *************** *** 89,93 **** ::_tcscat ( ::_tcscpy ( szRegKey, _T( "Software\\Decal\\Plugins\\" ) ), szCLSID ); ! CRegKey key; key.Create( HKEY_LOCAL_MACHINE, szRegKey ); --- 89,93 ---- ::_tcscat ( ::_tcscpy ( szRegKey, _T( "Software\\Decal\\Plugins\\" ) ), szCLSID ); ! RegKey key; key.Create( HKEY_LOCAL_MACHINE, szRegKey ); *************** *** 117,121 **** ::_tcscat ( ::_tcscpy ( szRegKey, _T( "Software\\Decal\\Plugins\\" ) ), szCLSID ); ! CRegKey key; key.Create( HKEY_LOCAL_MACHINE, szRegKey ); --- 117,121 ---- ::_tcscat ( ::_tcscpy ( szRegKey, _T( "Software\\Decal\\Plugins\\" ) ), szCLSID ); ! RegKey key; key.Create( HKEY_LOCAL_MACHINE, szRegKey ); *************** *** 152,156 **** ::_tcscat ( ::_tcscpy ( szParent, _T( "Software\\Decal\\Plugins\\" ) ), OLE2T( m_strGroup ) ); ! CRegKey rk; if( rk.Open( HKEY_LOCAL_MACHINE, szParent ) != ERROR_SUCCESS ) { --- 152,156 ---- ::_tcscat ( ::_tcscpy ( szParent, _T( "Software\\Decal\\Plugins\\" ) ), OLE2T( m_strGroup ) ); ! RegKey rk; if( rk.Open( HKEY_LOCAL_MACHINE, szParent ) != ERROR_SUCCESS ) { Index: ACHooks.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Decal/ACHooks.cpp,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** ACHooks.cpp 23 May 2003 02:20:46 -0000 1.51 --- ACHooks.cpp 29 May 2003 20:50:37 -0000 1.52 *************** *** 110,114 **** DWORD lTimestampFormatLength = MAX_PATH; ! CRegKey key; if( key.Open( HKEY_LOCAL_MACHINE, "SOFTWARE\\Decal", KEY_READ ) == ERROR_SUCCESS ) { --- 110,114 ---- DWORD lTimestampFormatLength = MAX_PATH; ! RegKey key; if( key.Open( HKEY_LOCAL_MACHINE, "SOFTWARE\\Decal", KEY_READ ) == ERROR_SUCCESS ) { *************** *** 180,184 **** lVerRelease = atol( szTemp ); ! CRegKey rk; if( rk.Open( HKEY_LOCAL_MACHINE, _T( "Software\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00" ) ) == ERROR_SUCCESS ) { --- 180,184 ---- lVerRelease = atol( szTemp ); ! RegKey rk; if( rk.Open( HKEY_LOCAL_MACHINE, _T( "Software\\Microsoft\\Microsoft Games\\Asheron's Call\\1.00" ) ) == ERROR_SUCCESS ) { |
From: <par...@us...> - 2003-05-29 20:49:41
|
Update of /cvsroot/decaldev/source/Include In directory sc8-pr-cvs1:/tmp/cvs-serv484 Added Files: Helpers.h Log Message: helper file for decal, added regkey stuff for vc6 compatability --- NEW FILE: Helpers.h --- class RegKey: public CRegKey { #if _MSC_VER == 1200 public: inline LONG SetValue(DWORD dwValue, LPCTSTR lpszValueName) { return SetDWORDValue(lpszValueName, dwValue); } inline LONG SetValue(LPCTSTR lpszValue, LPCTSTR lpszValueName = NULL) { return SetStringValue(lpszValueName, lpszValue); } inline LONG QueryValue(DWORD& dwValue, LPCTSTR lpszValueName) { return QueryDOWRDValue(lpszValueName, &dwValue); } inline LONG QueryValue(LPTSTR szValue, LPCTSTR lpszValueName, DWORD* pdwCount) { return QueryStringValue(lpszValuename, szValue, pdwCount); } #endif }; /* inline LONG RegKey::QueryValue(DWORD& dwValue, LPCTSTR lpszValueName) { DWORD dwType = NULL; DWORD dwCount = sizeof(DWORD); LONG lRes = RegQueryValueEx(m_hKey, (LPTSTR)lpszValueName, NULL, &dwType, (LPBYTE)&dwValue, &dwCount); ATLASSERT((lRes!=ERROR_SUCCESS) || (dwType == REG_DWORD)); ATLASSERT((lRes!=ERROR_SUCCESS) || (dwCount == sizeof(DWORD))); return lRes; } inline LONG RegKey::QueryValue(LPTSTR szValue, LPCTSTR lpszValueName, DWORD* pdwCount) { ATLASSERT(pdwCount != NULL); DWORD dwType = NULL; LONG lRes = RegQueryValueEx(m_hKey, (LPTSTR)lpszValueName, NULL, &dwType, (LPBYTE)szValue, pdwCount); ATLASSERT((lRes!=ERROR_SUCCESS) || (dwType == REG_SZ) || (dwType == REG_MULTI_SZ) || (dwType == REG_EXPAND_SZ)); return lRes; } inline LONG RegKey::SetValue(DWORD dwValue, LPCTSTR lpszValueName) { ATLASSERT(m_hKey != NULL); return RegSetValueEx(m_hKey, lpszValueName, NULL, REG_DWORD, (BYTE * const)&dwValue, sizeof(DWORD)); } inline LONG RegKey::SetValue(LPCTSTR lpszValue, LPCTSTR lpszValueName) { ATLASSERT(lpszValue != NULL); ATLASSERT(m_hKey != NULL); return RegSetValueEx(m_hKey, lpszValueName, NULL, REG_SZ, (BYTE * const)lpszValue, (lstrlen(lpszValue)+1)*sizeof(TCHAR)); } */ |
From: <ma...@us...> - 2003-05-28 17:07:27
|
Update of /cvsroot/decaldev/source/DecalInstaller In directory sc8-pr-cvs1:/tmp/cvs-serv14177/DecalInstaller Modified Files: DecalInstaller.vdproj Log Message: add 'version' registry string, remove gdiplus Index: DecalInstaller.vdproj =================================================================== RCS file: /cvsroot/decaldev/source/DecalInstaller/DecalInstaller.vdproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DecalInstaller.vdproj 27 May 2003 12:24:25 -0000 1.7 --- DecalInstaller.vdproj 28 May 2003 17:07:24 -0000 1.8 *************** *** 35,39 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_F7B461AAFB7641F699DAEAF49904A662" "MsmSig" = "8:_UNDEFINED" } --- 35,39 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459" "MsmSig" = "8:_UNDEFINED" } *************** *** 41,45 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" } --- 41,45 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_F7B461AAFB7641F699DAEAF49904A662" "MsmSig" = "8:_UNDEFINED" } *************** *** 47,51 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2" "MsmSig" = "8:_UNDEFINED" } --- 47,51 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } *************** *** 53,57 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } --- 53,57 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" "MsmSig" = "8:_UNDEFINED" } *************** *** 59,63 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459" "MsmSig" = "8:_UNDEFINED" } --- 59,63 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } *************** *** 65,69 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } --- 65,69 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" } *************** *** 71,75 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" "MsmSig" = "8:_UNDEFINED" } --- 71,75 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2" "MsmSig" = "8:_UNDEFINED" } *************** *** 77,81 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } --- 77,81 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } *************** *** 88,115 **** "Entry" { - "MsmKey" = "8:_12EF79F9183F487CA9F2BD171519C3D4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1AAD38B449B84647A3608B04376FA6F7" - "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1AAD38B449B84647A3608B04376FA6F7" - "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1AAD38B449B84647A3608B04376FA6F7" - "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { "MsmKey" = "8:_287894F290604710B0E99CD646021261" "OwnerKey" = "8:_UNDEFINED" --- 88,91 ---- *************** *** 131,135 **** { "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } --- 107,111 ---- { "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } *************** *** 137,141 **** { "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } --- 113,117 ---- { "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } *************** *** 143,147 **** { "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } --- 119,123 ---- { "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } *************** *** 184,187 **** --- 160,175 ---- "Entry" { + "MsmKey" = "8:_8CCEE5C8AADEB950D9A797DE0530965E" + "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_8CCEE5C8AADEB950D9A797DE0530965E" + "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_8E9B4D574D014738B94369502A191459" "OwnerKey" = "8:_UNDEFINED" *************** *** 208,231 **** "Entry" { ! "MsmKey" = "8:_A8236153441A4A2295B6EB7344BAF9E6" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8" ! "OwnerKey" = "8:_E256A97055264EB5B195F1414117D027" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8" ! "OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A" "MsmSig" = "8:_UNDEFINED" } --- 196,219 ---- "Entry" { ! "MsmKey" = "8:_A760FCE25F8EA4B31587E634E1F0EC16" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_A760FCE25F8EA4B31587E634E1F0EC16" ! "OwnerKey" = "8:_E256A97055264EB5B195F1414117D027" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_A760FCE25F8EA4B31587E634E1F0EC16" ! "OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_A8236153441A4A2295B6EB7344BAF9E6" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } *************** *** 238,261 **** "Entry" { ! "MsmKey" = "8:_BC87E37B7AD8F9835E2A3AC4B4EDBC61" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_BC87E37B7AD8F9835E2A3AC4B4EDBC61" ! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_E256A97055264EB5B195F1414117D027" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } --- 226,255 ---- "Entry" { ! "MsmKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_E256A97055264EB5B195F1414117D027" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_F15C1E871CB4434F80337303C80EA804" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_F15C1E871CB4434F80337303C80EA804" ! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" ! "MsmSig" = "8:_UNDEFINED" ! } ! "Entry" ! { ! "MsmKey" = "8:_F15C1E871CB4434F80337303C80EA804" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } *************** *** 356,379 **** "IsolateTo" = "8:" } - "{A582A373-4685-4296-BEFE-614B80A702C3}:_12EF79F9183F487CA9F2BD171519C3D4" - { - "SourcePath" = "8:..\\Installer\\Res\\gdiplus.dll" - "TargetName" = "8:gdiplus.dll" - "Tag" = "8:" - "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } "{A582A373-4685-4296-BEFE-614B80A702C3}:_2946BCB3B3574315816189D84E505D59" { --- 350,353 ---- *************** *** 536,543 **** "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_942AAA28BB647CF0EF1C6137B296D4FE" { ! "SourcePath" = "8:DDRAW.dll" ! "TargetName" = "8:DDRAW.dll" "Tag" = "8:" "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" --- 510,517 ---- "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_8CCEE5C8AADEB950D9A797DE0530965E" { ! "SourcePath" = "8:inject.tlb" ! "TargetName" = "8:inject.tlb" "Tag" = "8:" "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" *************** *** 551,563 **** "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" ! "Register" = "3:1" "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A363B66FCAE3DB5C7CECA058D6C5B2B4" { ! "SourcePath" = "8:comdlg32.dll" ! "TargetName" = "8:comdlg32.dll" "Tag" = "8:" "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" --- 525,537 ---- "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" ! "Register" = "3:2" "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_942AAA28BB647CF0EF1C6137B296D4FE" { ! "SourcePath" = "8:DDRAW.dll" ! "TargetName" = "8:DDRAW.dll" "Tag" = "8:" "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" *************** *** 576,585 **** "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A8236153441A4A2295B6EB7344BAF9E6" { ! "SourcePath" = "8:..\\Release\\ForceLibrary.dll" ! "TargetName" = "8:ForceLibrary.dll" "Tag" = "8:" ! "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F" "Condition" = "8:" "Transitive" = "11:FALSE" --- 550,559 ---- "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A363B66FCAE3DB5C7CECA058D6C5B2B4" { ! "SourcePath" = "8:comdlg32.dll" ! "TargetName" = "8:comdlg32.dll" "Tag" = "8:" ! "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" "Condition" = "8:" "Transitive" = "11:FALSE" *************** *** 592,600 **** "PackageAs" = "3:1" "Register" = "3:1" ! "Exclude" = "11:FALSE" ! "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_AB8B779E801448568C9C2869BFA349A8" { "SourcePath" = "8:ForceLibrary.dll" --- 566,574 ---- "PackageAs" = "3:1" "Register" = "3:1" ! "Exclude" = "11:TRUE" ! "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A760FCE25F8EA4B31587E634E1F0EC16" { "SourcePath" = "8:ForceLibrary.dll" *************** *** 616,625 **** "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_BC87E37B7AD8F9835E2A3AC4B4EDBC61" { ! "SourcePath" = "8:inject.tlb" ! "TargetName" = "8:inject.tlb" "Tag" = "8:" ! "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" "Condition" = "8:" "Transitive" = "11:FALSE" --- 590,599 ---- "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A8236153441A4A2295B6EB7344BAF9E6" { ! "SourcePath" = "8:..\\Release\\ForceLibrary.dll" ! "TargetName" = "8:ForceLibrary.dll" "Tag" = "8:" ! "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F" "Condition" = "8:" "Transitive" = "11:FALSE" *************** *** 631,637 **** "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" ! "Register" = "3:2" ! "Exclude" = "11:TRUE" ! "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } --- 605,611 ---- "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" ! "Register" = "3:1" ! "Exclude" = "11:FALSE" ! "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } *************** *** 723,727 **** "ProductName" = "8:Decal" "ProductCode" = "8:{35012CC1-DC9F-49C3-9593-2B246AE68D3A}" ! "PackageCode" = "8:{F48A7DB5-A307-4C09-A383-EDE70A484FAF}" "UpgradeCode" = "8:{3025AB1B-80B9-46B7-9CE9-9887ADA2914F}" "RestartWWWService" = "11:FALSE" --- 697,701 ---- "ProductName" = "8:Decal" "ProductCode" = "8:{35012CC1-DC9F-49C3-9593-2B246AE68D3A}" ! "PackageCode" = "8:{11023854-71C3-49B7-8A2C-5483B05E439A}" "UpgradeCode" = "8:{3025AB1B-80B9-46B7-9CE9-9887ADA2914F}" "RestartWWWService" = "11:FALSE" *************** *** 770,773 **** --- 744,755 ---- "Values" { + "{35AE352C-BC79-4EF9-ABD8-61F467188583}:_978949FE5B314AFAA7ABF89FB19FC901" + { + "Name" = "8:Version" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "ValueTypes" = "3:1" + "Value" = "8:[ProductVersion]" + } } } *************** *** 1206,1210 **** "MergeModule" { ! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_1AAD38B449B84647A3608B04376FA6F7" { "UseDynamicProperties" = "11:TRUE" --- 1188,1192 ---- "MergeModule" { ! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_F15C1E871CB4434F80337303C80EA804" { "UseDynamicProperties" = "11:TRUE" *************** *** 1531,1534 **** --- 1513,1519 ---- } } + } + "VJSharpPlugin" + { } } |
From: <ha...@us...> - 2003-05-27 15:36:33
|
Update of /cvsroot/decaldev/source/LobbyHook In directory sc8-pr-cvs1:/tmp/cvs-serv19099 Modified Files: LobbyHook.dsp Log Message: take 4 Index: LobbyHook.dsp =================================================================== RCS file: /cvsroot/decaldev/source/LobbyHook/LobbyHook.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** LobbyHook.dsp 27 May 2003 15:33:01 -0000 1.2 --- LobbyHook.dsp 27 May 2003 15:36:29 -0000 1.3 *************** *** 53,57 **** LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib urlmon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept !ELSEIF "$(CFG)" == "LobbyHook - Win32 Release MinSize" --- 53,57 ---- LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 ..\include\forcelibrary.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib urlmon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept !ELSEIF "$(CFG)" == "LobbyHook - Win32 Release MinSize" *************** *** 78,82 **** LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 ! # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib urlmon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\Release" !ENDIF --- 78,82 ---- LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 ! # ADD LINK32 ..\include\forcelibrary.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib urlmon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\Release" !ENDIF *************** *** 92,95 **** --- 92,101 ---- SOURCE=.\LobbyHook.cpp # End Source File + # Begin Source File + + SOURCE=.\StdAfx.cpp + # ADD CPP /Yc"stdafx.h" + # End Source File + # End Group *************** *** 97,105 **** # PROP Default_Filter "h;hpp;hxx;hm;inl" - # Begin Source File - SOURCE=.\StdAfx.cpp - # ADD CPP /Yc"stdafx.h" - # End Source File # Begin Source File --- 103,107 ---- |
From: <ha...@us...> - 2003-05-27 15:33:07
|
Update of /cvsroot/decaldev/source/LobbyHook In directory sc8-pr-cvs1:/tmp/cvs-serv17190 Modified Files: LobbyHook.dsp Log Message: take 3 Index: LobbyHook.dsp =================================================================== RCS file: /cvsroot/decaldev/source/LobbyHook/LobbyHook.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LobbyHook.dsp 27 May 2003 15:23:58 -0000 1.1 --- LobbyHook.dsp 27 May 2003 15:33:01 -0000 1.2 *************** *** 1,3 **** ! Microsoft Developer Studio Project File - Name="LobbyHook" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** --- 1,3 ---- ! # Microsoft Developer Studio Project File - Name="LobbyHook" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** *************** *** 19,25 **** !MESSAGE !MESSAGE "LobbyHook - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") - !MESSAGE "LobbyHook - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "LobbyHook - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library") - !MESSAGE "LobbyHook - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE --- 19,23 ---- *************** *** 94,97 **** --- 92,100 ---- SOURCE=.\LobbyHook.cpp # End Source File + # End Group + + # Begin Group "Header Files" + + # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File *************** *** 103,112 **** SOURCE=.\StdAfx.h # End Source File - # Begin Source File - - # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" - # Begin Source File - # End Group # End Target # End Project --- 106,111 ---- SOURCE=.\StdAfx.h # End Source File # End Group + # End Target # End Project |
From: <ha...@us...> - 2003-05-27 15:24:01
|
Update of /cvsroot/decaldev/source/LobbyHook In directory sc8-pr-cvs1:/tmp/cvs-serv13308 Added Files: LobbyHook.dsp Log Message: LobbyHook vc6 project take 2 --- NEW FILE: LobbyHook.dsp --- Microsoft Developer Studio Project File - Name="LobbyHook" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=LobbyHook - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "LobbyHook.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "LobbyHook.mak" CFG="LobbyHook - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "LobbyHook - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "LobbyHook - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "LobbyHook - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "LobbyHook - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "LobbyHook - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /ZI /Od /Ob0 /I "..\Include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c # ADD MTL /nologo /I "..\Include" /Oicf # ADD BASE RSC /l 0x1009 /d "_DEBUG" # ADD RSC /l 0x1009 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib urlmon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept !ELSEIF "$(CFG)" == "LobbyHook - Win32 Release MinSize" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "ReleaseMinSize" # PROP BASE Intermediate_Dir "ReleaseMinSize" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\Release" # PROP Intermediate_Dir "ReleaseMinSize" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c # ADD CPP /nologo /MD /W3 /GX- /Zi /Oa /Og /Oi /Os /Oy /Ob1 /Gf /Gy /I "..\Include" /D "_MBCS" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /Yu"stdafx.h" /FD /c # ADD MTL /nologo /I "..\Include" /Oicf # ADD BASE RSC /l 0x1009 /d "NDEBUG" # ADD RSC /l 0x1009 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib urlmon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\Release" !ENDIF # Begin Target # Name "LobbyHook - Win32 Debug" # Name "LobbyHook - Win32 Release MinSize" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\LobbyHook.cpp # End Source File # Begin Source File SOURCE=.\StdAfx.cpp # ADD CPP /Yc"stdafx.h" # End Source File # Begin Source File SOURCE=.\StdAfx.h # End Source File # Begin Source File # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # Begin Source File # End Group # End Target # End Project |
From: <ha...@us...> - 2003-05-27 15:19:55
|
Update of /cvsroot/decaldev/source/LobbyHook In directory sc8-pr-cvs1:/tmp/cvs-serv11405 Added Files: DecalNet.dsp Log Message: ARK OMG STOP BITCHING --- NEW FILE: DecalNet.dsp --- # Microsoft Developer Studio Project File - Name="LobbyHook" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=LobbyHook - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "LobbyHook.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "LobbyHook.mak" CFG="LobbyHook - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "LobbyHook - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "LobbyHook - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "LobbyHook - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "LobbyHook - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "LobbyHook - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /Gi /GX /ZI /Od /Ob0 /I "..\Include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c # ADD MTL /nologo /I "..\Include" /Oicf # ADD BASE RSC /l 0x1009 /d "_DEBUG" # ADD RSC /l 0x1009 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib urlmon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept !ELSEIF "$(CFG)" == "LobbyHook - Win32 Release MinSize" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "ReleaseMinSize" # PROP BASE Intermediate_Dir "ReleaseMinSize" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\Release" # PROP Intermediate_Dir "ReleaseMinSize" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c # ADD CPP /nologo /MD /W3 /GX- /Zi /Oa /Og /Oi /Os /Oy /Ob1 /Gf /Gy /I "..\Include" /D "_MBCS" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /Yu"stdafx.h" /FD /c # ADD MTL /nologo /I "..\Include" /Oicf # ADD BASE RSC /l 0x1009 /d "NDEBUG" # ADD RSC /l 0x1009 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib urlmon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\Release" !ENDIF # Begin Target # Name "LobbyHook - Win32 Debug" # Name "LobbyHook - Win32 Release MinSize" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\LobbyHook.cpp # End Source File # Begin Source File SOURCE=.\StdAfx.cpp # ADD CPP /Yc"stdafx.h" # End Source File # Begin Source File SOURCE=.\StdAfx.h # End Source File # Begin Source File # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # Begin Source File # End Group # End Target # End Project |
From: <ha...@us...> - 2003-05-27 12:24:30
|
Update of /cvsroot/decaldev/source/DecalInstaller In directory sc8-pr-cvs1:/tmp/cvs-serv28221 Modified Files: DecalInstaller.vdproj Log Message: pretty stupid bug Index: DecalInstaller.vdproj =================================================================== RCS file: /cvsroot/decaldev/source/DecalInstaller/DecalInstaller.vdproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** DecalInstaller.vdproj 27 May 2003 11:59:19 -0000 1.6 --- DecalInstaller.vdproj 27 May 2003 12:24:25 -0000 1.7 *************** *** 94,129 **** "Entry" { ! "MsmKey" = "8:_287894F290604710B0E99CD646021261" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_2946BCB3B3574315816189D84E505D59" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_3848A0AD84FF4D7AA048E21F6BD3EB88" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_3DD73ACE75854FBF9F5D456210C96110" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_3DD73ACE75854FBF9F5D456210C96110" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_3DD73ACE75854FBF9F5D456210C96110" ! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" "MsmSig" = "8:_UNDEFINED" } --- 94,129 ---- "Entry" { ! "MsmKey" = "8:_1AAD38B449B84647A3608B04376FA6F7" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_1AAD38B449B84647A3608B04376FA6F7" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_1AAD38B449B84647A3608B04376FA6F7" ! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_287894F290604710B0E99CD646021261" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_2946BCB3B3574315816189D84E505D59" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_3848A0AD84FF4D7AA048E21F6BD3EB88" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } *************** *** 221,224 **** --- 221,230 ---- { "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8" + "OwnerKey" = "8:_E256A97055264EB5B195F1414117D027" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8" "OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A" "MsmSig" = "8:_UNDEFINED" *************** *** 250,253 **** --- 256,265 ---- "Entry" { + "MsmKey" = "8:_E256A97055264EB5B195F1414117D027" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_F7B461AAFB7641F699DAEAF49904A662" "OwnerKey" = "8:_UNDEFINED" *************** *** 1194,1198 **** "MergeModule" { ! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_3DD73ACE75854FBF9F5D456210C96110" { "UseDynamicProperties" = "11:TRUE" --- 1206,1210 ---- "MergeModule" { ! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_1AAD38B449B84647A3608B04376FA6F7" { "UseDynamicProperties" = "11:TRUE" *************** *** 1458,1461 **** --- 1470,1501 ---- "OutputGroupCanonicalName" = "8:Built" "OutputProjectGuid" = "8:{ECE3BC74-9DBA-48CD-998C-A1A8031E5F6A}" + "ShowKeyOutput" = "11:TRUE" + "ExcludeFilters" + { + } + } + "{8062640A-2EEE-46E9-AB67-688E9A886E9F}:_E256A97055264EB5B195F1414117D027" + { + "SourcePath" = "8:..\\Release\\LobbyHook.dll" + "TargetName" = "8:" + "Tag" = "8:" + "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + "ProjectOutputGroupRegister" = "3:1" + "OutputConfiguration" = "8:" + "OutputGroupCanonicalName" = "8:Built" + "OutputProjectGuid" = "8:{47B0C7F7-102E-4EBD-83CD-B317D991FDE7}" "ShowKeyOutput" = "11:TRUE" "ExcludeFilters" |
From: <ha...@us...> - 2003-05-27 11:59:22
|
Update of /cvsroot/decaldev/source/DecalInstaller In directory sc8-pr-cvs1:/tmp/cvs-serv18823 Modified Files: DecalInstaller.vdproj Log Message: Updated product code / added gdiplus Index: DecalInstaller.vdproj =================================================================== RCS file: /cvsroot/decaldev/source/DecalInstaller/DecalInstaller.vdproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DecalInstaller.vdproj 23 May 2003 02:20:47 -0000 1.5 --- DecalInstaller.vdproj 27 May 2003 11:59:19 -0000 1.6 *************** *** 16,37 **** "Entry" { - "MsmKey" = "8:_040FCECEC3184ED08229B7777A4FDE61" - "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_040FCECEC3184ED08229B7777A4FDE61" - "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_040FCECEC3184ED08229B7777A4FDE61" - "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { "MsmKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B" "OwnerKey" = "8:_UNDEFINED" --- 16,19 ---- *************** *** 47,51 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } --- 29,33 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B" "MsmSig" = "8:_UNDEFINED" } *************** *** 59,63 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459" "MsmSig" = "8:_UNDEFINED" } --- 41,45 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" } *************** *** 65,69 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } --- 47,51 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2" "MsmSig" = "8:_UNDEFINED" } *************** *** 71,75 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } --- 53,57 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } *************** *** 77,81 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_0593B7A6B4D74017A43CC5F9741D078B" "MsmSig" = "8:_UNDEFINED" } --- 59,63 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_8E9B4D574D014738B94369502A191459" "MsmSig" = "8:_UNDEFINED" } *************** *** 83,87 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" "MsmSig" = "8:_UNDEFINED" } --- 65,69 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } *************** *** 89,93 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_AC7940677AFA439D9D75C9827A0003A2" "MsmSig" = "8:_UNDEFINED" } --- 71,75 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" "MsmSig" = "8:_UNDEFINED" } *************** *** 95,99 **** { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" } --- 77,81 ---- { "MsmKey" = "8:_10D01E415273DFB80A6309EC12D187D8" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" "MsmSig" = "8:_UNDEFINED" } *************** *** 106,109 **** --- 88,97 ---- "Entry" { + "MsmKey" = "8:_12EF79F9183F487CA9F2BD171519C3D4" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_287894F290604710B0E99CD646021261" "OwnerKey" = "8:_UNDEFINED" *************** *** 124,128 **** "Entry" { ! "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" --- 112,122 ---- "Entry" { ! "MsmKey" = "8:_3DD73ACE75854FBF9F5D456210C96110" ! "OwnerKey" = "8:_10B736524B444A95B8CC8D36B521F980" ! "MsmSig" = "8:_UNDEFINED" ! } ! "Entry" ! { ! "MsmKey" = "8:_3DD73ACE75854FBF9F5D456210C96110" "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" *************** *** 130,135 **** "Entry" { ! "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } --- 124,129 ---- "Entry" { ! "MsmKey" = "8:_3DD73ACE75854FBF9F5D456210C96110" ! "OwnerKey" = "8:_11AE7CD5CB2A43E395B33FDD50522940" "MsmSig" = "8:_UNDEFINED" } *************** *** 142,145 **** --- 136,151 ---- "Entry" { + "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" + "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_41F2E99B0C1B72CFD51382D5E140A7E8" + "OwnerKey" = "8:_287894F290604710B0E99CD646021261" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_422DA789643D4CFC8308DBB6EB58ED8B" "OwnerKey" = "8:_UNDEFINED" *************** *** 178,188 **** "Entry" { ! "MsmKey" = "8:_8CCEE5C8AADEB950D9A797DE0530965E" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_8CCEE5C8AADEB950D9A797DE0530965E" "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" --- 184,194 ---- "Entry" { ! "MsmKey" = "8:_8E9B4D574D014738B94369502A191459" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_942AAA28BB647CF0EF1C6137B296D4FE" "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" *************** *** 190,194 **** "Entry" { ! "MsmKey" = "8:_8E9B4D574D014738B94369502A191459" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" --- 196,200 ---- "Entry" { ! "MsmKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" *************** *** 196,206 **** "Entry" { ! "MsmKey" = "8:_942AAA28BB647CF0EF1C6137B296D4FE" ! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" --- 202,212 ---- "Entry" { ! "MsmKey" = "8:_A363B66FCAE3DB5C7CECA058D6C5B2B4" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_A8236153441A4A2295B6EB7344BAF9E6" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" *************** *** 208,212 **** "Entry" { ! "MsmKey" = "8:_A363B66FCAE3DB5C7CECA058D6C5B2B4" "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" --- 214,218 ---- "Entry" { ! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8" "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" *************** *** 214,237 **** "Entry" { ! "MsmKey" = "8:_A760FCE25F8EA4B31587E634E1F0EC16" ! "OwnerKey" = "8:_287894F290604710B0E99CD646021261" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_A760FCE25F8EA4B31587E634E1F0EC16" ! "OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_A8236153441A4A2295B6EB7344BAF9E6" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_AC7940677AFA439D9D75C9827A0003A2" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } --- 220,243 ---- "Entry" { ! "MsmKey" = "8:_AB8B779E801448568C9C2869BFA349A8" ! "OwnerKey" = "8:_673044C5656142EBAA86D07A36EFFF5A" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_AC7940677AFA439D9D75C9827A0003A2" ! "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_BC87E37B7AD8F9835E2A3AC4B4EDBC61" ! "OwnerKey" = "8:_A03B9AE58553491581FA0975DF6E6E88" "MsmSig" = "8:_UNDEFINED" } "Entry" { ! "MsmKey" = "8:_BC87E37B7AD8F9835E2A3AC4B4EDBC61" ! "OwnerKey" = "8:_BD4EC7DFE26A40BA84001249533EC862" "MsmSig" = "8:_UNDEFINED" } *************** *** 338,341 **** --- 344,367 ---- "IsolateTo" = "8:" } + "{A582A373-4685-4296-BEFE-614B80A702C3}:_12EF79F9183F487CA9F2BD171519C3D4" + { + "SourcePath" = "8:..\\Installer\\Res\\gdiplus.dll" + "TargetName" = "8:gdiplus.dll" + "Tag" = "8:" + "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" + "IsolateTo" = "8:" + } "{A582A373-4685-4296-BEFE-614B80A702C3}:_2946BCB3B3574315816189D84E505D59" { *************** *** 498,505 **** "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_8CCEE5C8AADEB950D9A797DE0530965E" { ! "SourcePath" = "8:inject.tlb" ! "TargetName" = "8:inject.tlb" "Tag" = "8:" "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" --- 524,531 ---- "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_942AAA28BB647CF0EF1C6137B296D4FE" { ! "SourcePath" = "8:DDRAW.dll" ! "TargetName" = "8:DDRAW.dll" "Tag" = "8:" "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" *************** *** 513,525 **** "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" ! "Register" = "3:2" "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_942AAA28BB647CF0EF1C6137B296D4FE" { ! "SourcePath" = "8:DDRAW.dll" ! "TargetName" = "8:DDRAW.dll" "Tag" = "8:" "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" --- 539,551 ---- "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" ! "Register" = "3:1" "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A363B66FCAE3DB5C7CECA058D6C5B2B4" { ! "SourcePath" = "8:comdlg32.dll" ! "TargetName" = "8:comdlg32.dll" "Tag" = "8:" "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" *************** *** 538,547 **** "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A363B66FCAE3DB5C7CECA058D6C5B2B4" { ! "SourcePath" = "8:comdlg32.dll" ! "TargetName" = "8:comdlg32.dll" "Tag" = "8:" ! "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" "Condition" = "8:" "Transitive" = "11:FALSE" --- 564,573 ---- "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A8236153441A4A2295B6EB7344BAF9E6" { ! "SourcePath" = "8:..\\Release\\ForceLibrary.dll" ! "TargetName" = "8:ForceLibrary.dll" "Tag" = "8:" ! "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F" "Condition" = "8:" "Transitive" = "11:FALSE" *************** *** 554,562 **** "PackageAs" = "3:1" "Register" = "3:1" ! "Exclude" = "11:TRUE" ! "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A760FCE25F8EA4B31587E634E1F0EC16" { "SourcePath" = "8:ForceLibrary.dll" --- 580,588 ---- "PackageAs" = "3:1" "Register" = "3:1" ! "Exclude" = "11:FALSE" ! "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_AB8B779E801448568C9C2869BFA349A8" { "SourcePath" = "8:ForceLibrary.dll" *************** *** 578,587 **** "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_A8236153441A4A2295B6EB7344BAF9E6" { ! "SourcePath" = "8:..\\Release\\ForceLibrary.dll" ! "TargetName" = "8:ForceLibrary.dll" "Tag" = "8:" ! "Folder" = "8:_B4A52EA52B0946A1AF1F0D1FA55A352F" "Condition" = "8:" "Transitive" = "11:FALSE" --- 604,613 ---- "IsolateTo" = "8:" } ! "{A582A373-4685-4296-BEFE-614B80A702C3}:_BC87E37B7AD8F9835E2A3AC4B4EDBC61" { ! "SourcePath" = "8:inject.tlb" ! "TargetName" = "8:inject.tlb" "Tag" = "8:" ! "Folder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" "Condition" = "8:" "Transitive" = "11:FALSE" *************** *** 593,599 **** "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" ! "Register" = "3:1" ! "Exclude" = "11:FALSE" ! "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } --- 619,625 ---- "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" ! "Register" = "3:2" ! "Exclude" = "11:TRUE" ! "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } *************** *** 684,702 **** "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Decal" ! "ProductCode" = "8:{29E8FB17-4C4E-4F5D-8C5D-F3826ECE2CF6}" ! "PackageCode" = "8:{D90B564B-53F0-457A-8A12-3F1FA081D6E2}" "UpgradeCode" = "8:{3025AB1B-80B9-46B7-9CE9-9887ADA2914F}" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" ! "ProductVersion" = "8:2.5.04" "Manufacturer" = "8:Decal Developers" "ARPHELPTELEPHONE" = "8:" ! "ARPHELPLINK" = "8:" "Title" = "8:Decal" "Subject" = "8:" "ARPCONTACT" = "8:Decal Developers" "Keywords" = "8:" ! "ARPCOMMENTS" = "8:" "ARPURLINFOABOUT" = "8:http://decaldev.sourceforge.net/" "ARPPRODUCTICON" = "8:_287894F290604710B0E99CD646021261" --- 710,728 ---- "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Decal" ! "ProductCode" = "8:{35012CC1-DC9F-49C3-9593-2B246AE68D3A}" ! "PackageCode" = "8:{F48A7DB5-A307-4C09-A383-EDE70A484FAF}" "UpgradeCode" = "8:{3025AB1B-80B9-46B7-9CE9-9887ADA2914F}" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" ! "ProductVersion" = "8:2.5.05" "Manufacturer" = "8:Decal Developers" "ARPHELPTELEPHONE" = "8:" ! "ARPHELPLINK" = "8:http://forums.acdev.org/" "Title" = "8:Decal" "Subject" = "8:" "ARPCONTACT" = "8:Decal Developers" "Keywords" = "8:" ! "ARPCOMMENTS" = "8:Decal" "ARPURLINFOABOUT" = "8:http://decaldev.sourceforge.net/" "ARPPRODUCTICON" = "8:_287894F290604710B0E99CD646021261" *************** *** 771,774 **** --- 797,814 ---- "Shortcut" { + "{478F747B-8505-45D1-9AAE-8C3B645C26E3}:_A8285E902C994E8091DED2049A8A078F" + { + "Name" = "8:Decal" + "Arguments" = "8:" + "Description" = "8:Starts the Decal Agent" + "ShowCmd" = "3:1" + "IconIndex" = "3:101" + "Transitive" = "11:FALSE" + "Target" = "8:_287894F290604710B0E99CD646021261" + "Folder" = "8:_7A37445AF6294D2685784C887BC78D12" + "WorkingFolder" = "8:_8166ECC1DA234550B1E7EF74BD46A69F" + "Icon" = "8:_287894F290604710B0E99CD646021261" + "Feature" = "8:" + } } "UserInterface" *************** *** 1154,1158 **** "MergeModule" { ! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_040FCECEC3184ED08229B7777A4FDE61" { "UseDynamicProperties" = "11:TRUE" --- 1194,1198 ---- "MergeModule" { ! "{35A69C6E-5BA4-440D-803D-762B59A45393}:_3DD73ACE75854FBF9F5D456210C96110" { "UseDynamicProperties" = "11:TRUE" *************** *** 1451,1457 **** } } - } - "VJSharpPlugin" - { } } --- 1491,1494 ---- |
From: <ha...@us...> - 2003-05-27 11:59:05
|
Update of /cvsroot/decaldev/source/Installer/Res In directory sc8-pr-cvs1:/tmp/cvs-serv18654 Modified Files: Install.vbs Log Message: Updated product code Index: Install.vbs =================================================================== RCS file: /cvsroot/decaldev/source/Installer/Res/Install.vbs,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Install.vbs 15 May 2003 07:10:35 -0000 1.33 --- Install.vbs 27 May 2003 11:58:58 -0000 1.34 *************** *** 57,61 **** 'All of these -must- be specified Private Const ThisProduct = "Decal" ' The name of your product, used it dialogs and such ! Private Const ThisVersion = "2.5.0.4" ' The version of your product, used in dialogs and such Private Const MSIFileName = "Decal.msi" ' The name of the MSI file that will be excuted 'Add all of your previous product IDs to the dictionary for removal by the installer --- 57,61 ---- 'All of these -must- be specified Private Const ThisProduct = "Decal" ' The name of your product, used it dialogs and such ! Private Const ThisVersion = "2.5.0.5" ' The version of your product, used in dialogs and such Private Const MSIFileName = "Decal.msi" ' The name of the MSI file that will be excuted 'Add all of your previous product IDs to the dictionary for removal by the installer *************** *** 99,102 **** --- 99,104 ---- AllProducts.Add "2.5.0.2", "{F794642A-63D5-11D7-B2DA-009027B6A4F1}" AllProducts.Add "2.5.0.4", "{29E8FB17-4C4E-4F5D-8C5D-F3826ECE2CF6}" + AllProducts.Add "2.5.0.5", "{35012CC1-DC9F-49C3-9593-2B246AE68D3A}" + |
From: <ha...@us...> - 2003-05-27 11:36:17
|
Update of /cvsroot/decaldev/source/PlainText In directory sc8-pr-cvs1:/tmp/cvs-serv10971 Modified Files: PlainText.rc Log Message: Central version resource Index: PlainText.rc =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/PlainText.rc,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** PlainText.rc 15 May 2003 07:10:14 -0000 1.30 --- PlainText.rc 27 May 2003 11:36:14 -0000 1.31 *************** *** 2,5 **** --- 2,6 ---- // #include "resource.h" + #include "..\Include\DecalVersion.h" #define APSTUDIO_READONLY_SYMBOLS *************** *** 54,59 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,5,0,4 ! PRODUCTVERSION 2,5,0,4 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 55,60 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE ! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 72,81 **** VALUE "Comments", "PlainText is a Decal surrogate that allows plug-ins to be written using Windows Scripting Technologies" VALUE "FileDescription", "PlainText Module" ! VALUE "FileVersion", "2, 5, 0, 4" VALUE "InternalName", "PlainText" VALUE "LegalCopyright", "Copyright 2001" VALUE "OriginalFilename", "PlainText.DLL" VALUE "ProductName", "PlainText Module" ! VALUE "ProductVersion", "2, 5, 0, 4" END END --- 73,82 ---- VALUE "Comments", "PlainText is a Decal surrogate that allows plug-ins to be written using Windows Scripting Technologies" VALUE "FileDescription", "PlainText Module" ! VALUE "FileVersion", DECAL_VERSION_STRING VALUE "InternalName", "PlainText" VALUE "LegalCopyright", "Copyright 2001" VALUE "OriginalFilename", "PlainText.DLL" VALUE "ProductName", "PlainText Module" ! VALUE "ProductVersion", DECAL_VERSION_STRING END END |
From: <ha...@us...> - 2003-05-27 11:36:07
|
Update of /cvsroot/decaldev/source/Inject In directory sc8-pr-cvs1:/tmp/cvs-serv10901 Modified Files: Inject.rc Log Message: Central version resource Index: Inject.rc =================================================================== RCS file: /cvsroot/decaldev/source/Inject/Inject.rc,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** Inject.rc 15 May 2003 07:10:01 -0000 1.44 --- Inject.rc 27 May 2003 11:36:03 -0000 1.45 *************** *** 2,5 **** --- 2,6 ---- // #include "resource.h" + #include "..\Include\DecalVersion.h" #define APSTUDIO_READONLY_SYMBOLS *************** *** 73,78 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,5,0,4 ! PRODUCTVERSION 2,5,0,4 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 74,79 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE ! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 91,100 **** VALUE "Comments", "Inject is the heart of Decal, it places itself within the memory space of the AC Client and is responsible for drawing the UI on the screen" VALUE "FileDescription", "Inject Module" ! VALUE "FileVersion", "2, 5, 0, 4" VALUE "InternalName", "Inject" VALUE "LegalCopyright", "Copyright 2000, 2001" VALUE "OriginalFilename", "Inject.DLL" VALUE "ProductName", "Inject Module" ! VALUE "ProductVersion", "2, 5, 0, 4" END END --- 92,101 ---- VALUE "Comments", "Inject is the heart of Decal, it places itself within the memory space of the AC Client and is responsible for drawing the UI on the screen" VALUE "FileDescription", "Inject Module" ! VALUE "FileVersion", DECAL_VERSION_STRING VALUE "InternalName", "Inject" VALUE "LegalCopyright", "Copyright 2000, 2001" VALUE "OriginalFilename", "Inject.DLL" VALUE "ProductName", "Inject Module" ! VALUE "ProductVersion", DECAL_VERSION_STRING END END |
From: <ha...@us...> - 2003-05-27 11:35:56
|
Update of /cvsroot/decaldev/source/DenAgent In directory sc8-pr-cvs1:/tmp/cvs-serv10821 Modified Files: DenAgent.rc Log Message: Central version resource Index: DenAgent.rc =================================================================== RCS file: /cvsroot/decaldev/source/DenAgent/DenAgent.rc,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** DenAgent.rc 15 May 2003 07:07:41 -0000 1.69 --- DenAgent.rc 27 May 2003 11:35:53 -0000 1.70 *************** *** 2,5 **** --- 2,6 ---- // #include "resource.h" + #include "..\Include\DecalVersion.h" #define APSTUDIO_READONLY_SYMBOLS *************** *** 201,206 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,5,0,4 ! PRODUCTVERSION 2,5,0,4 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 202,207 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE ! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 219,228 **** VALUE "Comments", "DenAgent is the program that manages Decal settings" VALUE "FileDescription", "DenAgent MFC Application" ! VALUE "FileVersion", "2, 5, 0, 4" VALUE "InternalName", "DenAgent" VALUE "LegalCopyright", "Copyright (C) 2000, 2001" VALUE "OriginalFilename", "DenAgent.EXE" VALUE "ProductName", "DenAgent Application" ! VALUE "ProductVersion", "2, 5, 0, 4" END END --- 220,229 ---- VALUE "Comments", "DenAgent is the program that manages Decal settings" VALUE "FileDescription", "DenAgent MFC Application" ! VALUE "FileVersion", DECAL_VERSION_STRING VALUE "InternalName", "DenAgent" VALUE "LegalCopyright", "Copyright (C) 2000, 2001" VALUE "OriginalFilename", "DenAgent.EXE" VALUE "ProductName", "DenAgent Application" ! VALUE "ProductVersion", DECAL_VERSION_STRING END END |
From: <ha...@us...> - 2003-05-27 11:35:47
|
Update of /cvsroot/decaldev/source/DecalNet In directory sc8-pr-cvs1:/tmp/cvs-serv10738 Modified Files: DecalNet.rc Log Message: Central version resource Index: DecalNet.rc =================================================================== RCS file: /cvsroot/decaldev/source/DecalNet/DecalNet.rc,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** DecalNet.rc 15 May 2003 07:07:56 -0000 1.30 --- DecalNet.rc 27 May 2003 11:35:43 -0000 1.31 *************** *** 2,5 **** --- 2,6 ---- // #include "resource.h" + #include "..\Include\DecalVersion.h" #define APSTUDIO_READONLY_SYMBOLS *************** *** 54,59 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,5,0,4 ! PRODUCTVERSION 2,5,0,4 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 55,60 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE ! PRODUCTVERSION DECAL_MAJOR, DECAL_MINOR, DECAL_BUGFIX, DECAL_RELEASE FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 72,81 **** VALUE "Comments", "DecalNet is the core module that processes the network messages between the client and the server" VALUE "FileDescription", "DecalNet Module" ! VALUE "FileVersion", "2, 5, 0, 4" VALUE "InternalName", "DecalNet" VALUE "LegalCopyright", "Copyright 2001" VALUE "OriginalFilename", "DecalNet.DLL" VALUE "ProductName", "DecalNet Module" ! VALUE "ProductVersion", "2, 5, 0, 4" END END --- 73,82 ---- VALUE "Comments", "DecalNet is the core module that processes the network messages between the client and the server" VALUE "FileDescription", "DecalNet Module" ! VALUE "FileVersion", DECAL_VERSION_STRING VALUE "InternalName", "DecalNet" VALUE "LegalCopyright", "Copyright 2001" VALUE "OriginalFilename", "DecalNet.DLL" VALUE "ProductName", "DecalNet Module" ! VALUE "ProductVersion", DECAL_VERSION_STRING END END |