;***************************************************************************** ; ; Name: cur_sdm2.inf ; ; Function: ; Install the Curitel Packet Service Diagnostic Serial Port Drivers (WDM) on Win2000 ; ; Copyright (c) 1997-2003 MCCI ; ; MCCI is a registered trademark of Moore Computer Consultants, Inc ; ; NOTICE: This software is licensed, not sold. Any modification of this ; inf file to change the reference to an operating system or to change the ; reference to a device is not permitted unless authorized in writing by ; Moore Computer Consultants, Inc. ; ;***************************************************************************** [Version] signature="$WINDOWS NT$" Class=Ports ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} Provider=%Provider% DriverVer=04/21/2003, 3.44.0.2700 [ControlFlags] ExcludeFromSelect = * [SourceDisksNames] ; diskid = description[, [tagfile] [, , subdir]] 1=%DiskString%,"cur_serd.sys",, [SourceDisksFiles] ; filename = diskid[,[ subdir][, size]] cur_serd.sys = 1 cur_cmnt.sys = 1 ;----------------------------------------------------------------------------- ; Specify target paths... ;----------------------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 12 ; system32\drivers ;----------------------------------------------------------------------------- ; Table of Contents ;----------------------------------------------------------------------------- [Manufacturer] %CURITEL%=CURITEL ;----------------------------------------------------------------------------- ; Device-by-device entries ;----------------------------------------------------------------------------- [CURITEL] %Curitel.Comm.Desc% = Curitel.Install, USB\VID_106C&PID_1101&MI_02&OS_NT %Curitel.Comm.Desc% = Curitel.Install, USB\VID_106C&PID_2101&MI_02&OS_NT ;----------------------------------------------------------------------------- ; Installation instructions ;----------------------------------------------------------------------------- [Curitel.Install.nt] AddReg = Curitel.AddReg,Curitel.NT.AddReg CopyFiles = CopyFiles, CopyFiles.Win2K ;----------------------------------------------------------------------------- ; Registry ;----------------------------------------------------------------------------- ; common registry entries [Curitel.AddReg] HKR,,NTMPDriver,,cur_serd.sys ; only for NT... [Curitel.NT.AddReg] HKR,,PortSubClass,1,01 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" ;----------------------------------------------------------------------------- ; Copy lists ;----------------------------------------------------------------------------- [CopyFiles] [CopyFiles.Win2K] cur_serd.sys cur_cm.sys,cur_cmnt.sys cur_cmnt.sys ;----------------------------------------------------------------------------- ; NT Services installation ;----------------------------------------------------------------------------- [Curitel.Install.NT.Services] AddService = cur_serd, 0x00000002, Curitel.Install.AddService [Curitel.Install.AddService] DisplayName = %Curitel.Service.Name% Description = %Curitel.Service.Desc% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_DEMAND_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\cur_serd.sys ;----------------------------------------------------------------------------- ; STRINGS ;----------------------------------------------------------------------------- [Strings] ;<> ;BEGIN ENG - US English Strings Provider = "Curitel Inc." CURITEL = "Curitel Inc." DiskString = "Curitel Packet Service Diagnostic Serial Port Drivers installation disk" Curitel.Comm.Desc = "Curitel Packet Service Diagnostic Serial Port (WDM)" Curitel.Service.Name = "Curitel Packet Service Diagnostic Serial Port (WDM)" Curitel.Service.Desc = "Curitel Packet Service Diagnostic Serial Port (WDM)" CustomerDataPath = "Curitel Packet Service" DriverSet = "Curitel Packet Service Software" UninstallFile = "CUR_Uninstall.exe" McciOptions = "Uninstallable" ;END ENG - US English Strings ;----------------------------------------------------------------------------- ; The following are symbolic constants which don't change per locale. ;----------------------------------------------------------------------------- ;*** end of file ***