home *** CD-ROM | disk | FTP | other *** search
-
- [Version]
- Signature="$WINDOWS NT$"
- Class=System
- Provider=%MSFT% ; Provider of this device. i.e. Manufacturer
- DriverVer=06/21/2006,6.0.6001.18000
-
- [DestinationDirs]
- DefaultDestDir = 12
-
- [Manufacturer]
- %MSFT%=Microsoft, NTx86
-
- ;------------- Device section - Start -----------------------
-
- [Microsoft.NTx86]
- %ECPComponent.DeviceDesc%=ECPComponent_Device, EH\0
-
- ;------------- Device section - End -----------------------
-
- [AddProp]
- NoConnectSound,,,,1 ; Silence sound on device connect
-
-
- [ECPComponent_Device.NT]
- AddProperty=AddProp
-
- [ECPComponent_Device.NT.HW]
- AddReg=ECPComponent_Device.NT.AddReg
-
- [ECPComponent_Device.NT.AddReg]
- HKR,,InterfaceGUIDs,0x10000, "{d1f60ead-c1c4-4e15-9a8b-2e37dca99faa}"
-
- [ECPComponent_Device.NT.Services]
- AddService = UMPass, 0x00000002, UMPassService_Install
-
- [UMPassService_Install]
- DisplayName = %umpass.SVCDESC% ; Friendly Name of the Service
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\umpass.sys
- LoadOrderGroup = Extended Base
-
- ; Strings that are referenced throughout the INF
- [Strings]
- MSFT = "Microsoft Corporation"
- ECPComponent.DeviceDesc = "ECPNode"
- umpass.SVCDESC = "Microsoft UMPass Driver"
-
-