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

  1. ;                     
  2. ; Windows Mobile USB Host Setup File
  3. ; Copyright (c) Microsoft Corporation
  4. ;
  5. ; WceRndis.INF -- This is the inf installation script for the stand-alone
  6. ;                  release of RNDIS-over-USB host driver for Windows Mobile USB Function devices.
  7. ;
  8.  
  9. ;;++-- AddSDisk.cmd said no CopyFiles
  10.  
  11.  
  12. [Version]
  13. ;; Commented by AddSDisk.cmd
  14. ;; LayoutFile          = layout.inf
  15. Signature           = "$Windows NT$"
  16. Class               = Net
  17. ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
  18. Provider            = %Microsoft%
  19. DriverVer=06/21/2006,6.0.6001.18000
  20. pnplockdown         = 1
  21.  
  22. [Manufacturer]
  23. %Microsoft%          = WindowsCeDevices,NTx86
  24.  
  25. [WindowsCeDevices.NTx86]
  26. %WindowsCeDevice%    = RNDIS.NTx86, USB\Class_EF&SubClass_01&Prot_01
  27.  
  28. [WindowsCeDevices.NTamd64]
  29. %WindowsCeDevice%    = RNDIS.NTamd64, USB\Class_EF&SubClass_01&Prot_01
  30.  
  31. [ControlFlags]
  32. ExcludeFromSelect=*
  33.  
  34. ; Install specific sections -----------------------------------
  35.  
  36. [RNDIS.NTx86]
  37. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  38. BusType         = 15
  39. include         = netrndis.inf, winmobil.inf
  40. needs           = Usb_Rndis.ndi, WINMOBIL.NTx86
  41. AddReg          = RNDIS_AddReg
  42. AddProperty     = RNDIS_AddProp
  43.  
  44. [RNDIS.NTx86.Services]
  45. include     = netrndis.inf, winmobil.inf
  46. needs       = Usb_Rndis.ndi.Services, WINMOBIL.NTx86.Services
  47.  
  48. [RNDIS.NTx86.CoInstallers]
  49. include     = winmobil.inf
  50. needs       = WINMOBIL.NTx86.CoInstallers
  51.  
  52. [RNDIS.NTamd64]
  53. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  54. BusType         = 15
  55. include         = netrndis.inf, winmobil.inf
  56. needs           = Usb_Rndis.ndi, WINMOBIL.NTamd64
  57. AddReg          = RNDIS_AddReg
  58. AddProperty     = RNDIS_AddProp
  59.  
  60. [RNDIS.NTamd64.Services]
  61. include     = netrndis.inf, winmobil.inf
  62. needs       = Usb_Rndis.ndi.Services, WINMOBIL.NTamd64.Services
  63.  
  64. [RNDIS.NTamd64.CoInstallers]
  65. include     = winmobil.inf
  66. needs       = WINMOBIL.NTamd64.CoInstallers
  67.  
  68. [RNDIS_AddProp]
  69. GenericDriverInstalled,,,,1
  70.  
  71. [RNDIS_AddReg]
  72. HKR, Ndi\Interfaces,        UpperRange,          0, "ndis5_ip, ndis5_ip6"
  73. HKR, Ndi\Interfaces,        LowerRange,          0, "atm"
  74. HKR,               ,        *NdisDeviceType,     0x00010001, 1
  75.  
  76. [Strings]
  77. ServiceDisplayName    = "Microsoft Windows Mobile Remote Adapter Driver"
  78. Microsoft             = "Microsoft Corporation"
  79. WindowsCeDevice       = "Microsoft Windows Mobile Remote Adapter"
  80.  
  81.