| Server IP : 180.180.241.3 / Your IP : 216.73.216.25 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/inf/ |
Upload File : |
;/*++
;
;Copyright (c) 2009 CA Inc All rights Reserved
;
;Module Name:
;
; AFStorHBA.INF
;
;Abstract:
; INF file for installing AFStor virtual disk drivers
;
;--*/
[Version]
Signature="$WINDOWS NT$"
class=System
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%PROV%
DriverVer=02/23/2014,5.0.1790
CatalogFile=AFStorHBA.cat
[DestinationDirs]
DefaultDestDir = 12
[SourceDisksNames]
1 = %DiskId1%,,,""
[SourceDisksFiles]
AFStorHBA.sys = 1,,
[Manufacturer]
%StdMfg%=Standard,NTAMD64
[Standard]
%AFStorHBA.DeviceDesc%=AFStorHBA_Device, root\AFStorHBA
; For XP and later
[Standard.NTAMD64]
%AFStorHBA.DeviceDesc%=AFStorHBA_Device, root\AFStorHBA
[AFStorHBA_Device.NT]
CopyFiles=Drivers_Dir
[AFStorHBA_Device.NT.HW]
AddReg=AFStorHBA_Device.NT.AddReg
[AFStorHBA_Device.NT.AddReg]
HKR,,DeviceCharacteristics,0x10001,0x0100
HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)"
[Drivers_Dir]
AFStorHBA.sys
;-------------- Service installation
[AFStorHBA_Device.NT.Services]
AddService = AFStorHBA,%SPSVCINST_ASSOCSERVICE%, AFStorHBA_Service_Inst
; -------------- AFStorHBA driver install sections
[AFStorHBA_Service_Inst]
DisplayName = %AFStorHBA.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\AFStorHBA.sys
LoadOrderGroup = Extended Base
;
;--- AFStorHBA_Device Coinstaller installation ------
;
[DestinationDirs]
AFStorHBA_Device_CoInstaller_CopyFiles = 11
[AFStorHBA_Device.NT.CoInstallers]
AddReg=AFStorHBA_Device_CoInstaller_AddReg
CopyFiles=AFStorHBA_Device_CoInstaller_CopyFiles
[AFStorHBA_Device_CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoinstaller01009.dll,WdfCoInstaller"
[AFStorHBA_Device_CoInstaller_CopyFiles]
WdfCoinstaller01009.dll
[SourceDisksFiles]
WdfCoinstaller01009.dll=1 ; make sure the number matches with SourceDisksNames
[AFStorHBA_Device.NT.Wdf]
KmdfService = AFStorHBA, AFStorHBA_wdfsect
[AFStorHBA_wdfsect]
KmdfLibraryVersion = 1.9
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
PROV = "CA ARCserve"
StdMfg = "CA ARCserve"
DiskId1 = "CA ARCserve Mount Driver Installation Disk #1"
AFStorHBA.DeviceDesc = "CA ARCserve Mount Driver"
AFStorHBA.SVCDESC = "CA ARCserve Mount Driver"
ClassName="AFStorHBA Virtual Disk Device"
; End Of File.