home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 26: Security / pc_actual_seguridad.iso / Scanner / SecureScanNX / data1.cab / Common / exe / nt4 / nsnetdrv.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-11-16  |  1.8 KB  |  100 lines

  1. ; nsnetdrv.inf
  2. ;
  3. ; Installation inf for the  adapter.
  4. ;
  5. ; (c) Copyright 2000-2002 Vigilante SecureScan NX 
  6. ;
  7.  
  8. [Version]
  9. Signature="$Windows NT$"
  10. Provider=%Cyrano%
  11. ClassGUID={4d36e974-e325-11ce-bfc1-08002be10318}
  12. Class=NetService
  13. CatalogFile=nsnetdrv.cat
  14. DriverVer=11/23/1999
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir   = 12
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %Cyrano%   = Cyrano.Mfg
  25.  
  26. [Cyrano.Mfg]
  27. %Cyrano.DeviceDesc0% = nsnetdrv, 
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [nsnetdrv]
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40.  
  41. ;
  42. ; Service Installation
  43. ;
  44.  
  45. [nsnetdrv.Services]
  46. AddService = nsnetdrv, 0x00000002 , nsnetdrv_Service_Inst, nsnetdrv_EventLog_Inst
  47.  
  48. [nsnetdrv_Service_Inst]
  49. DisplayName    = %nsnetdrv.SvcDesc%
  50. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  51. StartType      = 2                  ; SERVICE_AUTO_START
  52. ErrorControl   = 0x1                  ; SERVICE_ERROR_NORMAL
  53. LoadOrderGroup = Pointer Port
  54. ServiceBinary  = %12%\nsnetdrv.sys
  55.  
  56.  
  57. [nsnetdrv_EventLog_Inst]
  58. AddReg = nsnetdrv_EventLog_AddReg
  59.  
  60. [nsnetdrv_EventLog_AddReg]
  61. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nsnetdrv.sys"
  62. HKR,,TypesSupported,0x00010001,7
  63.  
  64.  
  65.  
  66.  
  67. ;
  68. ; Source file information
  69. ;
  70.  
  71. [SourceDisksNames.x86]
  72. 1 = %DiskId1%,,,""
  73.  
  74. [SourceDisksFiles]
  75. ; Files for disk Vigilante SecureScan NX Installation Disk #1 (NetService)
  76. nsnetdrv.sys = 1,,
  77.  
  78.  
  79. [Strings]
  80.  
  81. ;
  82. ; Non-Localizable Strings
  83. ;
  84.  
  85. REG_SZ         = 0x00000000
  86. REG_MULTI_SZ   = 0x00010000
  87. REG_EXPAND_SZ  = 0x00020000
  88. REG_BINARY     = 0x00000001
  89. REG_DWORD      = 0x00010001
  90. SERVICEROOT    = "System\CurrentControlSet\Services"
  91.  
  92. ;
  93. ; Localizable Strings
  94. ;
  95.  
  96. Cyrano.DeviceDesc0 = ""
  97. DiskId1 = "SecureScan NX Installation Disk #1 (NetService)"
  98. Cyrano = "SecureScan NX"
  99. nsnetdrv.SvcDesc="NSNetDrv Driver"
  100.