Altitude.inf Driver File Contents (A70bSep26.zip)

; Altitude.inf - PnP setup script
; Copyright (c) 2003 Leitch Technology Corp.

;------------------------------------------------------------------------------
; Version

[Version]
Signature = "$WINDOWS NT$"
Class     = LtvDevices
ClassGUID = {21423506-FF4A-4001-8D6F-3D1B31931337}
Provider  = %ProviderName%
DriverVer = 09/26/2005,1.3.0.70

;------------------------------------------------------------------------------
; Destinations

[DestinationDirs]
DefaultDestDir                      = 12    ; System32\Drivers
ClassInstall32_CopyFiles            = 11    ; System32
Altitude_DDI_NT_CopyFiles_Driver    = 12    ; System32\Drivers
Altitude_DDI_NT_CopyFiles_System    = 11    ; System32

;------------------------------------------------------------------------------
; ClassInstall32

[ClassInstall32]
AddReg    = ClassInstall32_AddReg
CopyFiles = ClassInstall32_CopyFiles

[ClassInstall32_AddReg]
HKR,,,0,%DeviceClassName%
HKR,,Icon,,101
HKR,,Installer32,,"LtvDeviceClass.dll"

[ClassInstall32_CopyFiles]
LtvDeviceClass.dll

;------------------------------------------------------------------------------
; Source disk and file names

[SourceDisksNames]
1 = %SourceDisk1%,,,""

[SourceDisksFiles]              ; Alphabetical order please
DFFormats.dll           = 1,,
DFSystem.dll            = 1,,
DpsTitle.dll            = 1,,
flower.dll              = 1,,
gdiplus.dll             = 1,,
HpxDrv.sys              = 1,,
HpxFpga2.mbf            = 1,,
HpxFpga2a.mbf           = 1,,
HpxFpHf2a.mbf           = 1,,
HpxFpSd2.mbf            = 1,,
HpxFpSd2a.mbf           = 1,,
inert.dll               = 1,,
intsrc.dll              = 1,,
LtvAltitudeHw.cpl       = 1,,
LtvVfwCodec.dll         = 1,,
LtvCol.dll              = 1,,
LtvDdr.dll              = 1,,
LtvDeviceClass.dll      = 1,,
LtvDrv.sys              = 1,,
LtvExt.dll              = 1,,
LtvFs.sys               = 1,,
LtvMedia.dll            = 1,,
LtvMediaUtility.exe     = 1,,
LtvPropertyPage.dll     = 1,,
LtvService.exe          = 1,,
PNGComp.dll             = 1,,

;------------------------------------------------------------------------------
; Altitude files

[Altitude_DDI_NT_CopyFiles_Driver]
HpxDrv.sys
HpxFpga2.mbf
HpxFpga2a.mbf
HpxFpHf2a.mbf
HpxFpSd2.mbf
HpxFpSd2a.mbf
LtvDrv.sys
LtvFs.sys

[Altitude_DDI_NT_CopyFiles_System]
DFFormats.dll
DFSystem.dll
DpsTitle.dll
flower.dll
gdiplus.dll,,,0x00000010 ; COPYFLG_NO_OVERWRITE
inert.dll
intsrc.dll
LtvAltitudeHw.cpl
LtvVfwCodec.dll
LtvCol.dll
LtvDdr.dll
LtvExt.dll
LtvMedia.dll
LtvMediaUtility.exe
LtvPropertyPage.dll
LtvService.exe
PNGComp.dll

;------------------------------------------------------------------------------
; Manufacturer and models

[Manufacturer]
%Altitude_Device% = Altitude_Models

[Altitude_Models]
%Altitude_Device% = Altitude_DDI, PCI\VEN_11E8&DEV_5524&SUBSYS_965610B5

;------------------------------------------------------------------------------
; Altitude DDInstall

[Altitude_DDI.NT]
CopyFiles    = Altitude_DDI_NT_CopyFiles_Driver, Altitude_DDI_NT_CopyFiles_System
RegisterDlls = LtvMediaFile_RegisterDlls
AddReg       = LtvMediaUtility_AddReg, LtvVfwCodec_AddReg

[Altitude_DDI.NT.Services]
AddService = HpxDrv, 0x00000002, HpxDrv_AddService,     HpxDrv_EventLog
AddService = LtvDrv,           , LtvDrv_AddService,     LtvDrv_EventLog
AddService = LtvFs,            , LtvFs_AddService,      LtvFs_EventLog
AddService = LtvService,       , LtvService_AddService, LtvService_EventLog

