home *** CD-ROM | disk | FTP | other *** search
/ Hacker 14 / HACKER14.ISO / Games / MSCC3.EXE / CABFILE / IDR_CABFILE / DPLAY60A.EXE / RCDATA / CABINET / MSDPLAY.INF < prev    next >
Windows Setup INFormation  |  1998-05-27  |  2KB  |  64 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%,DPLAY50a.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.  
  23. [DefaultInstall]
  24. RunPreSetupCommands=RunPreSetupCommandsSection
  25. CopyFiles=copy.files
  26. AddReg=add.reg
  27. DelReg=del.reg
  28.  
  29. [RunPreSetupCommandsSection]
  30. killsvr.exe             ; kill any DPLAYSVR.EXE process
  31.  
  32. [DestinationDirs]
  33. copy.files = 11           ; LDID_SYS
  34.  
  35. [copy.files]
  36. dplayx.dll,,,33
  37. dpmodemx.dll,,,33
  38. dpwsockx.dll,,,33
  39. dplaysvr.exe,,,33
  40.  
  41. [add.reg]
  42. HKCR,DirectPlay,,,"DirectPlay Object"
  43. HKCR,DirectPlay\CLSID,,,{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}
  44. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB},,,"DirectPlay Object"
  45. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InprocServer32,,,dplayx.dll
  46. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InprocServer32,"ThreadingModel",,"Both"
  47.  
  48. HKCR,DirectPlayLobby,,,"DirectPlayLobby Object"
  49. HKCR,DirectPlayLobby\CLSID,,,{2FE8F810-B2A5-11d0-A787-0000F803ABFC}
  50. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC},,,"DirectPlayLobby Object"
  51. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InprocServer32,,,dplayx.dll
  52. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InprocServer32,"ThreadingModel",,"Both"
  53.  
  54. [del.reg]
  55. HKLM, %DLLVer%, "dplayx.dll"
  56. HKLM, %DLLVer%, "dpmodemx.dll"
  57. HKLM, %DLLVer%, "dpwsockx.dll"
  58. HKLM, %DLLVer%, "dplaysvr.exe"
  59.  
  60. [Strings]
  61. DiskName = "Microsoft DirectPlay 6.0 Installation Disk"
  62. MSFT     = "Microsoft"
  63. DLLVer   = "System\CurrentControlSet\Control\SessionManager\CheckVerDLLs"
  64.