home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 April / VPR0304.ISO / HP / hpound08.inf < prev    next >
Windows Setup INFormation  |  2002-12-02  |  3KB  |  100 lines

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1990-2002. Hewlett-Packard Company. All rights reserved. 
  4. ;
  5. ;Hewlett-Packard AiO Division
  6. ;Module Name:   hpound08.INF
  7. ;
  8. ;Abstract:    This is the nullifier INF used to install no driver over mass storage interface in 9X/Me.
  9. ;
  10. ;    Magic Keyword for hpo 08 INF files    {EB6F6C8D-72A4-4451-9B6A-F550A43ED438}
  11. ;    do not remove is used by the scrubber
  12. ;
  13. ; ----- DO NOT MODIFY HEADER TEXT ABOVE THIS LINE! ------------ 
  14. ;
  15. ;--*/
  16. [Version]
  17. Signature="$CHICAGO$"
  18. Class="USBNULL HPO08"
  19. ClassGUID={3B9F35AB-2717-4793-88A8-CE62216E41D0}
  20. Provider=%HP%
  21. DriverVer=10/10/2001
  22.  
  23. [ControlFlags]
  24. ExcludeFromSelect = *
  25.  
  26. [Manufacturer]
  27. %HP%=HP
  28.  
  29. [HP]
  30. "psc 2100 (DOT4PRINT)"        = NULL_Inst,vid_03f0&pid_2811&mi_02&dot4&print_hpz
  31. "psc 2200 (DOT4PRINT)"        = NULL_Inst,vid_03f0&pid_2911&mi_02&dot4&print_hpz
  32. "psc 2150 (DOT4PRINT)"        = NULL_Inst,vid_03f0&pid_2a11&mi_02&dot4&print_hpz
  33. "psc 2170 (DOT4PRINT)"        = NULL_Inst,vid_03f0&pid_2b11&mi_02&dot4&print_hpz
  34. "officejet 6100 (DOT4PRINT)"    = NULL_Inst,vid_03f0&pid_2d11&mi_02&dot4&print_hpz
  35.  
  36. "psc 1000 (DOT4PRINT)"          = NULL_Inst,vid_03f0&pid_2e11&mi_02&dot4&print_hpz
  37. "psc 1100 (DOT4PRINT)"          = NULL_Inst,vid_03f0&pid_3011&mi_02&dot4&print_hpz
  38. "psc 1200 (DOT4PRINT)"          = NULL_Inst,vid_03f0&pid_2f11&mi_02&dot4&print_hpz
  39. "officejet 4100 (DOT4PRINT)"    = NULL_Inst,vid_03f0&pid_3111&mi_02&dot4&print_hpz
  40. "officejet 4105 (DOT4PRINT)"    = NULL_Inst,vid_03f0&pid_3211&mi_02&dot4&print_hpz
  41.  
  42. "psc 2100 (USBSTORE)"          = NULL_Inst,usb\vid_03f0&pid_2811&mi_03
  43. "psc 2200 (USBSTORE)"          = NULL_Inst,usb\vid_03f0&pid_2911&mi_03
  44. "psc 2150 (USBSTORE)"          = NULL_Inst,usb\vid_03f0&pid_2a11&mi_03
  45. "psc 2170 (USBSTORE)"          = NULL_Inst,usb\vid_03f0&pid_2b11&mi_03
  46. "officejet 6100 (USBSTORE)"    = NULL_Inst,usb\vid_03f0&pid_2d11&mi_03
  47.  
  48. "psc 1100 (USBSTORE)"          = NULL_Inst,usb\vid_03f0&pid_3011&mi_03
  49. "psc 1200 (USBSTORE)"          = NULL_Inst,usb\vid_03f0&pid_2f11&mi_03
  50. "officejet 4100 (USBSTORE)"    = NULL_Inst,usb\vid_03f0&pid_3111&mi_03
  51. "officejet 4105 (USBSTORE)"    = NULL_Inst,usb\vid_03f0&pid_3211&mi_03
  52.  
  53. [DestinationDirs]
  54. DefaultDestDir = 11
  55. ClassInstaller_9xCpyFiles=11
  56. ;CpyInf=10,inf
  57.  
  58. [SourceDisksNames]
  59. 1 = %CD%,,,
  60.  
  61. [SourceDisksFiles]
  62. ;Classinstaller 9X file
  63. HPZc3212.dll=1
  64. HPZuci12.dll=1
  65.  
  66.  
  67. [Nothing]
  68.  
  69. [NULL_Inst]
  70. ; Nullify USB Storage
  71. Copyfiles = Nothing
  72. AddReg    = USBNULLAddReg_9X
  73. DriverVer=10/10/2001
  74.  
  75. ;====================================================
  76.  
  77.  
  78. [ClassInstall]
  79. ;
  80. ; Add the Dot4Usb class GUID to SYSTEM\CCS\Control\Class
  81. ;
  82. AddReg = USBNULLAddReg_9X
  83. CopyFiles = ClassInstaller_9xCpyFiles
  84.  
  85. [USBNULLAddReg_9X]
  86. HKR,,,,"USBSTORE HPZ122"
  87. HKR,,Installer,,"HPZuci12.dll,ClassInstall"
  88. HKR,,Icon,,"-53"
  89.  
  90.  
  91. [ClassInstaller_9xCpyFiles]
  92. HPZuci12.dll
  93. HPZc3212.dll
  94.  
  95. [strings]
  96. HP="Hewlett-Packard"
  97. CD="hp cd"
  98.  
  99.  
  100.