home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 May / VPR0005B.BIN / DRIVER / CANOPUS / PCPCIW2K / pcpciw2k.exe / PCPW2K.INF < prev    next >
Windows Setup INFormation  |  2000-01-24  |  1KB  |  49 lines

  1. ;----------------------------------------------------------------------------
  2. ;    INF file for Power Capture PCI Windows 2000 Driver
  3. ;    Copyright (C) 2000 Canopus Co., Ltd. All rights reserved.
  4. ;----------------------------------------------------------------------------
  5. [Version]
  6. Signature=$Windows NT$
  7. Class=MEDIA
  8. Provider=%Mfg%
  9.  
  10. [Manufacturer]
  11. %Mfg%=Mfg.Canopus
  12.  
  13. [Mfg.Canopus]
  14. %pcp%=pcp,PCI\VEN_1131&DEV_7145
  15.  
  16. [pcp]
  17. CopyFiles=pcp.Copy
  18. AddReg=pcp.AddReg
  19. Reboot
  20.  
  21. [DestinationDirs]
  22. pcp.Copy=12
  23.  
  24. [pcp.Copy]
  25. pcpntkd.sys
  26.  
  27. [pcp.AddReg]
  28. HKLM,SYSTEM\\CurrentControlSet\\Services\\pcpntkd\\PARAMETERS,EnableIntShare,,1
  29.  
  30. [pcp.Services]
  31. AddService=pcpntkd,0x2,ServiceInstall
  32.  
  33. [ServiceInstall]
  34. ServiceType=1
  35. StartType=0
  36. ErrorControl=1
  37. ServiceBinary=%12%\pcpntkd.sys
  38.  
  39. [SourceDisksNames]
  40. 1=%PCPDiskWindows2000%,,,""
  41.  
  42. [SourceDisksFiles]
  43. pcpntkd.sys=1
  44.  
  45. [Strings]
  46. Mfg="Canopus Co., Ltd."
  47. pcp="Power Capture PCI"
  48. PCPDiskWindows2000="Power Capture PCI Windows 2000 Driver Disk"
  49.