home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 June / VPR0306.ISO / DRIVER / canopus / MTVGS123 / mtvgs123.exe / Driver / mtvkrnl / MtvKrnl.inf next >
Windows Setup INFormation  |  2002-04-10  |  3KB  |  87 lines

  1. ;----------------------------------------------------------------------------
  2. ;    INF file for MTV Series Windows(R) 9x/Me/2000/XP Driver
  3. ;    Copyright (C) 2002 Canopus Co., Ltd. All rights reserved.
  4. ;----------------------------------------------------------------------------
  5. [Version]
  6. Signature=$Windows NT$
  7. Class=Media
  8. ClassGUID={4D36E96C-E325-11CE-BFC1-08002BE10318}
  9. Provider=%Provider%
  10.  
  11. [DestinationDirs]
  12. DefaultDestDirs=11        ; 9x/Me
  13. MtvKrnl.CopyFiles=11    ; 9x/Me
  14. MtvKrnl.Copy=12            ; 2000/XP
  15.  
  16. ;----------------------------------------------------------------------------
  17. ; Driver information
  18. ;----------------------------------------------------------------------------
  19. [Manufacturer]
  20. %Provider%=Mfg.Canopus
  21.  
  22. [Mfg.Canopus]
  23. %MtvKrnl%=MtvKrnl,PCI\VEN_1131&DEV_7146&SUBSYS_2901114B
  24.  
  25. ;----------------------------------------------------------------------------
  26. ; MTV Series for Windows 9x/Me
  27. ;----------------------------------------------------------------------------
  28. [MtvKrnl]
  29. DriverVer=12/28/2001,1.20.000
  30. CopyFiles=MtvKrnl.CopyFiles
  31. AddReg=MtvKrnl.AddRegistory
  32. ; to debug device removal, comment-out the below line
  33. Reboot
  34.  
  35. [MtvKrnl.CopyFiles]
  36. MtvKrnl.vxd
  37.  
  38. [MtvKrnl.AddRegistory]
  39. HKR,,DevLoader,,mmdevldr.vxd
  40. HKR,,Driver,,MtvKrnl.vxd
  41. HKR,Drivers,MIGRATED,,0
  42. HKR,Settings,Status,65537,0,0,0,0
  43. HKR,Settings,Avi2Mpeg,65537,1,0,0,0
  44.  
  45. ;----------------------------------------------------------------------------
  46. ; MTV Series for Windows 2000/XP, Just only kernel driver
  47. ;----------------------------------------------------------------------------
  48. [MtvKrnl.NT]
  49. CopyFiles=MtvKrnl.Copy
  50. AddReg=MtvKrnl.AddReg
  51. Reboot
  52.  
  53. [MtvKrnl.Copy]
  54. Mtvkrnl.sys
  55.  
  56. [MtvKrnl.AddReg]
  57. HKLM,%MtvSubkey%,"PowerManagement",0x00010001,1
  58. HKLM,%MtvSubkey%,"Avi2MpegEx",0x00010001,1
  59.  
  60. [MtvKrnl.NT.Services]
  61. AddService=MtvKrnl,0x2,ServiceInstall
  62.  
  63. [ServiceInstall]
  64. ServiceType=1
  65. StartType=3
  66. ErrorControl=1
  67. ServiceBinary=%12%\MtvKrnl.sys
  68.  
  69. ;----------------------------------------------------------------------------
  70. ; Disk layout
  71. ;----------------------------------------------------------------------------
  72. [SourceDisksNames]
  73. 1=%MtvKrnlDisk%,,,
  74.  
  75. [SourceDisksFiles]
  76. MtvKrnl.vxd=1
  77. MtvKrnl.sys=1
  78.  
  79. ;----------------------------------------------------------------------------
  80. ; Strings
  81. ;----------------------------------------------------------------------------
  82. [Strings]
  83. Provider="Canopus Co., Ltd."
  84. MtvKrnl="MTV Series Kernel Mode Driver"
  85. MtvSubkey="SYSTEM\CurrentControlSet\Services\MtvKrnl\Parameters"
  86. MtvKrnlDisk="MTV Series Drivers"
  87.