Vector.inf Driver File Contents (Smartdiskusbreaderwinxp.zip)

;	Vector.inf
;
;	Vector SmartMedia/CompactFlash reader/writer .INF file
;
;	(c) Copyright 2000 SmartDisk Corporation
;

[Version]
Signature="$Chicago$"
Provider=%SMDK%
Class=MTD
ClassGUID={4d36e970-e325-11ce-bfc1-08002be10318}
;CatalogFile=Vector9x.cat
;CatalogFile.ntx86=Vector.cat
DriverVer=03/01/2001,1.0.19.0

[PreCopySection]
HKR,,NoSetupUI,,1

;
;	Source file information
;

[SourceDisksNames]
1	=	%DiskId1%,Vector.inf,,

[SourceDisksFiles]
TibUsb.sys		= 1,,
TibClass.sys	= 1,,
TibPort.pdr		= 1,,
Tibsm.ico		= 1,,
Tibcf.ico		= 1,,
MarsCf.ico		= 1,,
MarsSm.ico		= 1,,

[DestinationDirs]
DefaultDestDir		=	12
TibUsb.Files.Ext	=	10,System32\Drivers
TibPort.Files.Ext	=	12
TibClass.Files.Ext	=	12
TibClass.Files.Ico	=	10

;
;	Driver information
;

[Manufacturer]
%SMDK%	=	SmartDisk

[SmartDisk]
%USB\VID_0917&PID_0001.DeviceDesc%=TibUsb,USB\VID_0917&PID_0001
%USB\VID_0917&PID_0002.DeviceDesc%=TibUsb,USB\VID_0917&PID_0002
%USB\VID_0917&PID_0003.DeviceDesc%=TibUsb,USB\VID_0917&PID_0003
%USB\VID_0917&PID_DA01.DeviceDesc%=TibUsb,USB\VID_0917&PID_DA01
%USB\VID_0917&PID_FFFF.DeviceDesc%=TibClass,USB\VID_0917&PID_FFFF
;
;	The following device IDs are for the ScanLogic chip and our
;	device before the firmware has been downloaded to the flash.
;	This is only used by our manufacturing facility.
;
;%USB\VID_0917&PID_0000.DeviceDesc%=TibUsb,USB\VID_0917&PID_0000,USB\VID_04CE&PID_07D1

[ControlFlags]
ExcludeFromSelect=*

;
;	General installation section
;
[TibUsb]
DriverVer=03/01/2001,4.1.0.19
CopyFiles=TibUsb.Files.Ext
AddReg=TibUsb.AddReg

[TibUsb.ntx86]
DriverVer=03/01/2001,1.0.19.0
CopyFiles=TibUsb.Files.Ext
AddReg=TibUsb.AddReg.ntx86

