home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / msdri.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  3.6 KB  |  66 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2. ;******************************************************************************/
  3.  
  4. [DefaultInstall]
  5. CopyINF = MsDRI.inf
  6.  
  7. [Version]
  8. Signature   = "$Windows NT$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider    = %Msft%
  12. DriverVer=06/21/2006,6.0.6001.18000
  13.  
  14. [Manufacturer]
  15. %Msft% = Microsoft,NTx86...1,NTamd64...1
  16. %ATI% = ATI,NTx86...1,NTamd64...1
  17.  
  18. [ATI]
  19.  
  20. [ATI.NTx86...1]
  21. %ATIOCUR% = RNDIS.NT.ALL, USB\VID_1002&PID_A636
  22.  
  23. [ATI.NTamd64...1]
  24. %ATIOCUR% = RNDIS.NT.ALL, USB\VID_1002&PID_A636
  25.  
  26. [Microsoft]
  27.  
  28. [Microsoft.NTx86...1]
  29. %OCUR% = RNDIS.NT.ALL, USB\VID_0924&PID_1200
  30.  
  31. [Microsoft.NTamd64...1]
  32. %OCUR% = RNDIS.NT.ALL, USB\VID_0924&PID_1200
  33.  
  34. [ControlFlags]
  35. ExcludeFromSelect=*
  36.  
  37. [RNDIS.NT.ALL]
  38. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  39. BusType         = 15
  40. include         = netrndis.inf
  41. needs           = Usb_Rndis.ndi
  42. AddReg          = OCUR_Reg
  43.  
  44. [RNDIS.NT.ALL.Services]
  45. include     = netrndis.inf
  46. needs       = Usb_Rndis.ndi.Services
  47.  
  48. [RNDIS.NT.ALL.CoInstallers]
  49. AddReg    = OCUR_Coinstaller_Reg
  50.  
  51. [OCUR_Coinstaller_Reg]
  52. HKR,,CoInstallers32,0x00010000, "msdri.dll, CoInstallerEntry"
  53.  
  54. [OCUR_Reg]
  55. HKLM, Software\Microsoft\Windows\CurrentVersion\Media Center\Service\ehPrivJob\UPnPNetworks, "USB\VID_0924&PID_1200", 0x10001, 1
  56. HKLM, Software\Microsoft\Windows\CurrentVersion\Media Center\Service\ehPrivJob\UPnPNetworks, "USB\VID_1002&PID_A636", 0x10001, 1
  57. HKR, , *NdisDeviceType, 0x00010001, 1
  58.  
  59. [Strings]
  60. ATI                   ="ATI"
  61. Msft                  = "Microsoft"
  62. OCUR                  = "OpenCable Receiver Preproduction Test Device"
  63. ATIOCUR               = "ATI TV Wonder OpenCable Receiver"
  64. SourceDisk1            = "OpenCable Receiver Installation Disk"
  65.  
  66.