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

  1.  ■;
  2. ; Installation inf for VIA RAID Stor-Miniport Driver
  3. ; Copyright (c) 2000 - 2007, VIA Technologies, Inc.
  4. ;
  5. [Version]
  6. #CatalogFile=vsmraid.cat
  7. signature="$Windows NT$"
  8. Provider=%VIA%
  9. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  10. Class=SCSIAdapter
  11. DriverVer=05/25/2007, 6.0.6000.6161
  12. ;
  13. ; Source file information
  14. ;
  15. [SourceDisksNames]
  16. 3426=windows cd
  17. [SourceDisksFiles]
  18. vsmraid.sys = 3426
  19. [ControlFlags]
  20. ExcludeFromSelect = *
  21. [DestinationDirs]
  22. DefaultDestDir = 12
  23. ;
  24. ; Driver information
  25. ;
  26. [Manufacturer]
  27. %VIA%=VIA,NTx86,NTamd64
  28. [VIA.NTx86]
  29. %VIA_3349.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_3349&CC_0104
  30. %VIA_3149.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_3149&CC_0104
  31. %VIA_0591.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_0591&CC_0104
  32. %VIA_3249.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_3249&CC_0104
  33. %VIA_0581.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_0581&CC_0104
  34. [VIA.NTamd64]
  35. %VIA_3349.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_3349&CC_0104
  36. %VIA_3149.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_3149&CC_0104
  37. %VIA_0591.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_0591&CC_0104
  38. %VIA_3249.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_3249&CC_0104
  39. %VIA_0581.DeviceDesc% = vsmraid, PCI\VEN_1106&DEV_0581&CC_0104
  40. ;
  41. ; General installation section
  42. ;
  43. [VSMRAID]
  44. CopyFiles=@vsmraid.sys
  45. ;
  46. ; Service Installation
  47. ;
  48. [VSMRAID.Services]
  49. AddService = vsmraid, 2, VSMRAID_Service_Inst, vsmraid_EventLog_Inst
  50. [VSMRAID_Service_Inst]
  51. ServiceType    = 1      ; SERVICE_KERNEL_DRIVER
  52. StartType      = 0      ; SERVICE_BOOT_START
  53. ErrorControl   = 1      ; SERVICE_ERROR_NORMAL
  54. ServiceBinary  = %12%\vsmraid.sys
  55. LoadOrderGroup = SCSI Miniport
  56. AddReg         = pnpsafe_pci_addreg
  57. [vsmraid_EventLog_Inst]
  58. AddReg = vsmraid_EventLog_AddReg
  59. [vsmraid_EventLog_AddReg]
  60. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  61. HKR,,TypesSupported,%REG_DWORD%,7
  62. [pnpsafe_pci_addreg]
  63. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  64. HKR, "Parameters\Device", "CreateInitiatorLU", 0x00010001, 0x00000001
  65. HKR, "Parameters","BusType",0x00010001,0x0000008
  66. [Strings]
  67. ;
  68. ; Localizable Strings
  69. ;
  70. VIA_3349.DeviceDesc="VIA VT8251 AHCI RAID Controller"
  71. VIA_3149.DeviceDesc="VIA VT8237 RAID Controller"
  72. VIA_0591.DeviceDesc="VIA VT8237A RAID Controller"
  73. VIA_3249.DeviceDesc="VIA VT6421 RAID Controller"
  74. VIA_0581.DeviceDesc="VIA CX700/VX700 RAID Controller"
  75. VIA="VIA Technologies, Inc."
  76. ;
  77. ; Non-Localizable Strings
  78. ;
  79. REG_EXPAND_SZ=0x00020000
  80. REG_DWORD=0x00010001