home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / wcerndis.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  5KB  |  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. ;;++-- AddSDisk.cmd said no CopyFiles
  9. [Version]
  10. ;; Commented by AddSDisk.cmd
  11. ;; LayoutFile          = layout.inf
  12. Signature           = "$Windows NT$"
  13. Class               = Net
  14. ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
  15. Provider            = %Microsoft%
  16. DriverVer=06/21/2006,6.0.6001.18000
  17. pnplockdown         = 1
  18. [Manufacturer]
  19. %Microsoft%          = WindowsCeDevices,NTx86
  20. [WindowsCeDevices.NTx86]
  21. %WindowsCeDevice%    = RNDIS.NTx86, USB\Class_EF&SubClass_01&Prot_01
  22. [WindowsCeDevices.NTamd64]
  23. %WindowsCeDevice%    = RNDIS.NTamd64, USB\Class_EF&SubClass_01&Prot_01
  24. [ControlFlags]
  25. ExcludeFromSelect=*
  26. ; Install specific sections -----------------------------------
  27. [RNDIS.NTx86]
  28. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  29. BusType         = 15
  30. include         = netrndis.inf, winmobil.inf
  31. needs           = Usb_Rndis.ndi, WINMOBIL.NTx86
  32. AddReg          = RNDIS_AddReg
  33. AddProperty     = RNDIS_AddProp
  34. [RNDIS.NTx86.Services]
  35. include     = netrndis.inf, winmobil.inf
  36. needs       = Usb_Rndis.ndi.Services, WINMOBIL.NTx86.Services
  37. [RNDIS.NTx86.CoInstallers]
  38. include     = winmobil.inf
  39. needs       = WINMOBIL.NTx86.CoInstallers
  40. [RNDIS.NTamd64]
  41. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  42. BusType         = 15
  43. include         = netrndis.inf, winmobil.inf
  44. needs           = Usb_Rndis.ndi, WINMOBIL.NTamd64
  45. AddReg          = RNDIS_AddReg
  46. AddProperty     = RNDIS_AddProp
  47. [RNDIS.NTamd64.Services]
  48. include     = netrndis.inf, winmobil.inf
  49. needs       = Usb_Rndis.ndi.Services, WINMOBIL.NTamd64.Services
  50. [RNDIS.NTamd64.CoInstallers]
  51. include     = winmobil.inf
  52. needs       = WINMOBIL.NTamd64.CoInstallers
  53. [RNDIS_AddProp]
  54. GenericDriverInstalled,,,,1
  55. [RNDIS_AddReg]
  56. HKR, Ndi\Interfaces,        UpperRange,          0, "ndis5_ip, ndis5_ip6"
  57. HKR, Ndi\Interfaces,        LowerRange,          0, "atm"
  58. HKR,               ,        *NdisDeviceType,     0x00010001, 1
  59. [Strings]
  60. ServiceDisplayName    = "Microsoft Windows Mobile Remote Adapter Driver"
  61. Microsoft             = "Microsoft Corporation"
  62. WindowsCeDevice       = "Microsoft Windows Mobile Remote Adapter"