home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / DRIVERS / job_jet / OLTUND08.INF < prev    next >
INI File  |  2006-10-27  |  2KB  |  86 lines

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1990-2002. Hewlett-Packard Company. All rights reserved. 
  4. ;
  5. ;Hewlett-Packard AiO Division
  6. ;Module Name:   oltund08.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 olt 08 INF files    {1E22796D-FAAC-490a-AD2A-90D6F2D5549E}
  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 OLT08"
  19. ClassGUID={74C5658E-8402-4ef4-AE5A-BF67B2DC8BEE}
  20. Provider=%HP%
  21. DriverVer=10/10/2001
  22. CatalogFile.NT=OLTUND08.cat
  23.  
  24. [ControlFlags]
  25. ExcludeFromSelect = *
  26.  
  27. [Manufacturer]
  28. %HP%=HP
  29.  
  30. [HP]
  31.  
  32. "Job_Jet M400 (DOT4PRINT)"      = NULL_Inst,vid_0b3c&pid_A880&mi_02&dot4&print_hpz
  33.  
  34. "Job_Jet M400 (USBSTORE)"       = NULL_Inst,usb\vid_0b3c&pid_A880&&mi_03
  35.  
  36.  
  37. [DestinationDirs]
  38. DefaultDestDir = 11
  39. ClassInstaller_9xCpyFiles=11
  40. ;CpyInf=10,inf
  41.  
  42. [SourceDisksNames]
  43. 1 = %CD%,,,
  44.  
  45. [SourceDisksFiles]
  46. ;Classinstaller 9X file
  47. oemc3212.dll=1
  48. oemuci12.dll=1
  49.  
  50. [DefaultInstall]
  51. CopyFiles = ClassInstaller_9xCpyFiles
  52.  
  53. [Nothing]
  54.  
  55. [NULL_Inst]
  56. ; Nullify USB Storage
  57. Copyfiles = Nothing
  58. AddReg    = USBNULLAddReg_9X
  59. DriverVer=10/10/2001
  60.  
  61. ;====================================================
  62.  
  63.  
  64. [ClassInstall]
  65. ;
  66. ; Add the Dot4Usb class GUID to SYSTEM\CCS\Control\Class
  67. ;
  68. AddReg = USBNULLAddReg_9X
  69. CopyFiles = ClassInstaller_9xCpyFiles
  70.  
  71. [USBNULLAddReg_9X]
  72. HKR,,,,"USBSTORE OLT122"
  73. HKR,,Installer,,"oemuci12.dll,ClassInstall"
  74. HKR,,Icon,,"-53"
  75.  
  76.  
  77. [ClassInstaller_9xCpyFiles]
  78. oemuci12.dll
  79. oemc3212.dll
  80.  
  81. [strings]
  82. HP="Olivetti"
  83. CD="Disk"
  84.  
  85.  
  86.