vcport.inf Driver File Contents (WCOM.EXE)

; VCPORT.INF
; Copyright (c) 2001 TeleWell

[version]
signature="$CHICAGO$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ProviderString%
DriverVer=10/01/2001,1.00.00.07

[SourceDisksNames]
1=%SourceName%,,0

[SourceDisksFiles]
vmdmc.sys    = 1
vmdmc.vxd    = 1
vcport.inf   = 1
vcmdm9x.inf  = 1
vcsetup.exe  = 1
vcsetup.ini  = 1
vc_cfg.exe   = 1
vc_cfg.ini   = 1
vc_cfg_s.ini = 1
vcmdm2k.inf  = 1
   

[DestinationDirs]
DefaultDestDir           = 11        ;LDID_SYS
LptPort.NT.Copy          = 12        ;DIRID_DRIVERS
ComPort.NT.Copy          = 12        ;DIRID_DRIVERS
SerialEnumerator.NT.Copy = 12        ;DIRID_DRIVERS
NonPort.NT.Copy          = 12        ;DIRID_DRIVERS
All.Copy                 = 10        ;WIN_DIR
Inf.Copy                 = 17,Other  ;INF_DIR
Vcomm.NT.CopyFiles       = 10,temp   ;WIN_DIR,temp


; Drivers
;----------------------------------------------------------
[Manufacturer]
%ManufacturerString%=TeleWell

[TeleWell]
%vmdmc.DeviceDescription% = ComPort, vmdmc,vmdmc ; Communications Port

; COM sections
;----------------------------------------------------------
[ComPort]
CopyFiles=ComPort.Copy, All.Copy, Inf.Copy
AddReg=ComPort.AddReg, ComPort.W95.AddReg, Software.AddReg

[ComPort.Copy]
vmdmc.vxd

[All.Copy]
vcsetup.ini
vcsetup.exe
vc_cfg.exe
vc_cfg.ini
vc_cfg_s.ini

[Inf.Copy]
vcport.inf
vcmdm9x.inf

[Software.AddReg]
HKLM, Software\%DisplayName%\%ManufacturerString%\%AppVersion%,InstallDir,,%10%
HKLM, Software\Microsoft\Windows\CurrentVersion\App Paths\vcsetup.exe,Path,,%10%\vcsetup.exe
HKLM, Software\Microsoft\Windows\CurrentVersion\Uninstall\%DisplayName%,DisplayName,,%DisplayName%
HKLM, Software\Microsoft\Windows\CurrentVersion\Uninstall\%DisplayName%,UninstallString,,%10%\vcsetup.exe

[ComPort.AddReg]
HKR,,PortSubClass,1,01
HKR,,DisplayName,,%vmdmc.DeviceDescription%
;HKR,,InstallKey,,%InstallKey%

[ComPort.W95.AddReg]
HKR,,DevLoader,,*vcomm
HKR,,Enumerator,,serenum.vxd
HKR,,PortDriver,,vmdmc.vxd
HKR,,Contention,,*vcd
HKR,,ConfigDialog,,serialui.dll
HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 11,33,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
HKR,,EnumPropPages,,"serialui.dll,EnumPropPages"

[ComPort.NT]
CopyFiles=ComPort.NT.Copy,Vcomm.NT.CopyFiles
AddReg=ComPort.AddReg, ComPort.NT.AddReg, Software.AddReg, Software.NT.AddReg
;AddReg=ComPort.AddReg, ComPort.NT.AddReg
; NK erst mal nicht ---------------------,DevMap.AddReg
; NKNK   SyssetupPnPFlags = 1

Include=vcsw.inf
Needs=DefaultInstall

[Software.NT.AddReg]
HKLM, Software\Microsoft\Windows\CurrentVersion\App Management\ARPCache\%DisplayName%,Changed,1,0x0

;[ComPort.NT.HW]
;AddReg=ComPort.NT.HW.AddReg

[ComPort.NT.Copy]
vmdmc.sys

[Vcomm.NT.CopyFiles]
vcmdm2k.ini,vcmdm2k.inf,,6

[ComPort.NT.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
;HKR,Parameters,Mode,65537,0,0,0,0
;HKR,Parameters,Mode1,65537,0,0,0,0
; 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"

; NK raus ??? [ComPort.NT.HW.AddReg]
; NK raus ??? HKR,,"UpperFilters",0x00010000,"serenum"

; The serial enumerator by itself, so that other INFs can install serenum w/out serial.sys
; -------------------------------------------------------

[SerialEnumerator.NT]
CopyFiles=SerialEnumerator.NT.Copy

[SerialEnumerator.NT.Copy]
serenum.sys

;-------------- Service installation
; Port Driver (function driver for this device)
[ComPort.NT.Services]
AddService = vmdmc, 0x00000002,vmdmc_Service_Inst
;NK RAUS ??? AddService = Serenum,,Serenum_Service_Inst


[SerialEnumerator.NT.Services]
AddService = Serenum,,Serenum_Service_Inst

; -------------- Serial Port Driver install sections
[vmdmc_Service_Inst]
DisplayName    = %vmdmc.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_SYSTEM_START (this driver may do detection)
ErrorControl   = 1               ; SERVICE_ERROR_IGNORE
AddReg         = vmdmc_Service_REG
ServiceBinary  = %12%\vmdmc.sys
LoadOrderGroup = Extended base

[vmdmc_Service_REG]
HKR,Parameters,CapiDev,,"1"
HKR,Parameters,Devices,,"1"
HKR,Parameters\Dev4,,,""

; -------------- Serenum Driver install section
[Serenum_Service_Inst]
DisplayName    = %Serenum.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\serenum.sys
LoadOrderGroup = PNP Filter


[DevMap.AddReg]
HKLM,hardware\devicemap\serialcomm,COM1,,COM1
HKLM,hardware\devicemap\serialcomm,COM2,,COM2


; "NoDrv" section: We do not yet support these port devices.
;----------------------------------------------------------
[NoDrv]

; "Non-port" sections: PCMCIA cards that look like COM
; ports, but aren't (excluding modems).
;----------------------------------------------------------
[NonPort]
CopyFiles=NonPort.Copy
AddReg=NonPort.AddReg

[NonPort.Copy]
serial.vxd

[NonPort.AddReg]
HKR,,PortSubClass,1,01
HKR,,DevLoader,,*vcomm
HKR,,PortDriver,,serial.vxd
HKR,,Contention,,*vcd
HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 11,33,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00

[NonPort.NT]
;
; BUGBUG--Unclear whether these devices are presently supported under NT.  For now, leave a blank
; install section so we won't run the Win9x stuff.  The fact that no function driver will be installed
; for this devnode will cause the installation to fail, which is what we want to have happen for now.
;

[Det.DevINFs]
*pnp8215=netxir.inf     ;Xircom PE3
*pnpa01e=scsi.inf       ;Trantor T338
*pnpa01f=scsi.inf       ;Trantor T348
*pnpa02f=scsi.inf       ;Trantor T358

; User readable strings
;----------------------------------------------------------
[Strings]
ManufacturerString      = "TeleWell"
ProviderString          = "TeleWell"
vmdmc.DeviceDescription = "TeleWell VComm+ Port Driver"
vmdmc.SVCDESC           = "TeleWell VComm+ Port Driver"
SourceName              = "TeleWell Installation CD"
Serenum.SVCDESC         = "Serenum Filter Driver"
DisplayName             = "TeleWell VComm+"
AppVersion              = "1.0.0.1"
DriverName              = "vmdmc.vxd"
DriverName.NT           = "vmdmc.sys"
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: ftp, load: 1.70