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

  1. ;                     
  2. ; Remote NDIS based Internet Sharing device Setup File
  3. ; Copyright (c) Microsoft Corporation
  4. ;
  5. ; WceIsVista.INF -- This is the inf installation script for 
  6. ;                   RNDIS-over-USB host driver for Intenet Sharing device.
  7. ;
  8.  
  9.  
  10. [Version]
  11. Signature           = "$Windows NT$"
  12. Class               = Net
  13. ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
  14. Provider            = %Microsoft%
  15. DriverVer=06/21/2006,6.0.6001.18000
  16.  
  17. [Manufacturer]
  18. %Microsoft%          = WindowsCeDevices,NTx86,NTamd64
  19.  
  20. [WindowsCeDevices.NTx86]
  21. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_E0&SubClass_01&Prot_03
  22.  
  23. [WindowsCeDevices.NTamd64]
  24. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_E0&SubClass_01&Prot_03
  25.  
  26. [ControlFlags]
  27. ExcludeFromSelect=*
  28.  
  29. ; Windows LH specific sections -----------------------------------
  30.  
  31. [RNDIS.NT.5.1]
  32. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  33. BusType         = 15
  34. include         = netrndis.inf
  35. needs           = Usb_Rndis.ndi
  36.  
  37. [RNDIS.NT.5.1.Services]
  38. include     = netrndis.inf
  39. needs       = Usb_Rndis.ndi.Services
  40.  
  41. ; no sys copyfiles - the sys files are already in place
  42.  
  43. [Strings]
  44. Microsoft             = "Microsoft Corporation"
  45. WindowsCeDevice       = "Remote NDIS based Internet Sharing Device"
  46.