home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / ventafaxvoice / vfvh508.exe / 1033 / RCDATA / CABINET / Vf_95.inf < prev    next >
Windows Setup INFormation  |  2002-02-14  |  3KB  |  97 lines

  1. ; VentaFax.INF (ver.5.0 & later) for Windows95, 98, Me
  2. ;
  3.  
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Class=Printer
  7. Provider=%VA%
  8. LayoutFile=layout.inf
  9.  
  10. [ClassInstall]
  11. AddReg=ClassAddReg
  12. DelReg=ClassDelReg
  13.  
  14. [ClassDelReg]
  15. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  16.  
  17. [ClassAddReg]
  18. HKR,,,,%CLASSNAME%
  19. HKR,,Installer,,MSPRINT.DLL
  20. HKR,,Icon,,-4
  21. HKR,,NoDisplayClass,,1
  22.  
  23. [Environment]
  24. AddReg=Environment_Reg
  25.  
  26. [Environment_Reg]
  27. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  28. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  29. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  30. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  31. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  32. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  33. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  34.  
  35. ;
  36. ; The Manufacturer section lists all of the manufacturers that we will
  37. ; display in the Dialog box
  38. ;
  39. [Manufacturer]
  40. "Venta"
  41.  
  42. ;
  43. ; Model sections. Each section here corresponds with an entry listed in the
  44. ; [Manufacturer] section, above. The models will be displayed in the order
  45. ; that they appear in the INF file.
  46. ;
  47. ; Each model lists a variation of its own name as a compatible ID. This
  48. ; is done primarily as an optimization during upgrade.
  49. ;
  50. [Venta]
  51. "VentaFax"   =   VENTFAX.DRV,VentaFax_Printer_Driver
  52.  
  53. [SourceDisksNames]
  54. 1 = %DiskID1%, DISK_1, 0000-0000
  55.  
  56. [SourceDisksFiles]
  57. ventfax.drv = 1
  58.  
  59. ; Installer Sections
  60. ;
  61. ; These sections control file installation, and reference all files that
  62. ; need to be copied. The section name will be assumed to be the driver
  63. ; file, unless there is an explicit DriverFile section listed.
  64.  
  65. [VENTFAX.DRV]
  66. CopyFiles=@VENTFAX.DRV,UNI
  67. DataSection=UNI_DATA
  68.  
  69. ; Copy Sections
  70. ;
  71. ; Lists of files that are actually copied. These sections are referenced
  72. ; from the installer sections, above. Only create a section if it contains
  73. ; two or more files (if we only copy a single file, identify it in the
  74. ; installer section, using the @filename notation) or if it's a color
  75. ; profile (since the DestinationDirs can only handle sections, and not
  76. ; individual files).
  77.  
  78. [UNI]
  79. UNIDRV.DLL,UNIDRV.DLL
  80. UNIDRV.HLP,UNIDRV.HLP
  81. ICONLIB.DLL,ICONLIB.DLL
  82.  
  83. ; Data Sections
  84. ;
  85. ; These sections contain data that is shared between devices.
  86.  
  87. [UNI_DATA]
  88. HelpFile=UNIDRV.HLP
  89. DefaultDataType=RAW
  90.  
  91. ; Localizable Strings
  92. ;
  93. [Strings]
  94. MS="Microsoft"
  95. VA="Venta Association"
  96. CLASSNAME="Printer"
  97.