[Version] Signature="$CHICAGO$" Class=Printer Provider=%MS% LayoutFile=layout.inf ; ; The Manufacturer section lists all of the manufacturers that we will ; display in the Dialog box [Manufacturer] "NEC" ; ; 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. ; [NEC] "NEC Pinwriter P2X" = NEC24PIN.DRV, LPTENUM\NECPinwriter_P2XA2F7, NECPinwriter_P2XA2F7 "NEC Pinwriter P72X" = NEC24PIN.DRV, LPTENUM\NECPinwriter_PX2XB334, NECPinwriter_P72XB334 "NEC Pinwriter CP6" =NEC24PIN.DRV, NEC_Pinwriter_CP6 "NEC Pinwriter CP7" =NEC24PIN.DRV, NEC_Pinwriter_CP7 "NEC Pinwriter P2200" =NEC24PIN.DRV, NEC_Pinwriter_P2200 "NEC Pinwriter P2plus" =NEC24PIN.DRV, NEC_Pinwriter_P2plus "NEC Pinwriter P5XL" =NEC24PIN.DRV, NEC_Pinwriter_P5XL "NEC Pinwriter P6" =NEC24PIN.DRV, NEC_Pinwriter_P6 "NEC Pinwriter P6plus" =NEC24PIN.DRV, NEC_Pinwriter_P6plus "NEC Pinwriter P7" =NEC24PIN.DRV, NEC_Pinwriter_P7 "NEC Pinwriter P7plus" =NEC24PIN.DRV, NEC_Pinwriter_P7plus "NEC Pinwriter P9XL" =NEC24PIN.DRV, NEC_Pinwriter_P9XL "NEC Pinwriter P20" =NEC24PIN.DRV, NEC_Pinwriter_P20 "NEC Pinwriter P2Q" =NEC24PIN.DRV, NEC_Pinwriter_P2Q "NEC Pinwriter P30" =NEC24PIN.DRV, NEC_Pinwriter_P30 "NEC Pinwriter P22Q" =NEC24PIN.DRV, NEC_Pinwriter_P22Q "NEC Pinwriter P32Q" =NEC24PIN.DRV, NEC_Pinwriter_P32Q "NEC Pinwriter P60" =NEC24PIN.DRV, NEC_Pinwriter_P60 "NEC Pinwriter P70" =NEC24PIN.DRV, NEC_Pinwriter_P70 "NEC Pinwriter P90" =NEC24PIN.DRV, NEC_Pinwriter_P90 "NEC Pinwriter P42" =NEC24PIN.DRV, NEC_Pinwriter_P42 "NEC Pinwriter P52" =NEC24PIN.DRV, NEC_Pinwriter_P52 "NEC Pinwriter P62" =NEC24PIN.DRV, NEC_Pinwriter_P62 "NEC Pinwriter P72" =NEC24PIN.DRV, NEC_Pinwriter_P72 ; ; 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. ; [NEC24PIN.DRV] CopyFiles=@NEC24PIN.DRV,UNICLR 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). ; [FINSTALL] FINSTALL.DLL FINSTALL.HLP [PSCRIPT] PSCRIPT.DRV PSCRIPT.HLP PSCRIPT.INI TESTPS.TXT APPLE380.SPD FONTS.MFM ICONLIB.DLL PSMON.DLL [UNI] UNIDRV.DLL UNIDRV.HLP ICONLIB.DLL [UNICLR] UNIDRV.DLL UNIDRV.HLP DMCOLOR.DLL ICONLIB.DLL ; ; Data Sections ; ; These sections contain data that is shared between devices. ; [PSCRIPT_DATA] DriverFile=PSCRIPT.DRV HelpFile=PSCRIPT.HLP LanguageMonitor=%PS_MONITOR% [UNI_DATA] HelpFile=UNIDRV.HLP DefaultDataType=EMF ; ; Color profiles go to the colors directory. All other files go to the ; system directory ; ; ; Localizable Strings ; [Strings] MS="Microsoft" PS_MONITOR="PostScript Language Monitor,PSMON.DLL"