home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / NM30.CAB / mnmdd.inf < prev    next >
INI File  |  1999-06-10  |  2KB  |  127 lines

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