wcmvmd2k.inf Driver File Contents (Globetrotter.zip)

;
;Copyright (c) 1990-1999 Microsoft Corporation All rights Reserved
;
;Module Name:
;
;	WCMVmd2K.INF
;
;Abstract:
;	INF file for installing WCM Bus Driver
;
;--*/
[Version]
Signature="$WINDOWS NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%WCM%
DriverVer=01/09/2004,1.37
CatalogFile=wcmvmd2k.cat

;*****************************************
; WCMVmd2K	Install Section
;*****************************************

[Manufacturer]
%WCM%						= WCMVmd2KDriver

[WCMVmd2KDriver]
%WCM_VMODEM_FGSM%			= WCMVmd2K, WCMBUS\WCMVMODEM_FGSM
%WCM_VMODEM_GSM%			= WCMVmd2K, WCMBUS\WCMVMODEM_GSM
%WCM_VMODEM_FAX%			= WCMVmd2K, WCMBUS\WCMVMODEM_FAX
%WCM_VMODEM_GPRS%			= WCMVmd2K, WCMBUS\WCMVMODEM_GPRS
%WCM_VMODEM_AT%				= WCMVmdAT2K, WCMBUS\WCMVMODEM_CMD
%WCM_VMODEM_GSMC%			= WCMVmd2K, WCMBUS\WCMVMODEM_GSMC
%WCM_VMODEM_FAXC%			= WCMVmd2K, WCMBUS\WCMVMODEM_FAXC
%WCM_VMODEM_GPRSC%			= WCMVmd2K, WCMBUS\WCMVMODEM_GPRSC
%WCM_VMODEM_ATC%			= WCMVmdAT2K, WCMBUS\WCMVMODEM_CMDC
%WCM_VMODEM_GSMF%			= WCMVmd2K, WCMBUS\WCMVMODEM_GSMF
%WCM_VMODEM_FAXF%			= WCMVmd2K, WCMBUS\WCMVMODEM_FAXF
%WCM_VMODEM_GPRSF%			= WCMVmd2K, WCMBUS\WCMVMODEM_GPRSF
%WCM_VMODEM_ATF%			= WCMVmdAT2K, WCMBUS\WCMVMODEM_CMDF

[ControlFlags]
; Prevent the user from manually installing PnP devices.
ExcludeFromSelect			= WCMBUS\WCMVMODEM_FGSM
ExcludeFromSelect			= WCMBUS\WCMVMODEM_GSM
ExcludeFromSelect			= WCMBUS\WCMVMODEM_FAX
ExcludeFromSelect			= WCMBUS\WCMVMODEM_GPRS
ExcludeFromSelect			= WCMBUS\WCMVMODEM_CMD
ExcludeFromSelect			= WCMBUS\WCMVMODEM_GSMC
ExcludeFromSelect			= WCMBUS\WCMVMODEM_FAXC
ExcludeFromSelect			= WCMBUS\WCMVMODEM_GPRSC
ExcludeFromSelect			= WCMBUS\WCMVMODEM_CMDC
ExcludeFromSelect			= WCMBUS\WCMVMODEM_GSMF
ExcludeFromSelect			= WCMBUS\WCMVMODEM_FAXF
ExcludeFromSelect			= WCMBUS\WCMVMODEM_GPRSF
ExcludeFromSelect			= WCMBUS\WCMVMODEM_CMDF

;*****************************************************************************
; WCMVmd2K device (Windows 2000/Intel)
;*****************************************************************************
[WCMVmd2K.NTx86]
AddReg		= WCMVmd2K.NTx86.AddReg
; addreg and copy files for serenum.sys
Include		= msports.inf
Needs		= SerialEnumerator.NT

[WCMVmd2K.NTx86.Services]
AddService	= WCMVmd2K, 2, WCMVmd2K.Service, WCMVmd2K.EventLog
; install the serenum service itself
Include		= msports.inf
Needs		= SerialEnumerator.NT.Services

[WCMVmd2K.NTx86.HW]
AddReg		= WCMVmd2KHW.NTx86.AddReg

