86 lines
2.6 KiB
INI
Executable File
86 lines
2.6 KiB
INI
Executable File
;-------------------------------------------------------------------------
|
|
; nBacES60.INF -- NDIS 6.0 SPR Protocol Driver for Niagara
|
|
;
|
|
; Copyright (c) 2010, Tridium, Inc.
|
|
; Copyright (c) 2008-2010, Printing Communications Assoc., Inc. (PCAUSA)
|
|
;-------------------------------------------------------------------------
|
|
[version]
|
|
Signature = "$Windows NT$"
|
|
Class = NetTrans
|
|
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
|
|
Provider = %PcaUsa%
|
|
CatalogFile = nBacES60.cat
|
|
DriverVer=07/18/2010,6.00.30.02
|
|
|
|
[Manufacturer]
|
|
%PcaUsa%=PCAUSA,NTAMD64
|
|
|
|
[PCAUSA.NTAMD64]
|
|
%nBacES60_Desc%=Install, PCA_NBACES60
|
|
|
|
;-------------------------------------------------------------------------
|
|
; Installation Section
|
|
;-------------------------------------------------------------------------
|
|
[Install]
|
|
AddReg=Inst_Ndi
|
|
Characteristics=0x8 ; NCF_HIDDEN
|
|
CopyFiles=CpyFiles_Sys
|
|
|
|
;-------------------------------------------------------------------------
|
|
; Ndi installation support
|
|
;-------------------------------------------------------------------------
|
|
[Inst_Ndi]
|
|
HKR,Ndi,Service,,"nBacES60"
|
|
HKR,Ndi,HelpText,,%nBacES60_HelpText%
|
|
HKR,Ndi\Interfaces, UpperRange,, noupper
|
|
HKR,"Ndi\Interfaces","LowerRange",,"ndis6,ndis5,ethernet"
|
|
|
|
;-------------------------------------------------------------------------
|
|
; Service installation support
|
|
;-------------------------------------------------------------------------
|
|
[Install.Services]
|
|
AddService=nBacES60,,nBacES60_Service_Inst
|
|
|
|
[nBacES60_Service_Inst]
|
|
DisplayName = %nBacES60_Desc%
|
|
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
|
|
StartType = 3 ;SERVICE_DEMAND_START
|
|
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
|
|
ServiceBinary = %12%\nBacES60.sys
|
|
LoadOrderGroup = NDIS
|
|
Description = %nBacES60_Desc%
|
|
|
|
[Install.Remove.Services]
|
|
DelService=nBacES60,0x200
|
|
|
|
;-------------------------------------------------------------------------
|
|
; Declare Destination Directories for file copy/deletion
|
|
;-------------------------------------------------------------------------
|
|
[SourceDisksNames]
|
|
1=%DiskDescription%,"",,
|
|
|
|
[SourceDisksFiles]
|
|
nBacES60.sys=1
|
|
|
|
|
|
[DestinationDirs]
|
|
CpyFiles_Sys = 12 ; DIRID_DRIVERS
|
|
|
|
|
|
;-------------------------------------------------------------------------
|
|
; Files to Copy/Delete - Referenced by Install and Remove sections above
|
|
;-------------------------------------------------------------------------
|
|
[CpyFiles_Sys]
|
|
nBacES60.sys,,,2
|
|
|
|
[Strings]
|
|
PcaUsa = "Tridium, Inc."
|
|
DiskDescription = "Niagara Protocol Driver Disk"
|
|
nBacES60_Desc = "NDIS 6.0 SPR Protocol Driver for Niagara"
|
|
nBacES60_HelpText = "NDIS 6.0 SPR Protocol Driver for Niagara"
|
|
|
|
|
|
|
|
|
|
|