home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd2.bin / video / nvidia_universal / 2250w2k.exe / nvxbar.INF < prev    next >
Windows Setup INFormation  |  2001-10-12  |  2KB  |  104 lines

  1. ; NVxbar.INF  -- This file installs NVxbar.sys
  2. ;
  3. ;*** Created 6/6/97  (Creation Date)
  4. ;
  5.  
  6. [Version]
  7. ;CatalogFile=NVxbar.cat
  8. signature="$CHICAGO$"
  9. Class=MEDIA
  10. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  11. Provider=%Msft%
  12. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  13.  
  14. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  15.  
  16. [SourceDisksNames]
  17. 1=%Disk1Name%
  18.  
  19. [DestinationDirs]
  20. NVXBAR.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  21.  
  22. [Manufacturer]
  23. %MS%=MS
  24.  
  25. ; =================== Generic ==================================
  26.  
  27. [MS]
  28. %NVxbar.DeviceDesc%=NVxbar.Device,DISPLAY\NVXBAR
  29.  
  30. [NVxbar.Device]
  31. Include  =  ks.inf, kscaptur.inf
  32. Needs    =  KS.Registration,KSCAPTUR.Registration
  33. AddReg   =  NVXBAR.addreg
  34. CopyFiles=  NVXBAR.CopyDrivers
  35. KnownFiles= NVXBAR.KnownFiles
  36.  
  37. [NVxbar.Device.NT]
  38. Include  =  ks.inf, kscaptur.inf
  39. Needs    =  KS.Registration,KSCAPTUR.Registration.NT
  40. AddReg   =  NVXBAR.addreg
  41. CopyFiles=  NVXBAR.CopyDrivers
  42. KnownFiles= NVXBAR.KnownFiles
  43.  
  44. [NVXBAR.CopyDrivers]
  45. stream.sys
  46. ;NVxbar.sys
  47.  
  48. [NVXBAR.AddReg]
  49. HKR,,DevLoader,,*ntkern
  50. HKR,,NTMPDriver,,NVxbar.sys
  51. HKR,,PageOutWhenUnopened,3,01
  52.  
  53. [NVXBAR.KnownFiles]
  54. NVxbar.sys=safe
  55.  
  56. ; =================== NVxbar ==================================
  57.  
  58.  
  59. [NVxbar.Device.Interfaces]
  60. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",Crossbar,
  61.  
  62. [NVxbar.Device.NT.Interfaces]
  63. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",Crossbar,
  64.  
  65. [Crossbar]
  66. AddReg=Crossbar.AddReg
  67.  
  68. [Crossbar.AddReg]
  69. HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
  70. HKR,,FriendlyName,,%NVxbar.Crossbar%
  71.  
  72. [NVXBAR.Device.NT.Services]
  73. AddService = NVXBAR,0x00000002,NVXBAR.ServiceInstall
  74.  
  75. [NVXBAR.ServiceInstall]
  76. DisplayName   = %NVxbar.DeviceDesc%
  77. ServiceType   = %SERVICE_KERNEL_DRIVER%
  78. StartType     = %SERVICE_AUTO_START%
  79. ErrorControl  = %SERVICE_ERROR_NORMAL%
  80. ServiceBinary = %12%\NVxbar.sys
  81.  
  82.  
  83. ; =================== strings ==================================
  84.  
  85. [Strings]
  86. ;----------------
  87. ; Non-Localizable
  88. ;----------------
  89.  
  90. SERVICE_KERNEL_DRIVER=1
  91. SERVICE_AUTO_START=2
  92. SERVICE_ERROR_NORMAL=1
  93.  
  94. ;----------------
  95. ; Localizable
  96. ;----------------
  97.  
  98. Msft="NVIDIA"
  99. MS="NVIDIA"
  100. captureClassName="Sound, video and game controllers"
  101. NVxbar.DeviceDesc="NVIDIA WDM A/V Crossbar"
  102. NVxbar.Crossbar="NVIDIA WDM A/V Crossbar"
  103. Disk1Name="NVIDIA WDM Drivers Disk 1"
  104.