ATLASWD.INF Driver File Contents (cnum560.exe)

;*****************************************************************************
;
; atlaswd.inf    -- This file contains descriptions of the 
;                   "mccimdm" driver as a WDM driver for the Lucent
;		    Pegasus modem.
;
; It is designed to work on both NT5 beta 1 and Win95/98, installing 
; the appropriate components on each.  However, it has not been tested
; on NT5 beta 1.  It needs a second part, to get into the proper class,
; in order to get the VXD loaded.
;
; Copyright (c) 1997-1998 Moore Computer Consultants, Inc.
;
; $Id: atlaswd.inf,v 1.9 1998/07/17 20:56:35 cjy Exp $
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc.
;
;*****************************************************************************

[Version]
signature="$WINDOWS NT$"
Class=Auxiliary-Drivers
;USB GUID
;ClassGuid={4D36E97E-E325-11CE-BFC1-08002BE10318}
;AUX GUID
ClassGuid={FEA340A5-CE12-11d1-8A76-0040332FE852}
Provider=%McciMfg%
LayoutFile=layout.inf

;-----------------------------------------------------------------------------
;   Last param (after comma) is source path (omit to always (?) be prompted)
;-----------------------------------------------------------------------------
[SourceDisksNames]
1=%lucentmdm_disk%,"MCCIDSK",,

[SourceDisksFiles]
mccicm95.sys=1
MCCICMNT.SYS=1
MCCICOMM.VXD=1
MCCICR.SYS=1
MCCIMDM.SYS=1
VMCCICR.VXD=1
MCCIW16.DLL=1
MCCIW32.DLL=1
atlasvx.inf=1

;-----------------------------------------------------------------------------
; Install class "AUX" (for NT and Win95) 
;-----------------------------------------------------------------------------
[ClassInstall]
AddReg=MCCIClassReg
CopyFiles=MCCIClassFiles.CopyList

[MCCIClassReg]
;HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages"
HKR,,Installer,,"mcciw16.dll,ClassInstall"
;HKR,,SilentInstall,,1

[MCCIClassFiles.CopyList]
mcciw16.dll
mcciw32.dll

;-----------------------------------------------------------------------------
;
; Specify target paths...
;
; For Windows NT, all drivers go into %windir%\system32\drivers.  Since
; there isn't a DIRID (LDID) that represents this path on both NT and Win95,
; we specify the relative path off of %windir%.
;
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir		= 11			; LDID_SYS
mccimdm.W95.CopyList	= 11			; LDID_SYS
MCCIClassFiles.CopyList = 11                    ; MCCI Class Installer
mccimdm.inf.CopyList    = 17,other              ; INF Directory\other
;mccimdm.NT.CopyList	= 10, system32\drivers
mccimdm.NT.CopyList	= 12
mccimdm.app.CopyList	= 24, %PROGRAMF%\%mccimdm_prog%

;-----------------------------------------------------------------------------
; Table of Contents
;-----------------------------------------------------------------------------
[Manufacturer]
%McciMfg%=MCCI
%LucentMfg%=Lucent

;-----------------------------------------------------------------------------
; Device-by-device entries
;-----------------------------------------------------------------------------
[MCCI]
; friendly name = mccimdm.Install, your pnp-id

;-----------------------------------------------------------------------------
; Add definitions for Lucent devices here
;-----------------------------------------------------------------------------
[Lucent]
; friendlyname = mccimdm.Install,  your pnp-id
%Lucent.PegasusWDM%=mccimdm.Install,USB\VID_047E&PID_F101  ;Lucent USB modem

;-----------------------------------------------------------------------------
; The exclude-from-select stuff
;-----------------------------------------------------------------------------
[ControlFlags]


;-----------------------------------------------------------------------------
; Installation instructions -- don't get cute with '\' below, it kills the
; installer!
;-----------------------------------------------------------------------------
[mccimdm.Install]
CopyFiles	= mccimdm.W95.CopyList,mccimdm.app.CopyList
AddReg		= mccimdm.AddReg,mccimdm.W95.AddReg

[mccimdm.Install.NT]
CopyFiles	= mccimdm.NT.CopyList,mccimdm.app.CopyList
AddReg		= mccimdm.AddReg,mccimdm.NT.AddReg

;-----------------------------------------------------------------------------
;  Registry for MCCI
;-----------------------------------------------------------------------------

; common registry entries 
[mccimdm.AddReg]

; only for Win95....
[mccimdm.W95.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,mccimdm.sys
HKR,,CRGuid,,{7B81C753-4BAD-11d1-AF55-0040051ABA49}

; only for NT...
[mccimdm.NT.AddReg]
HKR,,PortSubClass,1,02
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"


;-----------------------------------------------------------------------------
;  Copy lists
;-----------------------------------------------------------------------------

;--- files to copy for NT and 95 are the same but to different dirs! ---
[mccimdm.W95.CopyList]
mccimdm.sys
mccicm.sys,mccicm95.sys
mccicr.sys
vmccicr.vxd
mccicomm.vxd
mccivcd.vxd

[mccimdm.NT.CopyList]
mccimdm.sys
mccicm.sys,mccicmnt.sys

[mccimdm.app.CopyList]

;--- in case we ever have any 'common' copies ---
[mccimdm.CopyList]

[mccimdm.inf.CopyList]
atlasvx.inf

;-----------------------------------------------------------------------------
;  NT Services installation
;-----------------------------------------------------------------------------
[mccimdm.Install.Services]
AddService = mccimdm, 0x00000002, mccimdm.Install.AddService

[mccimdm.Install.NT.Services]
AddService = mccimdm, 0x00000002, mccimdm.Install.AddService

[mccimdm.Install.AddService]
DisplayName	= %mccimdm_SvcDesc%
ServiceType	= 1			;%SERVICE_KERNEL_DRIVER%
StartType	= 2			;%SERVICE_AUTO_START%
ErrorControl	= 1			;%SERVICE_ERROR_NORMAL%	
ServiceBinary	= %12%\mccimdm.sys
LoadOrderGroup	= Base

;-----------------------------------------------------------------------------
; STRINGS
;-----------------------------------------------------------------------------
[Strings]

;<<localize the following>>
McciMfg		= "Moore Computer Consultants, Inc."
mccimdm_SvcDesc = "MCCI® USB Serial Device Driver"

LucentMfg	= "Lucent Technologies, Inc."
Lucent.PegasusWDM = "Pegasus V.90 USB Modem (WDM)"
lucentmdm_desc	= "Bus powered USB Data/Fax modem"
lucentmdm_tip	= "Drivers for the Pegasus modem"
lucentmdm_disk	= "Lucent Installation Disk"

;-----------------------------------------------------------------------------
; These are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
PROGRAMF	= "PROGRA~1"
mccimdm_prog	= "mccidemo"		;name in "program files".

SERVICE_KERNEL_DRIVER	= "1"
SERVICE_AUTO_START	= "2"
SERVICE_ERROR_NORMAL	= "1"

;*** end of file ***
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 2.09