home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 3 / Windows / inf / eaphost.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  2.9 KB  |  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.  
  8. [DestinationDirs]
  9. DefaultDestDir = 12                            
  10.  
  11. [Manufacturer]
  12. %MSFT%=Microsoft, NTx86
  13.  
  14. ;------------- Device section - Start -----------------------
  15.  
  16. [Microsoft.NTx86]
  17. %ECPComponent.DeviceDesc%=ECPComponent_Device, EH\0
  18.  
  19. ;------------- Device section - End -----------------------
  20.  
  21. [AddProp]
  22. NoConnectSound,,,,1              ; Silence sound on device connect
  23.  
  24.  
  25. [ECPComponent_Device.NT]
  26. AddProperty=AddProp
  27.  
  28. [ECPComponent_Device.NT.HW]
  29. AddReg=ECPComponent_Device.NT.AddReg
  30.  
  31. [ECPComponent_Device.NT.AddReg]
  32. HKR,,InterfaceGUIDs,0x10000, "{d1f60ead-c1c4-4e15-9a8b-2e37dca99faa}"
  33.  
  34. [ECPComponent_Device.NT.Services]
  35. AddService = UMPass, 0x00000002, UMPassService_Install
  36.  
  37. [UMPassService_Install]
  38. DisplayName    = %umpass.SVCDESC%     ; Friendly Name of the Service
  39. ServiceType    = 1                    ; SERVICE_KERNEL_DRIVER
  40. StartType      = 3                    ; SERVICE_DEMAND_START 
  41. ErrorControl   = 1                    ; SERVICE_ERROR_NORMAL
  42. ServiceBinary  = %12%\umpass.sys
  43. LoadOrderGroup = Extended Base
  44.  
  45. ; Strings that are referenced throughout the INF
  46. [Strings]
  47. MSFT = "Microsoft Corporation"
  48. ECPComponent.DeviceDesc = "ECPNode"
  49. umpass.SVCDESC = "Microsoft UMPass Driver"
  50.  
  51.