home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2000 January / Gamestar_14_2000-01_cd1.bin / Direct_Play_6_1a_.EXE / RCDATA / CABINET / MSDPLAY.INF < prev    next >
Windows Setup INFormation  |  1999-04-12  |  3KB  |  83 lines

  1. ; MSDPLAY.INF
  2. ;
  3. ; This is the Setup information file to install 
  4. ; Microsoft DirectPlay.
  5. ;
  6. ; Copyright (c) 1997 Microsoft Corporation
  7. ;
  8. [version]
  9. Signature="$CHICAGO$"
  10. AdvancedINF=2.0
  11.  
  12. [SourceDisksNames]
  13. 1 = %DiskName%,DPLAY61a.EXE,0
  14.  
  15. [SourceDisksFiles]
  16. msdplay.inf=1
  17. dplayx.dll=1
  18. dpmodemx.dll=1
  19. dpwsockx.dll=1
  20. dplaysvr.exe=1
  21. killsvr.exe=1
  22. dxmigr.dll=1
  23. dxdiag.exe=1
  24. dplay61a.txt=1
  25.  
  26. [DefaultInstall]
  27. RunPreSetupCommands=RunPreSetupCommandsSection
  28. CopyFiles=copy.files,copy.tempfiles
  29. AddReg=add.reg
  30. DelReg=del.reg
  31.  
  32. [RunPreSetupCommandsSection]
  33. killsvr.exe             ; kill any DPLAYSVR.EXE process
  34.  
  35. [DestinationDirs]
  36. copy.files = 11           ; LDID_SYS
  37. copy.tempfiles = 10,"temp"
  38.  
  39. [copy.files]
  40. dplayx.dll,,,33
  41. dpmodemx.dll,,,33
  42. dpwsockx.dll,,,33
  43. dplaysvr.exe,,,33
  44. dxmigr.dll,,,33
  45. dplay61a.txt,,,33
  46.  
  47. [copy.tempfiles]
  48. dxdiag.exe,,,33
  49.  
  50. [add.reg]
  51. HKCR,DirectPlay,,,"DirectPlay Object"
  52. HKCR,DirectPlay\CLSID,,,{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}
  53. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB},,,"DirectPlay Object"
  54. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InprocServer32,,,dplayx.dll
  55. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InprocServer32,"ThreadingModel",,"Both"
  56.  
  57. HKCR,DirectPlayLobby,,,"DirectPlayLobby Object"
  58. HKCR,DirectPlayLobby\CLSID,,,{2FE8F810-B2A5-11d0-A787-0000F803ABFC}
  59. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC},,,"DirectPlayLobby Object"
  60. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InprocServer32,,,dplayx.dll
  61. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InprocServer32,"ThreadingModel",,"Both"
  62.  
  63. HKLM,"Software\Microsoft\DirectPlay\Compatibility\Formula1-97J D3D","Name",,"F197D3D.EXE"
  64. HKLM,"Software\Microsoft\DirectPlay\Compatibility\Formula1-97J D3D","ID",1,ca,f5,e5,35
  65. HKLM,"Software\Microsoft\DirectPlay\Compatibility\Formula1-97J D3D","Flags",1,01,00,00,00
  66.  
  67. HKLM,"Software\Microsoft\DirectPlay\Compatibility\Formula1-97J Glide","Name",,"F197W.EXE"
  68. HKLM,"Software\Microsoft\DirectPlay\Compatibility\Formula1-97J Glide","ID",1,62,f5,e5,35
  69. HKLM,"Software\Microsoft\DirectPlay\Compatibility\Formula1-97J Glide","Flags",1,01,00,00,00
  70.  
  71. HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Migration\450","Dx6Migration",0,"%11%\dxmigr.dll,DxMigration,dx6"
  72.  
  73. [del.reg]
  74. HKLM, %DLLVer%, "dplayx.dll"
  75. HKLM, %DLLVer%, "dpmodemx.dll"
  76. HKLM, %DLLVer%, "dpwsockx.dll"
  77. HKLM, %DLLVer%, "dplaysvr.exe"
  78.  
  79. [Strings]
  80. DiskName = "Microsoft DirectPlay 6.0 Installation Disk"
  81. MSFT     = "Microsoft"
  82. DLLVer   = "System\CurrentControlSet\Control\SessionManager\CheckVerDLLs"
  83.