W2ACECAD.INF Driver File Contents (acewin2kv1_49.exe)

; W2ACECAD.INF
;
; Installs Windows 2000 driver and control panel for Acecad Serial and USB Tablet

[Version]
Signature="$Windows NT$"
Class=Mouse
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=08/31/2000, 1.03.0831
;CatalogFile=w2acecat.cat

[SourceDisksNames]
100=%DiskID%,,0
101=%DiskID%,w2acecad.cab,0

[SourceDisksFiles]
;w2acecad.cat=100
;; Wintab files
wintab.dnt=101 		
wintab32.dnt=101	
wintab32.exe=101	

;; Driver and Cfg DLL files
w2acecad.sys=101
wtcls2k.sys=101
wtoemcfg.exe=101
w2acecad.dll=101	
w2acehid.sys=101

;; Setup files
acecad.bmp=100
w2acecad.stp=100
remove.exe=101
remove.ing=101

;; Control Panel files
lcs.cpl=101
acecad.dll=101
gencsr.dll=101
wt_xpnt.dll=101
wtframe.dll=101
wtgenp.dll=101
wtxpload.exe=101
xpnt32.dll=101
xpoint32.exe=101
xpointps.dll=101
wthelp.hlp=101

[DestinationDirs]
Wintab.Copy      = 11                   ; LDID_SYS
Sys.Files        = 11			; LDID_SYS
Driver.Copy      = 12                   ; LDID_IOS
HIDDriver.Copy   = 12                   ; LDID_IOS
DefaultDestDir   = 10,%Mouse.Dir%       ; LDID_WIN\%Mouse.Dir%

[ControlFlags]
ExcludeFromSelect.Win     = *
ExcludeFromSelect.NTAlpha = *
ExcludeFromSelect.NTMIPS  = *
ExcludeFromSelect.NTPPC   = *

; ---------------------------------------------------------
; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%MouseMfg%=MouseMfg

[MouseMfg]
%ACECAD.DeviceDesc% = LCSW2ACECAD, ROOT\ACECAD_TABLET, ACECAD_TABLET
;;%ACECAD.Device.prs% = LCSW2ACECAD, SERENUM\ANT0000
%ACECAD.Device.HID% = LCSW2ACEHID, HID\VID_0460&PID_0004, hid_device

[LCSW2ACECAD.NT]
AddReg=XPCore.AddReg, MouseOEM.AddReg, OEMCFG.AddReg
CopyFiles=Driver.Copy, Wintab.Copy, Setup.Copy, CPL.Copy, Sys.Files
Restart

[LCSW2ACECAD.NT.Services]
AddService=Wtcls2k, , Wtcls2k_Service_Inst
AddService=W2acecad, 0x00000002, ACECAD_Service_Inst, ACECAD_EventLog_Inst
AddService=Wintab32,, Wintab32_Service_Inst, Wintab32_EventLog_Inst
Include=msmouse.inf
Needs=MouClass.Services

[LCSW2ACECAD.NT.HW]
AddReg=Wtcls2k.HW.AddReg
AddReg=Ser_Inst.HW.AddReg

;; HID

[LCSW2ACEHID]
AddReg=XPCore.AddReg, MouseOEM.AddReg
CopyFiles=HIDDriver.Copy, Wintab.Copy, Setup.Copy, CPL.Copy, Sys.Files
Restart

[LCSW2ACEHID.Services]
AddService=Wtcls2k, , Wtcls2k_Service_Inst
AddService=W2acehid, 0x00000002, ACEHID_Service_Inst, ACEHID_EventLog_Inst
AddService=Wintab32,, Wintab32_Service_Inst, Wintab32_EventLog_Inst
Include=msmouse.inf
Needs=MouClass.Services

[LCSW2ACEHID.HW]
AddReg=Wtcls2k.HW.AddReg
AddReg=HID_Inst.HW.AddReg

; ---------------------------------------------------------
; Common Sections
; ---------------------------------------------------------
[Wtcls2k_Service_Inst]
DisplayName    = %Wtcls2k.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\wtcls2k.sys