[WCMVmd2K.NTx86.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
; Uncomment the following line if you want to override the advanced dialog for
; your device.	See msports.h for protoype of OverrideAdvancedFunction
; HKR,,EnumAdvancedDialog,,"yourdll.dll,OverrideAdvancedFunction"

[WCMVmd2KHW.NTx86.AddReg]
HKR,,"UpperFilters", %FLG_ADDREG_TYPE_MULTI_SZ%, "serenum"
HKLM, %WCMVMODM_ENTRY%, Parameters, %FLG_ADDREG_KEYONLY%
HKLM, %WCMVMODM_PARAMETERS%, PlatformFlag, %FLG_ADDREG_TYPE_DWORD%, 0x7D0
HKLM, %WCMVMODM_PARAMETERS%, DebugFlags, %FLG_ADDREG_TYPE_DWORD%, 0x3
HKLM, %WCMVMODM_PARAMETERS%, EventLogLevel, %FLG_ADDREG_TYPE_DWORD%, 0x3
;HKLM, %WCMVMODM_PARAMETERS%, X+MobiAPN, %FLG_ADDREG_TYPE_SZ%, "+cgdcont=1,""IP"",""OFFICEACCESS.INTERNET.BE"""

;*****************************************************************************
; WCMVmd2K device (Windows 2000/Misc)
;*****************************************************************************
[WCMVmd2K.Service]
DisplayName		= WCM VMODEM Driver
ServiceType		= 1	; SERVICE_KERNEL_DRIVER
StartType		= 3	; SERVICE_DEMAND_START
ErrorControl	= 1	; SERVICE_ERROR_NORMAL
ServiceBinary	= %12%\wcmvmd2k.sys
LoadOrderGroup	= Extended Base

[WCMVmd2K.EventLog]
AddReg			= WCMVmd2K.EventLog.AddReg

[WCMVmd2K.EventLog.AddReg]
HKR, , EventMessageFile, 0x00020000, "%%12%%\wcmvmd2k.sys"
HKR, , TypesSupported,	0x00010001, 7

;*****************************************************************************

;*****************************************************************************
; WCMVmd2K device (Windows 2000/Intel)
;*****************************************************************************
[WCMVmdAT2K.NTx86]
AddReg		= WCMVmdAT2K.NTx86.AddReg
; addreg and copy files for serenum.sys
Include		= msports.inf
Needs		= SerialEnumerator.NT

[WCMVmdAT2K.NTx86.Services]
AddService	= WCMVmd2K, 2, WCMVmdAT2K.Service, WCMVmdAT2K.EventLog
; install the serenum service itself
Include		= msports.inf
Needs		= SerialEnumerator.NT.Services

[WCMVmdAT2K.NTx86.HW]
AddReg		= WCMVmdAT2KHW.NTx86.AddReg

[WCMVmdAT2K.NTx86.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
; Uncomment the following line if you want to override the advanced dialog for
; your device.	See msports.h for protoype of OverrideAdvancedFunction
; HKR,,EnumAdvancedDialog,,"yourdll.dll,OverrideAdvancedFunction"

[WCMVmdAT2KHW.NTx86.AddReg]
;HKR,,"UpperFilters", %FLG_ADDREG_TYPE_MULTI_SZ%, "serenum"
HKLM, %WCMVMODM_ENTRY%, Parameters, %FLG_ADDREG_KEYONLY%
HKLM, %WCMVMODM_PARAMETERS%, PlatformFlag, %FLG_ADDREG_TYPE_DWORD%, 0x7D0
HKLM, %WCMVMODM_PARAMETERS%, DebugFlags, %FLG_ADDREG_TYPE_DWORD%, 0x3
HKLM, %WCMVMODM_PARAMETERS%, EventLogLevel, %FLG_ADDREG_TYPE_DWORD%, 0x3
;HKLM, %WCMVMODM_PARAMETERS%, X+MobiAPN, %FLG_ADDREG_TYPE_SZ%, "+cgdcont=1,""IP"",""OFFICEACCESS.INTERNET.BE"""

;*****************************************************************************
; WCMVmd2K device (Windows 2000/Misc)
;*****************************************************************************
[WCMVmdAT2K.Service]
DisplayName		= WCM VMODEM Driver
ServiceType		= 1	; SERVICE_KERNEL_DRIVER
StartType		= 3	; SERVICE_DEMAND_START
ErrorControl	= 1	; SERVICE_ERROR_NORMAL
ServiceBinary	= %12%\wcmvmd2k.sys
LoadOrderGroup	= Extended Base

[WCMVmdAT2K.EventLog]
AddReg			= WCMVmdAT2K.EventLog.AddReg

[WCMVmdAT2K.EventLog.AddReg]
HKR, , EventMessageFile, 0x00020000, "%%12%%\wcmvmd2k.sys"
HKR, , TypesSupported,	0x00010001, 7

;*****************************************************************************

;*****************************************************************************
[DestinationDirs]
DefaultDestDir				= 12

[SourceDisksNames]
1 = %DiskId1%,,,""

[SourceDisksFiles]
WCMBus2K.sys		=		1,,
WCMVmd2K.sys		=		1,,
WCMLib2K.sys		=		1,,

[Strings]
WCM							= "WCM"
WCM_VMODEM_FGSM				= "WCM Virtual Serial Port(Fake GSM)"
WCM_VMODEM_GSM				= "WCM Virtual Serial Port(GSM)"
WCM_VMODEM_FAX				= "WCM Virtual Serial Port(FAX)"
WCM_VMODEM_GPRS				= "WCM Virtual Serial Port(GPRS)"
WCM_VMODEM_AT				= "WCM Virtual Serial Port(AT Commands)"

WCM_VMODEM_GSMC				= "GPRS WLAN Combo Card GSM Port"
WCM_VMODEM_FAXC				= "GPRS WLAN Combo Card FAX Port"
WCM_VMODEM_GPRSC			= "GPRS WLAN Combo Card GPRS Port"
WCM_VMODEM_ATC				= "GPRS WLAN Combo Card Command Port"

WCM_VMODEM_GSMF				= "Fresco Virtual Serial Port(GSM)"
WCM_VMODEM_FAXF				= "Fresco Virtual Serial Port(FAX)"
WCM_VMODEM_GPRSF			= "Fresco Virtual Serial Port(GPRS)"
WCM_VMODEM_ATF				= "Fresco Virtual Serial Port(AT Commands)"

WCMVMODM_ENTRY				= "System\CurrentControlSet\Services\WCMVmd2K"
WCMVMODM_PARAMETERS			= "System\CurrentControlSet\Services\WCMVmd2K\Parameters"
DiskId1						= "WCMBus2K Installation Disk #1"

FLG_ADDREG_KEYONLY			= 0x00000010
FLG_ADDREG_TYPE_MULTI_SZ	= 0x00010000
FLG_ADDREG_TYPE_DWORD		= 0x00010001 
FLG_ADDREG_TYPE_SZ			= 0x00000000

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: web4, load: 1.46