home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / CREATIVE / G3DNT4 / g3dnt4.exe / GB3D.INF < prev    next >
Windows Setup INFormation  |  1997-04-23  |  2KB  |  115 lines

  1.  
  2. ; Gb3d.inf
  3. ;
  4. ; Installation inf for Creative Technology Ltd Graphics Blaster 3D
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%Creative%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. Gb3d.Miniport  = 12  ; drivers
  16. Gb3d.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %Creative% = Creative.Mfg
  24.  
  25. [Creative.Mfg]
  26. Graphics Blaster 3D = Gb3d
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [Gb3d]
  34. CopyFiles=Gb3d.Miniport, Gb3d.Display
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [Gb3d.Miniport]
  41. Gb3dnt4m.sys
  42.  
  43. [Gb3d.Display]
  44. Gb3dnt4.dll
  45.  
  46.  
  47. ;
  48. ; Service Installation
  49. ;
  50.  
  51. [Gb3d.Services]
  52. AddService = Gb3d, 0x00000002, Gb3d_Service_Inst, Gb3d_EventLog_Inst
  53.  
  54. [Gb3d_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%\Gb3dnt4m.sys
  60.  
  61. [Gb3d_EventLog_Inst]
  62. AddReg = Gb3d_EventLog_AddReg
  63.  
  64. [Gb3d_EventLog_AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\Gb3dnt4m.sys"
  66. HKR,,TypesSupported,0x00010001,7
  67.  
  68.  
  69. ;
  70. ; Software Installation
  71. ;
  72.  
  73. [Gb3d.SoftwareSettings]
  74. AddReg = Gb3d_SoftwareDeviceSettings
  75.  
  76. [Gb3d_SoftwareDeviceSettings]
  77. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, Gb3dnt4
  78. HKR,, VgaCompatible,               %REG_DWORD%,    0
  79.  
  80.  
  81. ;
  82. ; Source file information
  83. ;
  84.  
  85. [SourceDisksNames.x86]
  86. 1 = %DiskId%,,,""
  87.  
  88. [SourceDisksFiles]
  89. Gb3dnt4.dll  = 1
  90. ; vga.dll  = 1       ; always shipped and preinstalled by NT itself - no need to copy
  91. ; framebuf.dll  = 1  ; always shipped and preinstalled by NT itself - no need to copy
  92. Gb3dnt4m.sys  = 1
  93.  
  94.  
  95.  
  96. [Strings]
  97.  
  98. ;
  99. ; Non-Localizable Strings
  100. ;
  101.  
  102. REG_SZ         = 0x00000000
  103. REG_MULTI_SZ   = 0x00010000
  104. REG_EXPAND_SZ  = 0x00020000
  105. REG_BINARY     = 0x00000001
  106. REG_DWORD      = 0x00010001
  107. SERVICEROOT    = System\CurrentControlSet\Services
  108.  
  109. ;
  110. ; Localizable Strings
  111. ;
  112.  
  113. DiskId="Creative Technology Installation DISK (VIDEO)"
  114. Creative="Gb3d"
  115.