; CpqMini.inf
;
; Installation inf for the following Compaq Graphics:
; Compaq S3 V2/GX
; Copyright 1996,1997, Compaq Computer Corporation
;
[Version]
Signature="$Windows NT$"
Provider=%Compaq%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
CpqMon.Copy = 11 ; Default NT dir
CpqMini.Miniport = 12 ; drivers
CpqDisp.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
%Compaq% = Compaq.Mfg
[Compaq.Mfg]
"Compaq S3 ViRGE/GX" = CpqVga
"Compaq S3 V2/GX" = CpqVga
"Compaq CL5434,CL5436,CL5446" = CpqMini
"Compaq QVision 1280/P,1280/P+,1280/E" = CpqVga
;
; General installation section
;
[CpqMini]
CopyFiles=CpqMini.Miniport, CpqDisp.Display, CpqMon.Copy
;
; File sections
;
[CpqMini.Miniport]
CpqMini.sys
[CpqDisp.Display]
CpqDisp.dll
CpqSetup.dll
CpqMini.inf
[CpqMon.Copy]
CpqMon.bin
;
; Service Installation
;
[CpqMini.Services]
AddService = CpqMini, 0x00000002, CpqMini_Service_Inst, CpqMini_EventLog_Inst
[CpqMini_Service_Inst]
DisplayName = "CpqMini"
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\CpqMini.sys
[CpqMini_EventLog_Inst]
AddReg = CpqMini_EventLog_AddReg
[CpqMini_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\CpqMini.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[CpqMini.SoftwareSettings]
AddReg = CpqMini_SoftwareDeviceSettings
[CpqMini_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, CpqDisp
HKR,, VgaCompatible, %REG_DWORD%, 1
HKCR,"CLSID\%CPQSetup_id%",,,"CPQSetup Display Extension"
HKCR,"CLSID\%CPQSetup_id%\InProcServer32",,,"CPQSetup.dll"
HKCR,"CLSID\%CPQSetup_id%\InProcServer32",ThreadingModel,,"Apartment"
HKLM,"%DLL_long_str%",,,"%CPQSetup_id%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB,DisplayName,,"%CPQTabName%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB,UninstallString,,"rundll32 setupapi.dll,InstallHinfSection CPQSETUPR 4 cpqmini.inf"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; QVision section
;
[CpqVga]
CopyFiles=CpqMini.Miniport, CpqDisp.Display, CpqMon.Copy
;
; Service Installation
;
[CpqVga.Services]
AddService = CpqVga, 0x00000002, CpqVga_Service_Inst, CpqVga_EventLog_Inst
[CpqVga_Service_Inst]
DisplayName = CpqVga
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\CpqMini.sys
[CpqVga_EventLog_Inst]
AddReg = CpqVga_EventLog_AddReg
[CpqVga_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\CpqMini.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[CpqVga.SoftwareSettings]
AddReg = CpqVga_SoftwareDeviceSettings
[CpqVga_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, CpqDisp
HKR,, VgaCompatible, %REG_DWORD%, 0
HKCR,"CLSID\%CPQSetup_id%",,,"CPQSetup Display Extension"
HKCR,"CLSID\%CPQSetup_id%\InProcServer32",,,"CPQSetup.dll"
HKCR,"CLSID\%CPQSetup_id%\InProcServer32",ThreadingModel,,"Apartment"
HKLM,"%DLL_long_str%",,,"%CPQSetup_id%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB,DisplayName,,"%CPQTabName%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB,UninstallString,,"rundll32 setupapi.dll,InstallHinfSection CPQSETUPR 4 cpqmini.inf"
;;;;;;;;;;;;;;;;;;;;;;
;
; CpqSetup Remove section
;
[CpqSetupR]
DelReg = CpqSetup_DelReg
DelFiles = CpqSetup_DelFiles
[CpqSetup_DelReg]
HKCR,"CLSID\%CPQSetup_id%",,,"CPQSetup Display Extension"
HKCR,"CLSID\%CPQSetup_id%\InProcServer32",,,"CPQSetup.dll"
HKCR,"CLSID\%CPQSetup_id%\InProcServer32",ThreadingModel,,"Apartment"
HKLM,"%DLL_long_str%",,,"%CPQSetup_id%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB,DisplayName,,"%CPQTabName%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CPQ_TAB,UninstallString,,"rundll32 setupapi.dll,InstallHinfSection CPQSETUPR 4 cpqmini.inf"
[CpqSetup_DelFiles]
CpqSetup.dll
CpqMini.inf
cpqmini.PNF
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
CpqDisp.dll = 1
CpqMini.sys = 1
CpqSetup.dll = 1
CpqMon.bin = 1
CpqMini.inf = 1
[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
;
; Localizable Strings
;
DiskId="Compaq CpqMini Installation DISK (VIDEO)"
Compaq="Compaq Computer"
MS="Microsoft"
CPQSetup_id= "{26904700-9857-11CF-BA8F-00805F8834AA}"
DLL_long_str= "Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\DriverPages"
CPQTabName = "Remove Display Properties - Compaq Tab"
Download Driver Pack
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.