home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / CANOPUS / P128NTDR / p128ntdr.exe / PWR128.INF < prev    next >
Windows Setup INFormation  |  1998-12-24  |  4KB  |  154 lines

  1. /****************************************************************************
  2. *                                                                           *
  3. * Copyright (C) 1998 Canopus Co.,Ltd.  All Rights Reserved.                 *
  4. *                                                                           *
  5. ****************************************************************************/
  6.  
  7. ; INF file for Canopus PWR128 WinNT 4.0 display driver
  8.  
  9. [Version]
  10. Signature="$CHICAGO$"
  11. Provider=%CANOPUS%
  12. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  13. Class=Display
  14.  
  15. ;
  16. ; Dest directories are \windows\system32 and \windows\system32\drivers
  17. ;
  18.  
  19. [DestinationDirs]
  20. DefaultDestDir  = 11
  21. PWR.Display     = 11  ; system32
  22. PWR.Miniport    = 12  ; drivers
  23. PWR.Icd         = 11
  24. PWR.Oldrm       = 12
  25.  
  26. ;
  27. ; The Manufacturer section lists all of the manufacturers that we will
  28. ; display in the Dialog box. DEVICE sections are specified.
  29. ;
  30.  
  31. [Manufacturer]
  32. %CANOPUS%   = CANOPUS.Mfg
  33.  
  34. ;
  35. ; Device section. Each section here corresponds with an entry listed in the
  36. ; [Manufacturer] section, above. The models will be displayed in the order
  37. ; that they appear in the INF file. This section identifies
  38. ; the corresponding INSTALL sections.
  39. ;
  40.  
  41.  
  42. [CANOPUS.Mfg]
  43.  
  44. %CANOPUS% PWR128 = PWR
  45.  
  46. ;---------------------------------------------------------------------
  47. ; PWR Driver INSTALL Section. This INSTALL section specifies
  48. ; what files are to to be copied (File List sections)
  49. ;---------------------------------------------------------------------
  50.  
  51. [PWR]
  52. CopyFiles=PWR.Miniport, PWR.Display, PWR.Icd
  53. DelFiles=PWR.Oldrm
  54.  
  55. ;
  56. ; PWR Driver INSTALL Section. This INSTALL section specifies
  57. ; what registry fields are to be modified (ADD Registry section)
  58. ;
  59.  
  60. [PWR.SoftwareSettings]
  61. AddReg = PWR_SoftwareDeviceSettings
  62. AddReg = PWR_IcdSoftwareSettings
  63.  
  64. ;
  65. ; PWR Service Installation
  66. ;
  67.  
  68. [PWR.Services]
  69. AddService = "PWR128", 0x00000002, PWR_Generic_Service_Inst, PWR_EventLog_Inst
  70. DelService = "PWARCH"
  71. DelService = "PWGFX"
  72. DelService = "ZXRARCH"
  73. DelService = "ZXRGFX"
  74.  
  75. [PWR_EventLog_Inst]
  76. AddReg = PWR_EventLog_AddReg
  77.  
  78. [PWR_EventLog_AddReg]
  79. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\pwrvm.sys"
  80. HKR,,TypesSupported,0x00010001,7
  81.  
  82. [PWR_Generic_Service_Inst]
  83. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  84. StartType      = 1                  ; SERVICE_SYSTEM_START
  85. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  86. LoadOrderGroup = Video
  87. ServiceBinary  = %12%\pwrvm.sys
  88.  
  89. ;
  90. ; File List sections for PWR.Display, PWR.Miniport and PWR.Icd
  91. ;
  92.  
  93. [PWR.Display]
  94. pwrdisp.dll
  95. pwrdiswt.dll
  96.  
  97. [PWR.Miniport]
  98. pwrvm.sys
  99.  
  100. [PWR.Icd]
  101. pwroglnt.dll
  102.  
  103. [PWR.Oldrm]
  104. pwarch.sys
  105. pwgfx.sys
  106. zxrarch.sys
  107. zxrgfx.sys
  108.  
  109. ;
  110. ; PWR Add registry section
  111. ;
  112.  
  113. [PWR_SoftwareDeviceSettings]
  114. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, pwrdisp
  115. HKR,, VgaCompatible,               %REG_DWORD%,    0
  116. HKR,, DmaBuf,                      %REG_DWORD%,    5
  117. HKR,, IF09,                        %REG_DWORD%,    1
  118.  
  119. [PWR_IcdSoftwareSettings]
  120. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVA128, %REG_SZ%, pwroglnt
  121.  
  122. ;-------------
  123. ;
  124. ; Source file information
  125. ;
  126.  
  127. [SourceDisksNames.x86]
  128. 1 = %DiskId%,,,""
  129.  
  130. [SourceDisksFiles]
  131. pwrdisp.dll     = 1
  132. pwrdiswt.dll    = 1
  133. pwrvm.sys       = 1
  134. pwroglnt.dll    = 1
  135.  
  136. [Strings]
  137. ;
  138. ; Non-Localizable Strings
  139. ;
  140.  
  141. REG_SZ         = 0x00000000
  142. REG_MULTI_SZ   = 0x00010000
  143. REG_EXPAND_SZ  = 0x00020000
  144. REG_BINARY     = 0x00000001
  145. REG_DWORD      = 0x00010001
  146. serviceroot    = System\CurrentControlSet\Services
  147.  
  148. ;
  149. ; Localizable Strings
  150. ;
  151.  
  152. DiskId       = "Canopus PWR128 Installation DISK"
  153. CANOPUS      = "Canopus"
  154.