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

  1. ; 61883.INF
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3.  
  4.  
  5.  
  6. ;;++ Added by AddSDisk.cmd
  7. [SourceDisksNames]
  8. 3426=windows cd
  9.  
  10. [SourceDisksFiles]
  11. 61883.sys         = 3426
  12. ;;--
  13.  
  14. [Version]
  15. signature="$CHICAGO$"
  16. Class=61883
  17. ClassGuid={7EBEFBC0-3200-11d2-B4C2-00A0C9697D07}
  18. Provider=%Msft%
  19. DriverVer=06/21/2006,6.0.6001.18000
  20. ;; Commented by AddSDisk.cmd
  21. ;; LayoutFile=Layout.inf
  22.  
  23. [DestinationDirs]
  24. defaultdestdir=10,system32\drivers
  25. 61883Class.CopyFiles=10,system32\drivers
  26.  
  27. [ControlFlags]
  28. ; All PnP devices should be excluded from manual AddDevice Applet list
  29. ExcludeFromSelect=*
  30.  
  31. ; =================== Table of content =========================
  32.  
  33. [Manufacturer]
  34. %MicrosoftMfg%=Microsoft,NTx86
  35.  
  36. [SignatureAttributes]
  37. 61883.sys=SignatureAttributes.DRM
  38.  
  39. ; =================== Microsoft ========================
  40.  
  41. [Microsoft.NTx86]
  42. %61883Class.DeviceDesc%=61883_Unit,1394\A02D&10000
  43. %61883Class.DeviceDesc%=61883_Unit,1394\A02D&10001
  44. %V61883Class.DeviceDesc%=V61883_Unit,V1394\A02D&10000
  45. %V61883Class.DeviceDesc%=V61883_Unit,V1394\A02D&10001
  46.  
  47. ; dynamically loaded 61883
  48.  
  49. [61883_Unit]
  50. AddReg=61883_Unit.AddReg
  51. CopyFiles=61883_Unit.CopyFiles
  52.  
  53. [61883_Unit.AddReg]
  54. HKR,,DevLoader,,*ntkern
  55. HKR,,NTMPDriver,,61883.sys
  56.  
  57. [61883_Unit.NT]
  58. CopyFiles=61883_Unit.CopyFiles
  59.  
  60. [61883_Unit.CopyFiles]
  61. 61883.sys,,,0x100
  62.  
  63. [61883_Unit.NT.Services]
  64. AddService = 61883, 2, 61883_Unit.ServiceInstall
  65.  
  66. [61883_Unit.ServiceInstall]
  67. DisplayName = %61883_Unit.ServiceDesc%
  68. ServiceType   = 1
  69. StartType     = 3
  70. ErrorControl  = 1
  71. ServiceBinary = %12%\61883.sys
  72.  
  73. ; statically loaded 61883
  74.  
  75. [V61883_Unit]
  76. AddReg=61883_Unit.AddReg,V61883_Unit.DevDesc
  77. CopyFiles=61883_Unit.CopyFiles
  78.  
  79. [V61883_Unit.NT]
  80. AddReg=V61883_Unit.DevDesc
  81. CopyFiles=61883_Unit.CopyFiles
  82.  
  83. [V61883_Unit.NT.Services]
  84. AddService = 61883, 2, 61883_Unit.ServiceInstall
  85.  
  86. [V61883_Unit.ServiceInstall]
  87. DisplayName = %V61883_Unit.ServiceDesc%
  88. ServiceType   = 1
  89. StartType     = 3
  90. ErrorControl  = 1
  91. ServiceBinary = %12%\61883.sys
  92.  
  93. [V61883_Unit.DevDesc]
  94. HKR,VDL,VendorId,0x10001,0x50F2
  95. HKR,VDL,ModelId,0x10001,0x0
  96. HKR,VDL,SwVersion,0x10001,0x10001
  97. HKR,VDL,szVendorId,,%Msft%
  98. HKR,VDL,szModelId,,%61883.ModelID%
  99.  
  100. [SignatureAttributes.DRM]
  101. DRMLevel=1200
  102.  
  103.  
  104. [Strings]
  105.  
  106. ;-----------------
  107. ; Localizable
  108. ;-----------------
  109.  
  110. Msft="Microsoft"
  111.  
  112. MicrosoftMfg="Microsoft"
  113. 61883Class.DeviceDesc="61883 Class Bus Device"
  114. 61883_Unit.ServiceDesc="61883 Unit Device"
  115. V61883Class.DeviceDesc="Virtual 61883 Class Bus Device"
  116. V61883_Unit.ServiceDesc="Virtual 61883 Unit Device"
  117. 61883.ModelID="61883 Device"
  118.