[Altitude_DDI.NT.HW]
AddReg = Altitude_DDI_NT_HW_AddReg

[Altitude_DDI_NT_HW_AddReg]
HKR,,"UpperFilters",0x00010000,"LtvDrv"

;------------------------------------------------------------------------------
; HpxDrv driver setup

[HpxDrv_AddService]
DisplayName    = %HpxDrv_DisplayName%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\HpxDrv.sys
AddReg         = HpxDrv_AddService_AddReg

[HpxDrv_AddService_AddReg]
HKR, Parameters, VideoStandards, 0x00010001, 0

[HpxDrv_EventLog]
AddReg = HpxDrv_EventLog_AddReg

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

;------------------------------------------------------------------------------
; LtvDrv driver setup

[LtvDrv_AddService]
DisplayName    = %LtvDrv_DisplayName%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\LtvDrv.sys

[LtvDrv_EventLog]
AddReg = LtvDrv_EventLog_AddReg

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

;-----------------------------------------------------------------------------
; LtvFs driver setup

[LtvFs_AddService]
DisplayName   = %LtvFs_DisplayName%
ServiceType   = 1                 ; SERVICE_KERNEL_DRIVER
StartType     = 2                 ; SERVICE_AUTO_START
ErrorControl  = 1                 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\LtvFs.sys
LoadOrderGroup  = "File System"
Dependencies = "LtvDrv"

[LtvFs_EventLog]
AddReg = LtvFs_EventLog_AddReg

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

;------------------------------------------------------------------------------
; LtvService service setup

[LtvService_AddService]
DisplayName   = %LtvService_DisplayName%
ServiceType   = 0x00000010         ; SERVICE_WIN32_OWN_PROCESS
StartType     = 2                  ; SERVICE_AUTO_START
ErrorControl  = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary = %11%\LtvService.exe

[LtvService_EventLog]
AddReg = LtvService_EventLog_AddReg

[LtvService_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\LtvService.exe"
HKR,,TypesSupported,0x00010001,7

;------------------------------------------------------------------------------
; LtvMediaFile setup

[LtvMediaFile_RegisterDlls]
11,,LtvPropertyPage.dll,1   ; Property page DLL (also registers LTA/LTV file types and icon)
11,,LtvCol.dll,1            ; Column extension DLL
11,,LtvExt.dll,1            ; Floating Info DLL

;------------------------------------------------------------------------------
; LtvMediaUtility setup
;
; Note: Explorer will not add LTVMediaFile to its New list unless the "open" verb is defined
; TODO: map "open" verb to "properties" verb or have LtvMediaUtility do something useful with existing files
;

[LtvMediaUtility_AddReg]
HKCR,".ltv\ShellNew","Command",0x00020000,"""%SystemRoot%\System32\LtvMediaUtility.exe"" /NewFile ""%1"""
HKCR,"LtvMediaFile\shell\open\command","",0x00000002,"show properties"  ; Force Explorer to add New LTV Media File to ShellNew List

;------------------------------------------------------------------------------
; LtvVfwCodec setup

[LtvVfwCodec_AddReg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32", vidc.LCDW,, "LtvVfwCodec.dll"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc", LtvVfwCodec.dll,, %LtvVfwCodec_DisplayName%
HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.LCDW", Description,, %LtvVfwCodec_DisplayName%
HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.LCDW", Driver,, LtvVfwCodec.dll
HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.LCDW", FriendlyName,, %LtvVfwCodec_DisplayName%

;--------- Strings Section ---------------------------------------------------

[Strings]
ProviderName      = "Leitch Technology Corp."
DeviceClassName   = "Leitch Devices"

SourceDisk1 = "Altitude Driver Install"

Altitude_Device          = "Leitch Altitude"

HpxDrv_DisplayName       = "Leitch Altitude Lower Driver"
LtvDrv_DisplayName       = "Leitch Altitude Upper Driver"
LtvFs_DisplayName        = "Leitch Altitude File System Driver"
LtvService_DisplayName   = "Leitch Altitude Format Translation Service"
LtvVfwCodec_DisplayName  = "Leitch Altitude VFW Codec"
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: web3, load: 2.78