Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

97 lines
1.6 KiB

; OEMDLL.INF
;
; INF file for OEM DLL Customization samples
;
; Copyright 1999-2003 Microsoft Corporation
[Version]
Signature="$Windows NT$"
Provider=%MS%
LayoutFile=ntprint.inf
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
DriverVer=10/08/2000
;
; Manufacturer section.
;
; This section lists all of the manufacturers
; that we will display in the Dialog box
;
[Manufacturer]
"Generic"
;
; 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.
;
[Generic]
"Generic / Text Only" = TTY.GPD
;
; 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.
;
[TTY.GPD]
CopyFiles=@TTY.GPD,@TTY.INI, OEMUNI,OEMUI
DataSection=UNIDRV_DATA
DataFile=TTY.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM
; Copy Sections
;
[OEMUNI]
TTY.DLL
[OEMUI]
TTYUI.DLL
; Location of source files not in Layout.inf.
[SourceDisksFiles]
tty.dll = 1
ttyui.dll = 1
ttyui.hlp = 1
;
; 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]
MS="Microsoft"