wcmvmdxp.inf Driver File Contents (Globetrotter.zip)

;/*++
;
;Copyright (c) 1990-1999 Microsoft Corporation All rights Reserved
;
;Module Name:
;
;	WCMVmdXP.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=wcmvmdXP.cat

;*****************************************
; WCMVmdXP	Install Section
;*****************************************

[Manufacturer]
%WCM%						= WCMVmdXPDriver

[WCMVmdXPDriver]
%WCM_VMODEM_FGSM%			= WCMVmdXP, WCMBUS\WCMVMODEM_FGSM
%WCM_VMODEM_GSM%			= WCMVmdXP, WCMBUS\WCMVMODEM_GSM
%WCM_VMODEM_FAX%			= WCMVmdXP, WCMBUS\WCMVMODEM_FAX
%WCM_VMODEM_GPRS%			= WCMVmdXP, WCMBUS\WCMVMODEM_GPRS
%WCM_VMODEM_AT%				= WCMVmdATXP, WCMBUS\WCMVMODEM_CMD
%WCM_VMODEM_GSMC%			= WCMVmdXP, WCMBUS\WCMVMODEM_GSMC
%WCM_VMODEM_FAXC%			= WCMVmdXP, WCMBUS\WCMVMODEM_FAXC
%WCM_VMODEM_GPRSC%			= WCMVmdXP, WCMBUS\WCMVMODEM_GPRSC
%WCM_VMODEM_ATC%			= WCMVmdATXP, WCMBUS\WCMVMODEM_CMDC
%WCM_VMODEM_GSMF%			= WCMVmdXP, WCMBUS\WCMVMODEM_GSMF
%WCM_VMODEM_FAXF%			= WCMVmdXP, WCMBUS\WCMVMODEM_FAXF
%WCM_VMODEM_GPRSF%			= WCMVmdXP, WCMBUS\WCMVMODEM_GPRSF
%WCM_VMODEM_ATF%			= WCMVmdATXP, 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

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

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

[WCMVmdXP.NTx86.HW]
AddReg		= WCMVmdXPHW.NTx86.AddReg

[WCMVmdXP.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"

[WCMVmdXPHW.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"""

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

[WCMVmdXP.EventLog]
AddReg			= WCMVmdXP.EventLog.AddReg

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

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

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

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

[WCMVmdATXP.NTx86.HW]
AddReg		= WCMVmdATXPHW.NTx86.AddReg

[WCMVmdATXP.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"

[WCMVmdATXPHW.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"""

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

[WCMVmdATXP.EventLog]
AddReg			= WCMVmdATXP.EventLog.AddReg

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

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

[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\WCMVmdXP"
WCMVMODM_PARAMETERS			= "System\CurrentControlSet\Services\WCMVmdXP\Parameters"

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: web1, load: 0.66