home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / eaphost.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  3KB  |  51 lines

  1.  ■
  2. [Version]
  3. Signature="$WINDOWS NT$"
  4. Class=System                             
  5. Provider=%MSFT%                                     ; Provider of this device. i.e. Manufacturer
  6. DriverVer=06/21/2006,6.0.6001.18000
  7. [DestinationDirs]
  8. DefaultDestDir = 12                            
  9. [Manufacturer]
  10. %MSFT%=Microsoft, NTx86
  11. ;------------- Device section - Start -----------------------
  12. [Microsoft.NTx86]
  13. %ECPComponent.DeviceDesc%=ECPComponent_Device, EH\0
  14. ;------------- Device section - End -----------------------
  15. [AddProp]
  16. NoConnectSound,,,,1              ; Silence sound on device connect
  17. [ECPComponent_Device.NT]
  18. AddProperty=AddProp
  19. [ECPComponent_Device.NT.HW]
  20. AddReg=ECPComponent_Device.NT.AddReg
  21. [ECPComponent_Device.NT.AddReg]
  22. HKR,,InterfaceGUIDs,0x10000, "{d1f60ead-c1c4-4e15-9a8b-2e37dca99faa}"
  23. [ECPComponent_Device.NT.Services]
  24. AddService = UMPass, 0x00000002, UMPassService_Install
  25. [UMPassService_Install]
  26. DisplayName    = %umpass.SVCDESC%     ; Friendly Name of the Service
  27. ServiceType    = 1                    ; SERVICE_KERNEL_DRIVER
  28. StartType      = 3                    ; SERVICE_DEMAND_START 
  29. ErrorControl   = 1                    ; SERVICE_ERROR_NORMAL
  30. ServiceBinary  = %12%\umpass.sys
  31. LoadOrderGroup = Extended Base
  32. ; Strings that are referenced throughout the INF
  33. [Strings]
  34. MSFT = "Microsoft Corporation"
  35. ECPComponent.DeviceDesc = "ECPNode"
  36. umpass.SVCDESC = "Microsoft UMPass Driver"