home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / i2omp.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  6KB  |  124 lines

  1.  ■;
  2. ; Installation inf for the I2O Miniport 
  3. ; Copyright (c) 1999 - 2002, Microsoft Corp.
  4. ;
  5. ;;++ Added by AddSDisk.cmd
  6. [SourceDisksNames]
  7. 3426=windows cd
  8. [SourceDisksFiles]
  9. i2omp.sys         = 3426
  10. i2omgmt.sys         = 3426
  11. ;;--
  12. [Version]
  13. Signature="$Windows NT$"
  14. Provider=%Intel%
  15. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  16. Class=SCSIAdapter
  17. ;; Commented by AddSDisk.cmd
  18. ;; LayoutFile=layout.inf
  19. DriverVer=06/21/2006,6.0.6001.18000
  20. [ControlFlags]
  21. ExcludeFromSelect = *
  22. [DestinationDirs]
  23. DefaultDestDir   = 12
  24. ;
  25. ; Driver information
  26. ;
  27. [Manufacturer]
  28. %Intel%   = INTEL, NTx86, NTia64, NTamd64
  29. [INTEL]
  30. [INTEL.NTx86]
  31. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
  32. %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
  33. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
  34. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
  35. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
  36. [INTEL.NTia64]
  37. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
  38. %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
  39. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
  40. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
  41. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
  42. [INTEL.NTamd64]
  43. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9621&SUBSYS_00018086
  44. %IntelI2O.DeviceDesc% = i2omp_Inst, PCI\VEN_8086&DEV_9622&SUBSYS_00018086
  45. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_9641&SUBSYS_00018086
  46. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_96A1&SUBSYS_00018086
  47. %IntelI2O.DeviceDesc% = i2omp_inst, PCI\VEN_8086&DEV_3092&SUBSYS_00018086
  48. ;
  49. ; General installation section
  50. ;
  51. [i2omp_inst]
  52. CopyFiles=i2o_copyfiles
  53. [i2o_copyfiles]
  54. i2omp.sys
  55. i2omgmt.sys
  56. ;
  57. ; Service Installation
  58. ;
  59. [i2omp_inst.Services]
  60. AddService = i2omp, 0x00000002 , i2omp_Service_Inst, i2omp_EventLog_Inst
  61. [i2omp_Service_Inst]
  62. ServiceType    = %SERVICE_KERNEL_DRIVER%
  63. StartType      = %SERVICE_BOOT_START%
  64. ErrorControl   = %SERVICE_ERROR_NORMAL%
  65. ServiceBinary  = %12%\i2omp.sys
  66. LoadOrderGroup = SCSI miniport
  67. AddReg         = pnpsafe_pci_addreg
  68. AddReg         = bus_type_raid
  69. [i2omp_EventLog_Inst]
  70. AddReg = i2omp_EventLog_AddReg
  71. [i2omp_EventLog_AddReg]
  72. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  73. HKR,,TypesSupported,%REG_DWORD%,7
  74. [pnpsafe_pci_addreg]
  75. HKR, "Parameters\PnpInterface", "5", %REG_DWORD%, 0x00000001
  76. [bus_type_raid]
  77. HKR, "Parameters", "BusType", 0x00010001, 0x00000008
  78. [Strings]
  79. ;
  80. ; Localizable Strings
  81. ;
  82. diskId1 = "I2O Installation Disk"
  83. IntelI2O.DeviceDesc = "I2O StorPort Miniport"
  84. Intel = "Intel"
  85. ;
  86. ; Non-Localizable Strings
  87. ;
  88. REG_EXPAND_SZ  = 0x00020000
  89. REG_DWORD      = 0x00010001
  90. SERVICE_KERNEL_DRIVER  = 1
  91. SERVICE_BOOT_START     = 0
  92. SERVICE_ERROR_NORMAL   = 1