home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 183 / dpcs0503.iso / Utilities / PCD-ROM / data1.cab / INF_file_eng / cdiport5.inf < prev   
Encoding:
Windows Setup INFormation  |  2002-09-02  |  1.5 KB  |  84 lines

  1. [Version] 
  2. Signature = "$Windows NT$" 
  3. Class=SCSIAdapter
  4. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} 
  5. Provider=%COMPANY% 
  6. CatalogFile.ntx86=%driverName%.cat
  7. DriverVer= 10/30/2001
  8.  
  9.  
  10. [DestinationDirs] 
  11. driver.Files = 12
  12. driver.Files.x86 = 12 
  13.  
  14.  
  15. [SourceDisksNames]
  16. 0=%Desc_x86%
  17.  
  18. [SourceDisksNames.x86]
  19. 0=%Desc_x86%
  20.  
  21. [SourceDisksFiles]
  22. %driverName%.pdr=0,, 
  23.  
  24.  
  25. [SourceDisksFiles.x86]
  26. %driverName%.sys=0,, 
  27.  
  28.  
  29. [Manufacturer] 
  30. %COMPANY%=MFG
  31.  
  32. [MFG]
  33. %driverDesc%=driver_Inst,root\%driverName%
  34.  
  35.  
  36. [driver_Inst]
  37. CopyFiles=driver.Files
  38. AddReg=driver.AddReg
  39.  
  40. [driver.Files]
  41. %driverName%.pdr
  42.  
  43. [driver.AddReg]
  44. HKR,,DevLoader,0,*IOS
  45. HKR,,PortDriver,0,%driverName%.pdr
  46.  
  47.  
  48. [driver_Inst.ntx86] 
  49. CopyFiles = driver.Files.x86
  50.  
  51. [driver_Inst.ntx86.Services] 
  52. AddService = %driverName%,0x00000002,driver_Service_Instx86, driver_EventLog_Inst 
  53.  
  54. [driver_Service_Instx86] 
  55. ServiceType = 1 
  56. StartType = 3
  57. ErrorControl = 1
  58. ServiceBinary = %12%\%driverName%.sys 
  59. LoadOrderGroup = "SCSI Miniport"
  60.  
  61. [driver.Files.x86] 
  62. %driverName%.sys
  63.  
  64.  
  65. [driver_EventLog_Inst] 
  66. AddReg = driver_EventLog_Inst.AddReg 
  67.  
  68. [driver_EventLog_Inst.AddReg] 
  69. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" 
  70. HKR,,TypesSupported,%REG_DWORD%,7
  71.  
  72.  
  73. [Strings] 
  74. ;  *******Non Localizable Strings******* 
  75. REG_EXPAND_SZ = 0x00020000 
  76. REG_DWORD = 0x00010001 
  77.  
  78.  
  79. ;  *******Localizable Strings******* 
  80. COMPANY= "Paragon" 
  81. Desc_x86= "Paragon Virtual SCSI Adapter drivers disk" 
  82. driverDesc= "Paragon Virtual SCSI Adapter" 
  83. driverName=cdiport
  84.