;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; netCSVN.INF
;
; VideoNet protocol install script
;
; Copyright (c) 2000 ColorSpan Corporation
; All Rights Reserved
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Version]
Signature="$Windows NT$" ; Windows 2000
Provider=%CS%
ClassGUID={4d36e975-e325-11ce-bfc1-08002be10318}
Class=NetTrans
DriverVer=02/10/2000,1.0.0
[DestinationDirs]
DefaultDestDir = 12 ; 12 == Drivers directory
VideoNet_Dll_Files = 11 ; 11 == System directory
;
; Driver information
;
[Manufacturer] ; Models section == CS.Mfg
%CS% = CS.Mfg
[CS.Mfg] ; per manufacturer Models section
%CS.DeviceDesc0% = VideoNet, CS_VIDEONET ; DDInstall section reference
;
; General installation section
;
[VideoNet] ; DDInstall section
Characteristics =0x00
;
; File sections
;
CopyFiles = VideoNet_Dll_Files ; CopyFiles section below
CopyFiles = VideoNet_Driver_Files ; CopyFiles section below
AddReg = VideoNet_AddReg.Ndi ; Registry section below
AddReg = VideoNet_Parameters_AddReg ; Registry section below
;
; Service Installation
;
[VideoNet.Services]
AddService = VideoNet, 0x00000002 , VideoNet_Service_Inst, VideoNet_EventLog_Inst
[VideoNet_Service_Inst]
DisplayName = %VideoNet.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 2 ; SERVICE_AUTO_START
ErrorControl = 0x1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\VideoNet.sys
[VideoNet_EventLog_Inst]
AddReg = VideoNet_EventLog_AddReg
[VideoNet_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VideoNet.sys"
HKR,,TypesSupported,0x00010001,7
[VideoNet_AddReg.Ndi] ; Creates protocol required Ndi key
HKR,Ndi,Service,0,"VideoNet"
HKR,Ndi,HelpText,0,%VideoNet_Help%
HKR,Ndi\Interfaces,UpperRange,0,"noupper"
HKR,Ndi\Interfaces,LowerRange,0,"ndis5"
[VideoNet_Parameters_AddReg]
HKLM,System\CurrentControlSet\Services\VideoNet\Parameters,MaxPacketLength,0x00010001,0x5ea
HKLM,System\CurrentControlSet\Services\VideoNet\Parameters,SizePacketPool,0x00010001,0x40
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId1%,,,""
[SourceDisksFiles]
; Files for disk ColorMark Software/RIP System Software CD-ROM
VIDEONET.SYS = 1,,
VNNTDLL.DLL = 1,,
[VideoNet_Dll_Files]
VNNTDLL.DLL
[VideoNet_Driver_Files]
VIDEONET.SYS
[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
;
CS.DeviceDesc0 = "ColorSpan VideoNet Driver"
DiskId1 = "ColorMark Software/RIP System Software CD-ROM"
CS = "ColorSpan"
VideoNet.SvcDesc="ColorSpan VideoNet Driver"
VideoNet_Help="ColorSpan VideoNet Driver"
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.