📄 nedimageprinter.inf
字号:
; OEMDLL.INF
;
; INF file for OEM DLL Customization samples
;
; Copyright 1999 Microsoft Corporation
[Version]
Signature="$Windows NT$"
Provider=%MS%
LayoutFile=ntprint.inf
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
DriverVer=11/18/1999
;
; Manufacturer section.
;
; This section lists all of the manufacturers
; that we will display in the Dialog box
;
[Manufacturer]
"Northeast Data Corp."
;
; 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.
;
[Northeast Data Corp.]
"NED Image Printer" = NT5_OEMUNI
;
; 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.
;
[NT5_OEMUNI]
CopyFiles=@NEDIP.GPD
CopyFiles=@NEDIP.INI
CopyFiles=OEMUNI
CopyFiles=ExitDir
DataSection=UNIDRV_DATA
DataFile=NEDIP.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM
; 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).
;
; May need to modify this [PSCRIPT4] and [UNIDRV4] sections to comply
; with the actual released names of the of the NT 5 core drivers back ported to NT 4.
[OEMUNI]
NEDIPDRV.DLL
NEDIP.DLL
NEDRES.DLL
[ExitDir]
EXIT32.DLL
[SourceDisksFiles]
nedipdrv.dll = 1,,,,,,,11,3
nedip.dll = 1,,,,,,,11,3
NEDIP.gpd = 1,,,,,,,11,3
nedres.dll = 1,,,,,,,11,3
STDNAMES.GPD = 1,,,,,,,11,3
EXIT32.DLL = 1,,,,,,,11,3
;
; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
; (depending on which environment drivers are getting installed)
;
[DestinationDirs]
DefaultDestDir=66000
ExitDir=11
;
; Control Flags
;
[ControlFlags]
ExcludeFromSelect = 2369
;
; Localizable Strings
;
[Strings]
MS="Northeast Data Corp."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -