ctdvwxp.inf Driver File Contents (WXPDVv105.zip)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; CTDVWXP.inf
;
; Installation inf for third party (OEM) graphics drivers
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Version]
Signature="$Windows NT$"
Provider=%drvlib%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display

[DestinationDirs]
DefaultDestDir   = 11
CTDVWXP.Miniport  = 12  ; drivers
CTDVWXP.Display   = 11  ; system32
inf_file	= 17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Driver information
;

[Manufacturer]
%Asiliant% = Asiliant.Mfg

[Asiliant.Mfg]
%Asiliant% 69030 DualView = CTDVWXP, PCI\VEN_102C&DEV_0C30
;%Asiliant% 69030 Dual Head = CTDVWXP, Root\DISPLAY

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; General installation section
;

[CTDVWXP]
CopyFiles=CTDVWXP.Miniport, CTDVWXP.Display, inf_file
Reboot

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Programmatic installation
[ProductInstall]
CopyFiles=CTDVWXP.Miniport, CTDVWXP.Display, inf_file
AddReg = CTDVWXP_SoftwareDeviceSettings
AddService = CTDVWXP, 0x00000002, CTDVWXP_Service_Inst, CTDVWXP_EventLog_Inst

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; File sections
;

[CTDVWXP.Miniport]
CTDVWXPm.sys

[CTDVWXP.Display]
CTDVWXPd.dll
Asiliant.dll
ChpGamma.dll
ChpStart.exe

[inf_file]
CTDVWXP.inf

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Software Installation
;

[CTDVWXP.SoftwareSettings]
AddReg = CTDVWXP_SoftwareDeviceSettings
DelReg = v25xCpl.Del.Reg

[CTDVWXP_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, CTDVWXPd
HKR,, BiosClaimSize,               %REG_DWORD%,    1
HKR,, ConfigFlags,                 %REG_DWORD%,    0
HKR,, VgaCompatible,               %REG_DWORD%,    0

; Applet settings and applet registration
;
;     HKLM, "SOFTWARE\Asiliant", "EnableDual", %REG_DWORD%, 1

HKLM,%KEY1%,,%REG_SZ%,"{57f30880-75f0-11d5-86f7-bc8406000000}"
HKLM,%KEY2%,{57f30880-75f0-11d5-86f7-bc8406000000},%REG_SZ%,"Asiliant CPL Extension"
HKLM,%KEY3%,{57f30880-75f0-11d5-86f7-bc8406000000},%REG_SZ%,"Asiliant CPL Extension"
HKLM,%KEY4%,,%REG_SZ%,"Asiliant.dll"
HKLM,%KEY4%,ThreadingModel,%REG_SZ%,"Apartment"
HKLM,"%CURRENT%\Run","CHIPSStart",,"CHPSTART.EXE"


;
; Un-install entry (so driver components can be removed via Add/Remove Programs
;
HKLM,%UNINST%, "DisplayName", %REG_SZ%, "Asiliant Technologies Driver Uninstall"
HKLM,%UNINST%, "UninstallString", %REG_SZ%, "rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 130 CTDVWXP.inf"


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Service Installation
;

[CTDVWXP.Services]
AddService = CTDVWXP, 0x00000002, CTDVWXP_Service_Inst, CTDVWXP_EventLog_Inst

[CTDVWXP_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\CTDVWXPm.sys

[CTDVWXP_EventLog_Inst]
AddReg = CTDVWXP_EventLog_AddReg

[CTDVWXP_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\CTDVWXPm.sys"
HKR,,TypesSupported,0x00010001,7

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Source file information
;

[SourceDisksNames.x86]
1 = %DiskId%,,,""

[SourceDisksFiles]
CTDVWXPd.dll   = 1,,
CTDVWXPm.sys   = 1,,
Asiliant.dll   = 1,,
ChpGamma.dll   = 1,,
ChpStart.exe   = 1,,
CTDVWXP.inf    = 1,,

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;    Uninstall
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[DefaultUninstall]
DelFiles=CTDVWXP.Miniport,CTDVWXP.Display,inf_file
DelReg=CTDVWXP.Del.Reg


[CTDVWXP.Del.Reg]
;HKLM,%SYS1%,Start
;HKLM,%SYS1%,ImagePath
;HKLM,%SYS1%\Device0,InstalledDisplayDrivers
;HKLM,%SYS1%\Device0,BiosClaimSize
;HKLM,%SYS1%\Device0,ConfigFlags
;HKLM,%SYS1%\Device0,VgaCompatible
;HKLM,%SYS1%\Device0,"Device Description"
;HKLM,%SYS1%\Device0
HKLM, "SOFTWARE\Asiliant", "EnableDual"
HKLM, "SOFTWARE\Asiliant"
HKLM,%KEY4%,ThreadingModel
HKLM,%KEY4%
HKLM,%KEY3%\{57f30880-75f0-11d5-86f7-bc8406000000}
HKLM,%KEY2%,{57f30880-75f0-11d5-86f7-bc8406000000}
HKLM,%KEY1%
HKLM,"%CURRENT%\Run", "CHIPSStart"
HKLM,%UNINST%, "DisplayName"
HKLM,%UNINST%, "UninstallString"
HKLM,%UNINST%

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;   Removal of old v2.5x control panel applet from registry
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[v25xCpl.Del.Reg]
HKCR,"CLSID\%CLIDDSP%\InProcServer32",ThreadingModel
HKCR,"CLSID\%CLIDDSP%\InProcServer32"
HKCR,CLSID,%CLIDDSP%

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;   Text Strings
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Strings]

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
SERVICEROOT    = System\CurrentControlSet\Services
DEFAULT_CUR_SET= "System\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\ChipsPrt\Device0"

;
; Localizable Strings
;

Asiliant = "Asiliant Technologies"

DiskId="Asiliant_DISK1"
drvlib="Asiliant"

UNINST="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Asiliant"
CURRENT="SOFTWARE\Microsoft\Windows\CurrentVersion"
DSPPSH="Controls Folder\Display\shellex\PropertySheetHandlers"
CLIDDSP="{FB4D048C-2FD2-11CF-B892-02608C411917}"

KEY1 = Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Asiliant CPL Extension
KEY2 = Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved
KEY3 = Software\Classes\CLSID
KEY4 = Software\Classes\CLSID\{57f30880-75f0-11d5-86f7-bc8406000000}\InProcServer32

SYS1 = System\CurrentControlSet\Services\CTDVWXP
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: web5, load: 0.78