home *** CD-ROM | disk | FTP | other *** search
- ; VentaFax.INF (ver.5.0 & later) for Windows95, 98, Me
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Class=Printer
- Provider=%VA%
- LayoutFile=layout.inf
-
- [ClassInstall]
- AddReg=ClassAddReg
- DelReg=ClassDelReg
-
- [ClassDelReg]
- HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
-
- [ClassAddReg]
- HKR,,,,%CLASSNAME%
- HKR,,Installer,,MSPRINT.DLL
- HKR,,Icon,,-4
- HKR,,NoDisplayClass,,1
-
- [Environment]
- AddReg=Environment_Reg
-
- [Environment_Reg]
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
- HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
- HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
- HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
- HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
- HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
-
- ;
- ; The Manufacturer section lists all of the manufacturers that we will
- ; display in the Dialog box
- ;
- [Manufacturer]
- "Venta"
-
- ;
- ; Model sections. Each section here corresponds with an entry listed in the
- ; [Manufacturer] section, above. The models will be displayed in the order
- ; that they appear in the INF file.
- ;
- ; Each model lists a variation of its own name as a compatible ID. This
- ; is done primarily as an optimization during upgrade.
- ;
- [Venta]
- "VentaFax" = VENTFAX.DRV,VentaFax_Printer_Driver
-
- [SourceDisksNames]
- 1 = %DiskID1%, DISK_1, 0000-0000
-
- [SourceDisksFiles]
- ventfax.drv = 1
-
- ; Installer Sections
- ;
- ; These sections control file installation, and reference all files that
- ; need to be copied. The section name will be assumed to be the driver
- ; file, unless there is an explicit DriverFile section listed.
-
- [VENTFAX.DRV]
- CopyFiles=@VENTFAX.DRV,UNI
- DataSection=UNI_DATA
-
- ; Copy Sections
- ;
- ; Lists of files that are actually copied. These sections are referenced
- ; from the installer sections, above. Only create a section if it contains
- ; two or more files (if we only copy a single file, identify it in the
- ; installer section, using the @filename notation) or if it's a color
- ; profile (since the DestinationDirs can only handle sections, and not
- ; individual files).
-
- [UNI]
- UNIDRV.DLL,UNIDRV.DLL
- UNIDRV.HLP,UNIDRV.HLP
- ICONLIB.DLL,ICONLIB.DLL
-
- ; Data Sections
- ;
- ; These sections contain data that is shared between devices.
-
- [UNI_DATA]
- HelpFile=UNIDRV.HLP
- DefaultDataType=RAW
-
- ; Localizable Strings
- ;
- [Strings]
- MS="Microsoft"
- VA="Venta Association"
- CLASSNAME="Printer"
-