home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-26 | 3.4 KB | 160 lines |
- ; NTPRINT.INF (for SUR)
- ;
- ; List of supported printers, manufacturers
- ;
-
- [Version]
- Signature="$Windows NT$"
- Provider=%CANON%
- LayoutFile=layout.inf
- ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
- Class=Printer
-
- ;
- ; The Manufacturer section lists all of the manufacturers that we will
- ; display in the Dialog box
- ;
- [Manufacturer]
- "Canon"
-
- ;
- ; 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.
- ;
-
- [Canon]
- "Canon BJC-800" = BJC800.PPD
- "Canon BJC-820" = BJC820.PPD
- "Canon BJC-600" = BJC600.PPD
- "Canon BJC-600e" = BJC600E.PPD
- "Canon BJC-4000" = BJC4000.PPD
- "Canon BJC-70" = BJC70.PPD
- "Canon BJC-210" = BJC210.PPD
- "Canon BJC-4100" = BJC4100.PPD
- "Canon BJC-4550" = BJC4550.PPD
- "Canon BJC-240" = BJC240.PPD
- "Canon BJC-4200" = BJC4200.PPD
- "Canon BJC-7000 Series" = BJC7000.PPD
- "Canon BJC-4300 Series" = BJC4300.PPD
- "Canon BJC-250 Series" = BJC250.PPD
- "Canon BJC-80" = BJC80.PPD
-
- ;
- ; 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.
- ;
-
- [BJC800.PPD]
- CopyFiles=@BJC800.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC820.PPD]
- CopyFiles=@BJC820.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC600.PPD]
- CopyFiles=@BJC600.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC600E.PPD]
- CopyFiles=@BJC600E.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC4000.PPD]
- CopyFiles=@BJC4000.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC70.PPD]
- CopyFiles=@BJC70.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC210.PPD]
- CopyFiles=@BJC210.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC4100.PPD]
- CopyFiles=@BJC4100.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC4550.PPD]
- CopyFiles=@BJC4550.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC240.PPD]
- CopyFiles=@BJC240.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC4200.PPD]
- CopyFiles=@BJC4200.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC7000.PPD]
- CopyFiles=@BJC7000.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC4300.PPD]
- CopyFiles=@BJC4300.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC250.PPD]
- CopyFiles=@BJC250.PPD,BJRSTR
- DataSection=BJRSTR_DATA
-
- [BJC80.PPD]
- CopyFiles=@BJC80.PPD,BJRSTR
- DataSection=BJRSTR_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).
- ;
-
- [BJRSTR]
- BJRSTR.DLL
- BJRSTRUI.DLL
- BJUMPD.DLL
- BJRSTRUI.HLP
- BJRSTRUI.CNT
-
- ;
- ; Data Sections
- ;
- ; These sections contain data that is shared between devices.
- ;
-
- [BJRSTR_DATA]
- DriverFile=BJRSTR.DLL
- ConfigFile=BJRSTRUI.DLL
- HelpFile=BJRSTRUI.HLP
-
- ;
- ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
- ; (depending on which environment drivers are getting installed)
- ;
-
- [DestinationDirs]
- DefaultDestDir=66000
-
- ;
- ; Control Flags
- ;
- [ControlFlags]
- ExcludeFromSelect = 2369
-
- ;
- ; Localizable Strings
- ;
- [Strings]
- CANON="Canon"
-
-
-