home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / wceisvista.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  3KB  |  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. [Version]
  9. Signature           = "$Windows NT$"
  10. Class               = Net
  11. ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider            = %Microsoft%
  13. DriverVer=06/21/2006,6.0.6001.18000
  14. [Manufacturer]
  15. %Microsoft%          = WindowsCeDevices,NTx86,NTamd64
  16. [WindowsCeDevices.NTx86]
  17. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_E0&SubClass_01&Prot_03
  18. [WindowsCeDevices.NTamd64]
  19. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_E0&SubClass_01&Prot_03
  20. [ControlFlags]
  21. ExcludeFromSelect=*
  22. ; Windows LH specific sections -----------------------------------
  23. [RNDIS.NT.5.1]
  24. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  25. BusType         = 15
  26. include         = netrndis.inf
  27. needs           = Usb_Rndis.ndi
  28. [RNDIS.NT.5.1.Services]
  29. include     = netrndis.inf
  30. needs       = Usb_Rndis.ndi.Services
  31. ; no sys copyfiles - the sys files are already in place
  32. [Strings]
  33. Microsoft             = "Microsoft Corporation"
  34. WindowsCeDevice       = "Remote NDIS based Internet Sharing Device"