home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009A.BIN / MSIE_501 / NM30.CAB / mnmdd.inf < prev    next >
Windows Setup INFormation  |  1999-06-10  |  2KB  |  128 lines

  1. ; Localized    06/08/1999 11:14 午後 (GMT)    7:4.2.252     MNMDD.INF
  2. ; mnmdd.inf
  3. ;
  4. ; Installation inf for the Microsoft graphics adapter.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%Microsoft%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. mnmdd.Miniport  = 12  ; drivers
  16. mnmdd.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %Microsoft%   = Microsoft.Mfg
  24.  
  25. [Microsoft.Mfg]
  26. %Microsoft% NetMeeting graphics driver = mnmdd
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [mnmdd]
  34. CopyFiles=mnmdd.Miniport, mnmdd.Display
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [mnmdd.Miniport]
  41. mnmdd.sys
  42.  
  43. [mnmdd.Display]
  44. mnmdd.dll
  45.  
  46.  
  47. ;
  48. ; Service Installation
  49. ;
  50.  
  51. [mnmdd.Services]
  52. AddService = mnmdd, 0x00000002, mnmdd_Service_Inst, mnmdd_EventLog_Inst
  53.  
  54. [mnmdd_Service_Inst]
  55. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  56. StartType      = 1                  ; SERVICE_SYSTEM_START
  57. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  58. LoadOrderGroup = Video
  59. ServiceBinary  = %12%\mnmdd.sys
  60.  
  61. [mnmdd_EventLog_Inst]
  62. AddReg = mnmdd_EventLog_AddReg
  63.  
  64. [mnmdd_EventLog_AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mnmdd.sys"
  66. HKR,,TypesSupported,0x00010001,7
  67.  
  68.  
  69. ;
  70. ; Software Installation
  71. ;
  72.  
  73. [mnmdd.SoftwareSettings]
  74. AddReg = mnmdd_SoftwareDeviceSettings
  75.  
  76. [mnmdd_SoftwareDeviceSettings]
  77. HKR,, InstalledDisplayDrivers,    %REG_MULTI_SZ%, mnmdd
  78. HKR,, VgaCompatible,              %REG_DWORD%,    0
  79. HKR,, MirrorDriver,            %REG_DWORD%,       1
  80. HKR,, Attached.ToDesktop,           %REG_DWORD%,  1
  81.  
  82.  
  83. [mnmdd.OpenGLSoftwareSettings]
  84. AddReg = mnmdd_OpenGLSoftwareSettings
  85.  
  86. [mnmdd_OpenGLSoftwareSettings]
  87.  
  88. [mnmdd.GeneralConfigData]
  89. MaximumNumberOfDevices = 1
  90. KeepExistingDriverEnabled = 1
  91.  
  92. ;
  93. ; Source file information
  94. ;
  95.  
  96. [SourceDisksNames.x86]
  97. 1 = %DiskId%,,,""
  98.  
  99. [SourceDisksNames.alpha]
  100. 1 = %DiskId%,,,""
  101.  
  102. [SourceDisksFiles]
  103. mnmdd.sys  = 1
  104. mnmdd.dll = 1
  105.  
  106.  
  107.  
  108. [Strings]
  109.  
  110. ;
  111. ; Non-Localizable Strings
  112. ;
  113.  
  114. REG_SZ = 0x00000000
  115. REG_MULTI_SZ = 0x00010000
  116. REG_EXPAND_SZ = 0x00020000
  117. REG_BINARY = 0x00000001
  118. REG_DWORD = 0x00010001
  119. SERVICEROOT = System\CurrentControlSet\Services
  120.  
  121. ;
  122. ; Localizable Strings
  123. ;
  124.  
  125. DiskId = "Microsoft インストール ディスク (ビデオ)"
  126. GraphAdap = "グラフィック アダプタ"
  127. Microsoft = "Microsoft"
  128.