home *** CD-ROM | disk | FTP | other *** search
- ; nsnetdrv.inf
- ;
- ; Installation inf for the adapter.
- ;
- ; (c) Copyright 2000-2002 Vigilante SecureScan NX
- ;
-
- [Version]
- Signature="$Windows NT$"
- Provider=%Cyrano%
- ClassGUID={4d36e974-e325-11ce-bfc1-08002be10318}
- Class=NetService
- CatalogFile=nsnetdrv.cat
- DriverVer=11/23/1999
-
- [DestinationDirs]
- DefaultDestDir = 12
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %Cyrano% = Cyrano.Mfg
-
- [Cyrano.Mfg]
- %Cyrano.DeviceDesc0% = nsnetdrv,
-
-
- ;
- ; General installation section
- ;
-
- [nsnetdrv]
-
- ;
- ; File sections
- ;
-
-
- ;
- ; Service Installation
- ;
-
- [nsnetdrv.Services]
- AddService = nsnetdrv, 0x00000002 , nsnetdrv_Service_Inst, nsnetdrv_EventLog_Inst
-
- [nsnetdrv_Service_Inst]
- DisplayName = %nsnetdrv.SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 2 ; SERVICE_AUTO_START
- ErrorControl = 0x1 ; SERVICE_ERROR_NORMAL
- LoadOrderGroup = Pointer Port
- ServiceBinary = %12%\nsnetdrv.sys
-
-
- [nsnetdrv_EventLog_Inst]
- AddReg = nsnetdrv_EventLog_AddReg
-
- [nsnetdrv_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nsnetdrv.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
-
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId1%,,,""
-
- [SourceDisksFiles]
- ; Files for disk Vigilante SecureScan NX Installation Disk #1 (NetService)
- nsnetdrv.sys = 1,,
-
-
- [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
- ;
-
- Cyrano.DeviceDesc0 = ""
- DiskId1 = "SecureScan NX Installation Disk #1 (NetService)"
- Cyrano = "SecureScan NX"
- nsnetdrv.SvcDesc="NSNetDrv Driver"
-