[TibUsb.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,tibusb.sys
HKR,Parameters,SuppressChildPdo,%REG_DWORD%,%SuppressChildUsb%

[TibUsb.AddReg.ntx86]
HKLM,%REG_KEY_USB%,BreakOnEntry,%REG_DWORD%,%BreakFlagUsb%
HKLM,%REG_KEY_USB%,TraceBreakLevel,%REG_DWORD%,%BreakLevelUsb%
HKLM,%REG_KEY_USB%,TraceOutputLevel,%REG_DWORD%,%OutputLevelUsb%
HKLM,%REG_KEY_USB%,SuppressChildPdo,%REG_DWORD%,%SuppressChildUsb%

[TibClass]
DriverVer=03/01/2001,4.1.0.19
CopyFiles=TibPort.Files.Ext,TibClass.Files.Ico
AddReg=TibPort.AddReg

[TibClass.ntx86]
DriverVer=03/01/2001,1.0.19.0
CopyFiles=TibClass.Files.Ext,TibClass.Files.Ico
AddReg=TibClass.AddReg.ntx86

[TibPort.AddReg]
HKR,,DevLoader,,*ios
HKR,,PortDriver,,TibPort.pdr

[TibClass.AddReg.ntx86]
HKLM,%REG_KEY_CLASS%,BreakOnAdd,%REG_DWORD%,%BreakAdd%
HKLM,%REG_KEY_CLASS%,BreakOnStart,%REG_DWORD%,%BreakStart%
HKLM,%REG_KEY_CLASS%,BreakOnEntry,%REG_DWORD%,%BreakFlag%
HKLM,%REG_KEY_CLASS%,BreakOnRead,%REG_DWORD%,%BreakRead%
HKLM,%REG_KEY_CLASS%,BreakOnWrite,%REG_DWORD%,%BreakWrite%
HKLM,%REG_KEY_CLASS%,BreakOnIoctl,%REG_DWORD%,%BreakIoctl%
HKLM,%REG_KEY_CLASS%,TraceBreakLevel,%REG_DWORD%,%BreakLevel%
HKLM,%REG_KEY_CLASS%,TraceOutputLevel,%REG_DWORD%,%OutputLevel%

;
;	File sections
;

[TibUsb.Files.Ext]
TibUsb.sys

[TibClass.Files.Ext]
TibClass.sys

[TibPort.Files.Ext]
TibPort.pdr

[TibClass.Files.Ico]
TibCf.ico
TibSm.ico
MarsCf.ico
MarsSm.ico

;
;	Service Installation
;

[TibUsb.ntx86.Services]
AddService	=	TibUsb, %SPSVCINST_ASSOCSERVICE%, TibUsb_Service_Inst, TibUsb_EventLog_Inst

[TibUsb_Service_Inst]
DisplayName		=	%TibUsb.SvcDesc%
ServiceType		=	%SERVICE_KERNEL_DRIVER%
StartType		=	%SERVICE_DEMAND_START%
ErrorControl	=	%SERVICE_ERROR_NORMAL%
ServiceBinary	=	%12%\TibUsb.sys

[TibUsb_EventLog_Inst]
AddReg	=	TibUsb_EventLog_AddReg

[TibUsb_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\TibUsb.sys"
HKR,,TypesSupported,%REG_DWORD%,7

[TibClass.ntx86.Services]
AddService	=	TibClass, %SPSVCINST_ASSOCSERVICE%, TibClass_Service_Inst, TibClass_EventLog_Inst

[TibClass_Service_Inst]
DisplayName		=	%TibClass.SvcDesc%
ServiceType		=	%SERVICE_KERNEL_DRIVER%
StartType		=	%SERVICE_DEMAND_START%
ErrorControl	=	%SERVICE_ERROR_IGNORE%
ServiceBinary	=	%12%\TibClass.sys

[TibClass_EventLog_Inst]
AddReg	=	TibClass_EventLog_AddReg

[TibClass_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\TibClass.sys"
HKR,,TypesSupported,%REG_DWORD%,7

[Strings]

;
;	Non-Localizable Strings
;

SERVICE_KERNEL_DRIVER	=	1
SERVICE_DEMAND_START	=	3
SERVICE_ERROR_IGNORE	=	0
SERVICE_ERROR_NORMAL	=	1
REG_SZ					=	0x00000000
REG_MULTI_SZ			=	0x00010000
REG_EXPAND_SZ			=	0x00020000
REG_BINARY				=	0x00000001
REG_DWORD				=	0x00010001
BreakAdd				=	"0x00000000"
BreakStart				=	"0x00000000"
BreakFlag				=	"0x00000000"
BreakRead				=	"0x00000000"
BreakWrite				=	"0x00000000"
BreakIoctl				=	"0x00000000"
OutputLevel				=	"0x00000001"
BreakLevel				=	"0x00000002"
BreakFlagUsb			=	"0x00000000"
OutputLevelUsb			=	"0x00000001"
BreakLevelUsb			=	"0x00000002"
;
;	This 'SuppressChildUsb' value is to permit our manufacturing facility
;	to program the flash memory with our firmware.  It should be a '1' in
;	the last digit for that usage.  All drive letters are suppressed when
;	it is a one, so it is useless to use this in the user environment.
;
SuppressChildUsb		=	"0x00000000"
SPSVCINST_ASSOCSERVICE	=	0x00000002
REG_KEY_USB				=	"SYSTEM\CurrentControlSet\Services\TibUsb\Parameters"
REG_KEY_CLASS			=	"SYSTEM\CurrentControlSet\Services\TibClass\Parameters"

;
;	Localizable Strings
;

DiskId1								=	"Vector Combo SM/CF Driver Disk"
SMDK								=	"SmartDisk Corporation"
TibUsb.SvcDesc						=	"Vector Combo SM/CF USB Driver"
TibClass.SvcDesc					=	"Vector Combo SM/CF Class Driver"
USB\VID_0917&PID_0000.DeviceDesc	=	"SmartDisk Unprogrammed Vector (USB)"
USB\VID_0917&PID_0001.DeviceDesc	=	"SmartDisk Vector SM/CF (USB)"
USB\VID_0917&PID_0002.DeviceDesc	=	"SmartDisk Vector SM (USB)"
USB\VID_0917&PID_0003.DeviceDesc	=	"SmartDisk Vector CF (USB)"
USB\VID_0917&PID_DA01.DeviceDesc	=	"SmartDisk Vector Test (USB)"
USB\VID_0917&PID_FFFF.DeviceDesc	=	"SmartDisk Vector (Class/PDR)"
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: 1.45