;***************************************************************************** ; ; Name: cur_mdmw.inf ; ; Function: ; Install the Curitel Packet Service Port Drivers (WDM) on Win9x ; ; Copyright (c) 1997-2003 MCCI ; ; $Id: lower9x.inf,v 1.16 2002/06/12 17:37:35 greg Exp $ ; ; 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="$CHICAGO$" Class=USB ClassGuid={36FC9E60-c465-11cf-8056-444553540000} Provider=%Provider% DriverVer=04/21/2003, 3.44.0.2700 [ControlFlags] ExcludeFromSelect = * ;----------------------------------------------------------------------------- ; Change A:\ to source drive (or omit to always (?) be prompted) ;----------------------------------------------------------------------------- [SourceDisksNames] ; diskid = description[, [tagfile] [, , subdir]] ; having the tagfile non-null seems to help... 1=%DiskString%,"cur_mdm.sys",, [SourceDisksFiles] ; filename = diskid[,[ subdir][, size]] cur_mdm.sys = 1 cur_cr.sys = 1 cur_vcr.vxd = 1 cur_cm95.sys = 1 cur_cmnt.sys = 1 cur_comm.vxd = 1 cur_vcd.vxd = 1 cur_mdmv.inf = 1 ;----------------------------------------------------------------------------- ; Specify target paths... ;----------------------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 11 ; LDID_SYS ;----------------------------------------------------------------------------- ; Table of Contents ;----------------------------------------------------------------------------- [Manufacturer] %CURITEL%=CURITEL ;----------------------------------------------------------------------------- ; Device-by-device entries ;----------------------------------------------------------------------------- [CURITEL] %Curitel.Modem.Desc% = Curitel.Install, USB\VID_106C&PID_1101&MI_00&OS_9X %Curitel.Modem.Desc% = Curitel.Install, USB\VID_106C&PID_2101&MI_00&OS_9X ;----------------------------------------------------------------------------- ; Installation instructions ;----------------------------------------------------------------------------- [Curitel.Install] AddReg = Curitel.AddReg,Curitel.W95.AddReg,Curitel.W95.AddReg.CRGuid CopyFiles = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys DriverVer=04/21/2003, 3.44.0.2700 ;----------------------------------------------------------------------------- ; Registry ;----------------------------------------------------------------------------- ; common registry entries [Curitel.AddReg] HKR,,NTMPDriver,,cur_mdm.sys HKR,,CRUpperDescription,,%UpperDescription% ; only for Win95.... [Curitel.W95.AddReg] HKR,,DevLoader,,*ntkern [Curitel.W95.Addreg.CRGuid] HKR,,CRGuid,,{7ED6B6C4-8273-4fcd-BFB6-9B20BD6F3D54} ;----------------------------------------------------------------------------- ; Copy lists ;----------------------------------------------------------------------------- [CopyFiles] [CopyFiles.W95] cur_vcr.vxd cur_comm.vxd cur_vcd.vxd [CopyFiles.sys] cur_mdm.sys cur_cr.sys [CopyFiles.W95.sys] cur_cm.sys,cur_cm95.sys cur_cm95.sys cur_cmnt.sys [Copyfiles.W95.inf] cur_mdmv.inf ;----------------------------------------------------------------------------- ; STRINGS ;----------------------------------------------------------------------------- [Strings] ;BEGIN ENG - US English Strings Provider = "Curitel Inc." CURITEL = "Curitel Inc." DiskString = "Curitel Packet Service Drivers installation disk" Curitel.Modem.Desc = "Curitel Packet Service" UpperDescription = "Curitel Packet Service Drivers (VCOMM)" 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 ***