|
|
[Version] Signature="$Windows NT$" Class=Dot4Print ClassGUID={49ce6ac8-6f86-11d2-b1e5-0080c72e74a2} Provider=%MSFT% LayoutFile=layout.inf
;====================================================
[ClassInstall32] ; ; Add the Dot4Print class GUID to SYSTEM\CCS\Control\Class ; AddReg = Dot4PrintClassAddReg
[Dot4PrintClassAddReg] ; ; Give the class a descriptive name and an icon ; HKR,,,,%ClassName% HKR,,Icon,,"-4" HKR,,NoInstallClass,,1
;====================================================
[Manufacturer] %MSFT%=D4P_Models
[D4P_Models] ; ; This INF supports models with these PnP IDs ; (Enumerated by any enumerator (*)) ; %D4Print%=Dot4Print_Inst,DOT4\PRINT
[Dot4Print_Inst.NT] ; ; Copy files for the W2K installation ; CopyFiles=Dot4Print_CopyFiles
[Dot4Print_CopyFiles] ; ; For all this, just one file... ; Dot4Prt.sys
[Dot4Print_Inst.NT.HW] ; ; Special configuration info ; AddReg=Dot4Print_AddReg
[Dot4Print_AddReg] ; ; Add keys under Enum\enumeratorID\device-instance-id ; ;HKR,,"ReadService",,%ReadServiceName% ;HKR,,"WriteService",,%WriteServiceName% HKR,,"ReadSocketId",0x00010001,0x0002 HKR,,"WriteSocketId",0x00010001,0x0002 HKR,,"ReadBufferSize",0x00010001,0x7FFF HKR,,"WriteBufferSize",0x00010001,0x7FFF
[Dot4Print_Inst.NT.Services] ; ; Add the Dot4 driver as a service ; AddService=Dot4Print,0x00000002,Dot4PrintService
[Dot4PrintService] ; ; Service configuration info ; DisplayName = %Dot4Print_Name% ServiceType = 1 ; Kernel driver StartType = 3 ; Manual start ErrorControl = 1 ; Error ignore ServiceBinary = %12%\Dot4Prt.sys
;====================================================
[ControlFlags] ExcludeFromSelect = *
;====================================================
[DestinationDirs] DefaultDestDir = 10,System32\drivers
|