[Wtcls2k.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"Wtcls2k"
HKR,,"CompatibleIDs",%REG_MULTI_SZ%,"ROOT\ACECAD_TABLET"

; ---------------------------------------------------------
[ACECAD_Service_Inst]
DisplayName    = %ACECAD.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_SYSTEM_MANUAL
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\w2acecad.sys
LoadOrderGroup = Pointer Port

[ACECAD_EventLog_Inst]
AddReg = ACECAD_EventLog_AddReg

[ACECAD_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Drivers\w2acecad.sys"
HKR,,TypesSupported,0x00010001,7

[Ser_Inst.HW.AddReg]
HKR,,"NumberOfButtons",0x00010003,2
HKR,,"SampleRate",0x00010003,40
; To turn off mouse removal detection, uncomment the following line
; HKR,,"WaitEventMask",0x00010001,0xFFFFFFFF

[Driver.Copy]
wtcls2k.sys,,,4
w2acecad.sys,,,4

; ---------------------------------------------------------
[ACEHID_Service_Inst]
DisplayName    = %ACEHID.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_SYSTEM_MANUAL
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\w2acehid.sys
LoadOrderGroup = Pointer Port

[ACEHID_EventLog_Inst]
AddReg = ACEHID_EventLog_AddReg

[ACEHID_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Drivers\w2acehid.sys"
HKR,,TypesSupported,0x00010001,7

[HID_Inst.HW.AddReg]
HKR,,"FlipFlopWheel",0x00010001,0
HKR,,"ForceAbsolute",0x00010001,0

[HIDDriver.Copy]
wtcls2k.sys,,,4
w2acehid.sys,,,4

; ---------------------------------------------------------
[Wintab32_Service_Inst]
DisplayName    = %Wintab32.SvcDesc%
ServiceType    = 0x110              ; interactive own service
StartType      = 2                  ; SERVICE_SYSTEM_AUTO
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %11%\wintab32.exe

[Wintab32_EventLog_Inst]
AddReg = Wintab32_EventLog_AddReg

[Wintab32_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Wintab32.exe"
HKR,,TypesSupported,0x00010001,7

[Wintab.Copy]
wintab.dll,wintab.dnt,,32
wintab32.dll,wintab32.dnt,,32
wintab32.exe,,,32
w2acecad.dll,,,32

[XPCore.AddReg]
HKCR,"CLSID\{500E3A25-B34B-11CF-BBF9-0040051ECE31}",,,"XPoint"
HKCR,"CLSID\{500E3A25-B34B-11CF-BBF9-0040051ECE31}\LocalServer32",,,"%10%\%Mouse.Dir%\xpoint32.exe"

HKCR,"CLSID\{500E3A27-B34B-11CF-BBF9-0040051ECE31}",,,"PSFactoryBuffer"
HKCR,"CLSID\{500E3A27-B34B-11CF-BBF9-0040051ECE31}\InProcServer32",,,"%10%\%Mouse.Dir%\xpointps.dll"
HKCR,"CLSID\{500E3A27-B34B-11CF-BBF9-0040051ECE31}\InProcServer32","ThreadingModel",,"Both"

HKCR,"Interface\{500E3A26-B34B-11CF-BBF9-0040051ECE31}",,,"IXEdit"
HKCR,"Interface\{500E3A26-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A26-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"7"
HKCR,"Interface\{500E3A27-B34B-11CF-BBF9-0040051ECE31}",,,"IXPoint"
HKCR,"Interface\{500E3A27-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A27-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"5"
HKCR,"Interface\{500E3A32-B34B-11CF-BBF9-0040051ECE31}",,,"ISpotSet"
HKCR,"Interface\{500E3A32-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A32-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"11"
HKCR,"Interface\{500E3A33-B34B-11CF-BBF9-0040051ECE31}",,,"IEnumSpot"
HKCR,"Interface\{500E3A33-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A33-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"7"
HKCR,"Interface\{500E3A34-B34B-11CF-BBF9-0040051ECE31}",,,"ISpot"
HKCR,"Interface\{500E3A34-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A34-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"7"
HKCR,"Interface\{500E3A35-B34B-11CF-BBF9-0040051ECE31}",,,"IAsnSet"
HKCR,"Interface\{500E3A35-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A35-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"13"
HKCR,"Interface\{500E3A36-B34B-11CF-BBF9-0040051ECE31}",,,"IEnumAsn"
HKCR,"Interface\{500E3A36-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A36-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"7"
HKCR,"Interface\{500E3A37-B34B-11CF-BBF9-0040051ECE31}",,,"ITag"
HKCR,"Interface\{500E3A37-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A37-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"6"
HKCR,"Interface\{500E3A38-B34B-11CF-BBF9-0040051ECE31}",,,"ITriggerFactory"
HKCR,"Interface\{500E3A38-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A38-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"11"
HKCR,"Interface\{500E3A39-B34B-11CF-BBF9-0040051ECE31}",,,"IActionFactory"
HKCR,"Interface\{500E3A39-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A39-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"15"
HKCR,"Interface\{500E3A3A-B34B-11CF-BBF9-0040051ECE31}",,,"IAsn"
HKCR,"Interface\{500E3A3A-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A3A-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"9"
HKCR,"Interface\{500E3A3C-B34B-11CF-BBF9-0040051ECE31}",,,"IXAdviseSink"
HKCR,"Interface\{500E3A3C-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A3C-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"4"
HKCR,"Interface\{500E3A3D-B34B-11CF-BBF9-0040051ECE31}",,,"IXAdvisor"
HKCR,"Interface\{500E3A3D-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A3D-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"5"
HKCR,"Interface\{500E3A40-B34B-11CF-BBF9-0040051ECE31}",,,"ITrigger"
HKCR,"Interface\{500E3A40-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A40-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"9"
HKCR,"Interface\{500E3A41-B34B-11CF-BBF9-0040051ECE31}",,,"IAction"
HKCR,"Interface\{500E3A41-B34B-11CF-BBF9-0040051ECE31}\ProxyStubClsid32",,,"{500E3A27-B34B-11CF-BBF9-0040051ECE31}"
HKCR,"Interface\{500E3A41-B34B-11CF-BBF9-0040051ECE31}\NumMethods",,,"5"

HKLM,"Software\Classes\CLSID\{25876711-D977-11CF-B8E6-E528F9BF791A}\InProcServer32","",,"%10%\%Mouse.Dir%\wt_xpnt.dll"
HKLM,"Software\Classes\CLSID\{25876711-D977-11CF-B8E6-E528F9BF791A}","",,"Generic Wintab Button Trigger"
HKLM,"Software\Classes\CLSID\{25876715-D977-11CF-B8E6-E528F9BF791A}\InProcServer32","",,"%10%\%Mouse.Dir%\wt_xpnt.dll"
HKLM,"Software\Classes\CLSID\{25876715-D977-11CF-B8E6-E528F9BF791A}","",,"Generic Wintab FKey Trigger"
HKLM,"Software\Classes\CLSID\{25876710-D977-11CF-B8E6-E528F9BF791A}\InProcServer32","",,"%10%\%Mouse.Dir%\wt_xpnt.dll"
HKLM,"Software\Classes\CLSID\{25876710-D977-11CF-B8E6-E528F9BF791A}","",,"Generic Wintab Region Action"

; ---------------------------------------------------------
[MouseOEM.AddReg]
HKLM,"Software\LCS\Cpanel","%Mouse.Dir%",,"%10%\%Mouse.Dir%\wtframe.dll"
HKLM,"Software\LCS\Wtframe\%Mouse.Dir%","Pagepath",,"%10%\%Mouse.Dir%\%Page.Dll%.dll"
HKLM,"Software\LCS\Wtframe\%Mouse.Dir%","Help",,"%10%\%Mouse.Dir%\%Wintab.Hlp%.hlp"
HKLM,"Software\LCS\Wtframe\%Mouse.Dir%","Oem",,"%10%\%Mouse.Dir%\%Logo.Dll%.dll"
HKLM,"Software\LCS\Wtframe\%Mouse.Dir%","Device",,"%Device.Name%"
HKLM,"Software\LCS\Wtframe\%Mouse.Dir%","CursorDLL",,"%10%\%Mouse.Dir%\%Cursor.Dll%.dll"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","%Mouse.Dir%.Wtxpload",,"%10%\%Mouse.Dir%\Wtxpload.exe %Device.Name%"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Mouse.Dir%","DisplayName",,"%Uninstall.DeviceDesc%"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Mouse.Dir%","UninstallString",,"%10%\%Mouse.Dir%\Remove.exe"

; ---------------------------------------------------------
[OEMCFG.AddReg]
HKLM,"Software\XMSetup","WTOEMCFG",,"%10%\%Mouse.Dir%\wtoemcfg.exe w2acecad.dll"

; ---------------------------------------------------------
[Setup.Copy]
remove.exe,,,4
remove.ing,,,4
w2acecad.stp,,,4
acecad.bmp,,,4
wtoemcfg.exe,,,4

[CPL.Copy]
acecad.dll,,,4
gencsr.dll,,,4
wt_xpnt.dll,,,4
wtframe.dll,,,4
wtgenp.dll,,,4
wthelp.hlp,,,4
wtxpload.exe,,,4
xpnt32.dll,,,4
xpoint32.exe,,,4
xpointps.dll,,,4

[Sys.Files]
lcs.cpl,,,4

[PreInstall.Files]
w2acecad.cab
w2acecad.stp
;w2acecad.cat
acecad.bmp

; ---------------------------------------------------------
; Strings Sections
; ---------------------------------------------------------
[Strings]
; Non-Localizable Strings
Mouse.Dir="W2acecad"
Wintab.Hlp="wthelp"
Logo.Dll="ACECAD"
Page.Dll="wtgenp"
Device.Name="acecad"
Cursor.Dll="gencsr"

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
SERVICEROOT    = "System\CurrentControlSet\Services"

; Localizable Strings
Provider="LCS Telegraphics"
Copyright="Copyright (C) LCS/Telegraphics 2000"
MouseMfg="ACE CAD Enterprise Co., Ltd."

;;ACECAD.DeviceDesc="ACECAD MM Tablet"
ACECAD.DeviceDesc="Serial Tablet"
ACECAD.Device.prs="ACECAD Acecat Tablet"
ACECAD.Device.HID="USB Tablet"

Uninstall.DeviceDesc="ACECAD Wintab Tablet"
DiskID="Graphic Tablet CD-ROM or Disk"
Wtcls2k.SvcDesc="WtCls2k"
ACECAD.SvcDesc="ACECAD"
Wintab32.SvcDesc="Wintab32"
ACEHID.SvcDesc="ACECAD HID"
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: 8.20