home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / iirsp2.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  5.2 KB  |  95 lines

  1. ; oemmgmt.inf
  2. ;
  3. ; Installation file for the IOCTL Processor devices
  4. ; Copyright (c) 1999 - 2003, ICP vortex
  5. ;
  6.  
  7. [Version]
  8. Signature="$WINDOWS NT$"
  9. Class=System
  10. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  11. Provider=%MGMT%
  12. DriverVer=08/18/2003, 1.0.4
  13.  
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = *
  17.  
  18. [MgtFiles]
  19. ;
  20. ; Dummy section to satisfy ChkInf tool
  21. ;
  22.  
  23.  
  24. [DestinationDirs]
  25. DefaultDestDir = 12
  26.  
  27.  
  28. [Manufacturer]
  29. %MGMT% = MGMT,NTx86,NTia64,NTamd64
  30.  
  31. [MGMT]
  32.  
  33. [MGMT.NTx86]
  34. %SCSI\ProcessorIOCTL_-_Device__________.DeviceDesc% = NODRV, SCSI\ProcessorIOCTL_-_Device__________
  35. %SCSI\ProcessorIntel___CLUSTER_TGT2.00_.DeviceDesc% = NODRV, SCSI\ProcessorIntel___CLUSTER_TGT2.00_
  36. %SCSI\ProcessorICP_____CLUSTER_TGT2.00_.DeviceDesc% = NODRV, SCSI\ProcessorICP_____CLUSTER_TGT2.00_
  37.  
  38. [MGMT.NTia64]
  39. %SCSI\ProcessorIOCTL_-_Device__________.DeviceDesc% = NODRV, SCSI\ProcessorIOCTL_-_Device__________
  40. %SCSI\ProcessorIntel___CLUSTER_TGT2.00_.DeviceDesc% = NODRV, SCSI\ProcessorIntel___CLUSTER_TGT2.00_
  41. %SCSI\ProcessorICP_____CLUSTER_TGT2.00_.DeviceDesc% = NODRV, SCSI\ProcessorICP_____CLUSTER_TGT2.00_
  42.  
  43. [MGMT.NTamd64]
  44. %SCSI\ProcessorIOCTL_-_Device__________.DeviceDesc% = NODRV, SCSI\ProcessorIOCTL_-_Device__________
  45. %SCSI\ProcessorIntel___CLUSTER_TGT2.00_.DeviceDesc% = NODRV, SCSI\ProcessorIntel___CLUSTER_TGT2.00_
  46. %SCSI\ProcessorICP_____CLUSTER_TGT2.00_.DeviceDesc% = NODRV, SCSI\ProcessorICP_____CLUSTER_TGT2.00_
  47.  
  48. [NODRV.NTx86]
  49. ;
  50. ; Dummy directive to satisfy ChkInf tool
  51. ;
  52. CopyFiles = MgtFiles
  53.  
  54. [NODRV.NTia64]
  55. ;
  56. ; Dummy directive to satisfy ChkInf tool
  57. ;
  58. CopyFiles = MgtFiles
  59.  
  60. [NODRV.NTamd64]
  61. ;
  62. ; Dummy directive to satisfy ChkInf tool
  63. ;
  64. CopyFiles = MgtFiles
  65.  
  66. [NODRV.NTx86.Services]
  67. ;
  68. ; this is blank to just allow the install to succeed
  69. ;
  70. AddService = , %SPSVCINST_ASSOCSERVICE%   ; null service install
  71.  
  72. [NODRV.NTia64.Services]
  73. ;
  74. ; this is blank to just allow the install to succeed
  75. ;
  76. AddService = , %SPSVCINST_ASSOCSERVICE%   ; null service install
  77.  
  78. [NODRV.NTamd64.Services]
  79. ;
  80. ; this is blank to just allow the install to succeed
  81. ;
  82. AddService = , %SPSVCINST_ASSOCSERVICE%   ; null service install
  83.  
  84. [strings]
  85. ; localizable
  86. MGMT = "ICP vortex"
  87. SCSI\ProcessorIOCTL_-_Device__________.DeviceDesc = "Controller Management Device"
  88. SCSI\ProcessorIntel___CLUSTER_TGT2.00_.DeviceDesc = "Cluster Controller Management Device"
  89. SCSI\ProcessorICP_____CLUSTER_TGT2.00_.DeviceDesc = "Cluster Controller Management Device 2"
  90. FLOPPY1_DESCRIPTION = "Controller Management Device"
  91.  
  92. ;*******************************************
  93. ;Handy macro substitutions (non-localizable)
  94. SPSVCINST_ASSOCSERVICE = 0x00000002
  95.