home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.11 / 1998-02_Disc_3.11.iso / PATCHES / fs98ptch.zip / DPLAY50A.EXE / RCDATA / CABINET / msdplay.inf < prev    next >
Windows Setup INFormation  |  1997-09-11  |  2KB  |  56 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.  
  28. [RunPreSetupCommandsSection]
  29. killsvr.exe             ; kill any DPLAYSVR.EXE process
  30.  
  31. [DestinationDirs]
  32. copy.files = 11           ; LDID_SYS
  33.  
  34. [copy.files]
  35. dplayx.dll,,,33
  36. dpmodemx.dll,,,33
  37. dpwsockx.dll,,,33
  38. dplaysvr.exe,,,33
  39.  
  40. [add.reg]
  41. HKCR,DirectPlay,,,"DirectPlay Object"
  42. HKCR,DirectPlay\CLSID,,,{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}
  43. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB},,,"DirectPlay Object"
  44. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InprocServer32,,,dplayx.dll
  45. HKCR,CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InprocServer32,"ThreadingModel",,"Both"
  46.  
  47. HKCR,DirectPlayLobby,,,"DirectPlayLobby Object"
  48. HKCR,DirectPlayLobby\CLSID,,,{2FE8F810-B2A5-11d0-A787-0000F803ABFC}
  49. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC},,,"DirectPlayLobby Object"
  50. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InprocServer32,,,dplayx.dll
  51. HKCR,CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InprocServer32,"ThreadingModel",,"Both"
  52.  
  53. [Strings]
  54. DiskName = "Microsoft DirectPlay 5.0a Installation Disk"
  55. MSFT     = "Microsoft"
  56.