home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.14 / 1997-03_Disc_2.14.iso / directx / dplay.inf < prev    next >
Windows Setup INFormation  |  1996-08-17  |  2KB  |  42 lines

  1. [version]
  2. signature="$CHICAGO$"
  3.  
  4. [DefaultInstall]
  5. AddReg=add.reg
  6.  
  7. [add.reg]
  8. HKLM,"%DP2%\%SP_SERIAL%"
  9. HKLM,"%DP2%\%SP_SERIAL%","Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
  10. HKLM,"%DP2%\%SP_SERIAL%","Path",,"%11%\dpmodemx.dll"
  11. HKLM,"%DP2%\%SP_SERIAL%","dwReserved1",1,00,00,00,00
  12. HKLM,"%DP2%\%SP_SERIAL%","dwReserved2",1,00,00,00,00
  13. HKLM,"%DP2%\%SP_SERIAL%\Address Types\{F2F0CE00-E0AF-11cf-9C4E-00A0C905425E}"
  14.  
  15. HKLM,"%DP2%\%SP_MODEM%"
  16. HKLM,"%DP2%\%SP_MODEM%","Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
  17. HKLM,"%DP2%\%SP_MODEM%","Path",,"%11%\dpmodemx.dll"
  18. HKLM,"%DP2%\%SP_MODEM%","dwReserved1",1,00,00,00,00
  19. HKLM,"%DP2%\%SP_MODEM%","dwReserved2",1,00,00,00,00
  20. HKLM,"%DP2%\%SP_MODEM%\Address Types\{78EC89A0-E0AF-11cf-9C4E-00A0C905425E}"
  21.  
  22. HKLM,"%DP2%\%SP_TCP%"
  23. HKLM,"%DP2%\%SP_TCP%","Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
  24. HKLM,"%DP2%\%SP_TCP%","Path",,%11%\"dpwsockx.dll"
  25. HKLM,"%DP2%\%SP_TCP%","dwReserved1",1,F4,01,00,00
  26. HKLM,"%DP2%\%SP_TCP%","dwReserved2",1,00,00,00,00
  27. HKLM,"%DP2%\%SP_TCP%\Address Types\{C4A54DA0-E0AF-11cf-9C4E-00A0C905425E}"
  28.  
  29. HKLM,"%DP2%\%SP_IPX%"
  30. HKLM,"%DP2%\%SP_IPX%","Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
  31. HKLM,"%DP2%\%SP_IPX%","Path",,%11%\"dpwsockx.dll"
  32. HKLM,"%DP2%\%SP_IPX%","dwReserved1",1,32,00,00,00
  33. HKLM,"%DP2%\%SP_IPX%","dwReserved2",1,00,00,00,00
  34.  
  35. [Strings]
  36. DP2       = "Software\Microsoft\DirectPlay\Service Providers"
  37. SP_SERIAL = "Serial Connection For DirectPlay"
  38. SP_MODEM  = "Modem Connection For DirectPlay"
  39. SP_TCP    = "Internet TCP/IP Connection For DirectPlay"
  40. SP_IPX    = "IPX Connection For DirectPlay"
  41.  
  42.