; D1265f.INF
;
; INF file for Fax Printer Driver
; Windows 2K
; Windows XP 32-bits Edition
; Windows XP 64-bits x64 Edition (AMD)
; Windows Server 2003 32-bits Edition
; Windows Server 2003 64-bits x64 Edition (AMD)
; Windows Vista 32-bits Edition
;
[Version]
Signature="$Windows NT$"
Provider=%Vendorname%
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
DriverVer=09/14/2005
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Manufacturer and Models Sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Manufacturer]
%WhoMakesIt% = Models, NTx86, NTamd64
;
; 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.
;
;Models section for installation on Win9x and Windows 2000
[Models]
%Model% = DriverInstall
[Models.NTx86]
%Model% = DriverInstall
[Models.NTamd64]
%Model% = DriverInstall
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;DDInstall and Related Sections for
; Windows 2K
; Windows XP 32-bits Edition
; Windows Server 2003 32-bits Edition
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[DriverInstall.NTx86]
CopyFiles = DriverDir.NTx86, PortMonDir.NTx86, DriverDirLoc, DriverDirRes
DataSection=DRIVER_DATA.NTx86
PortMonitor = %PortMonitor%,D1265fPort.dll
[DriverDir.NTx86]
D1265fGI.dll
D1265fUI.dll
D1265fShell.dll
D1265fUser.dll
D1265fUserUI.dll
D1265fPhonebook.dll
D1265fMon.exe
D1265fTray.exe
D1265fSendUI.dll
D1265fServer.exe
D1265fEngine.dll
D1265fDevBrowser.dll
D1265fSSMUI.dll
D1265fSSDEVM.dll
;D1265fSSUSBPN.dll
; In Windows XP and later gdiplus.dll from WinSxS folder will be used,
; even if gdiplus.dll is present in DriverDir
gdiplus.dll
[PortMonDir.NTx86]
D1265fPort.dll
[DRIVER_DATA.NTx86]
DriverFile=D1265fGI.dll
ConfigFile=D1265fUI.dll
DataFile=D1265fUI.dll
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;DDInstall and Related Sections for
; Windows XP 64-bits AMD Edition
; Windows Server 2003 64-bits AMD Edition
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[DriverInstall.NTamd64]
CopyFiles = DriverDir.NTamd64, PortMonDir.NTamd64, DriverDirLoc, DriverDirRes
DataSection=DRIVER_DATA.NTamd64
PortMonitor = %PortMonitor%,D1265fPort64.dll
[DriverDir.NTamd64]
D1265fGI64.dll
D1265fUI64.dll
D1265fShell64.dll
D1265fUser64.dll
D1265fUserUI64.dll
D1265fPhonebook64.dll
D1265fMon64.exe
D1265fTray64.exe
D1265fSendUI64.dll
D1265fServer64.exe
D1265fEngine64.dll
D1265fDevBrowser64.dll
D1265fSSMUI64.dll
D1265fSSDEVM64.dll
;D1265fSSUSBP64.dll
[PortMonDir.NTamd64]
D1265fPort64.dll
[DRIVER_DATA.NTamd64]
DriverFile=D1265fGI64.dll
ConfigFile=D1265fUI64.dll
DataFile=D1265fUI64.dll
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Sections for ALL platforms
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Language independent resources placed into Driver Directory
[DriverDirRes]
D1265fLangs.xml
D1265fStyles.xml
;D1265fStyles.ko.xml
D1265fStyles.zh-cn.xml
D1265fCover_Business.tif
D1265fCover_Personal.tif
D1265fCover_Standard.tif
D1265fHelp.chm
D1265fResources.dll
; Localization files see in the end of the file
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copy Sections (for several Windows versions)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[SourceDisksNames]
1 = %Name%,,,
2 = %Name%,,,
[SourceDisksFiles]
D1265fGI.dll = 1,,
D1265fGI64.dll = 2,,
D1265fUI.dll = 1,,
D1265fUI64.dll = 2,,
D1265fPort.dll = 1,,
D1265fPort64.dll = 2,,
D1265fShell.dll = 1,,
D1265fShell64.dll = 2,,
D1265fUser.dll = 1,,
D1265fUser64.dll = 2,,
D1265fUserUI.dll = 1,,
D1265fUserUI64.dll = 2,,
D1265fPhonebook.dll = 1,,
D1265fPhonebook64.dll = 2,,
D1265fMon.exe = 1,,
D1265fMon64.exe = 2,,
D1265fTray.exe = 1,,
D1265fTray64.exe = 2,,
D1265fSendUI.dll = 1,,
D1265fSendUI64.dll = 2,,
D1265fServer.exe = 1,,
D1265fServer64.exe = 2,,
D1265fEngine.dll = 1,,
D1265fEngine64.dll = 2,,
D1265fDevBrowser.dll = 1,,
D1265fDevBrowser64.dll = 2,,
D1265fSSMUI.dll = 1,,
D1265fSSMUI64.dll = 2,,
D1265fSSDEVM.dll = 1,,
;D1265fSSUSBPN.dll = 1,,
D1265fSSDEVM64.dll = 2,,
;D1265fSSUSBP64.dll = 2,,
; International resources
D1265fLangs.xml = 1,,
D1265fStyles.xml = 1,,
;D1265fStyles.ko.xml = 1,,
D1265fStyles.zh-cn.xml = 1,,
D1265fCover_Business.tif = 1,,
D1265fCover_Personal.tif = 1,,
D1265fCover_Standard.tif = 1,,
D1265fHelp.chm = 1,,
D1265fResources.dll = 1,,
;
; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
; (depending on which environment drivers are getting installed)
;
[DestinationDirs]
DefaultDestDir=66000
DriverDir=66000
DriverDirLoc=66000
DriverDirRes=66000
DriverDir.NTx86=66000
DriverDir_ToDelete_x86=66002,spool\drivers\w32x86\3
DriverDir.NTamd64=66000
DriverDir_ToDelete_x64=66002,spool\drivers\w32x64\3
PortMonDir=66002
PortMonDir.NTx86=66002
PortMonDir.NTamd64=66002
PortMonDir_ToDelete=66002
;
; Localizable Strings
;
[Strings]
Name="Network PC Fax Driver Disk"
Vendorname = "Dell"
PortMonitor = "Dell B1265dnf Network PC Fax Port"
WhoMakesIt = "Dell"
Model="Dell B1265dnf Network PC Fax"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Localization files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Korean localization files
;[DriverDirLoc]
;D1265fDevBrowser.ko.xml
;D1265fPhonebook.ko.xml
;D1265fPort.ko.xml
;D1265fUI.ko.xml
;D1265fSendUI.ko.xml
;D1265fShell.ko.xml
;D1265fTray.ko.xml
;D1265fUserUI.ko.xml
;D1265fHelp.ko.chm
;[SourceDisksFiles]
;D1265fDevBrowser.ko.xml = 1,,
;D1265fPort.ko.xml = 1,,
;;D1265fPhonebook.ko.xml = 1,,
;D1265fUI.ko.xml = 1,,
;D1265fSendUI.ko.xml = 1,,
;D1265fShell.ko.xml = 1,,
;D1265fTray.ko.xml = 1,,
;D1265fUserUI.ko.xml = 1,,
;D1265fHelp.ko.chm = 1,,
; German localization files
[DriverDirLoc]
D1265fDevBrowser.de.xml
D1265fPhonebook.de.xml
D1265fPort.de.xml
D1265fUI.de.xml
D1265fSendUI.de.xml
D1265fShell.de.xml
D1265fTray.de.xml
D1265fUserUI.de.xml
D1265fHelp.de.chm
[SourceDisksFiles]
D1265fDevBrowser.de.xml = 1,,
D1265fPort.de.xml = 1,,
D1265fPhonebook.de.xml = 1,,
D1265fUI.de.xml = 1,,
D1265fSendUI.de.xml = 1,,
D1265fShell.de.xml = 1,,
D1265fTray.de.xml = 1,,
D1265fUserUI.de.xml = 1,,
D1265fHelp.de.chm = 1,,
; Italian localization files
[DriverDirLoc]
D1265fDevBrowser.it.xml
D1265fPhonebook.it.xml
D1265fPort.it.xml
D1265fUI.it.xml
D1265fSendUI.it.xml
D1265fShell.it.xml
D1265fTray.it.xml
D1265fUserUI.it.xml
D1265fHelp.it.chm
[SourceDisksFiles]
D1265fDevBrowser.it.xml = 1,,
D1265fPort.it.xml = 1,,
D1265fPhonebook.it.xml = 1,,
D1265fUI.it.xml = 1,,
D1265fSendUI.it.xml = 1,,
D1265fShell.it.xml = 1,,
D1265fTray.it.xml = 1,,
D1265fUserUI.it.xml = 1,,
D1265fHelp.it.chm = 1,,
; Spanish localization files
[DriverDirLoc]
D1265fDevBrowser.es.xml
D1265fPhonebook.es.xml
D1265fPort.es.xml
D1265fUI.es.xml
D1265fSendUI.es.xml
D1265fShell.es.xml
D1265fTray.es.xml
D1265fUserUI.es.xml
D1265fHelp.es.chm
[SourceDisksFiles]
D1265fDevBrowser.es.xml = 1,,
D1265fPort.es.xml = 1,,
D1265fPhonebook.es.xml = 1,,
D1265fUI.es.xml = 1,,
D1265fSendUI.es.xml = 1,,
D1265fShell.es.xml = 1,,
D1265fTray.es.xml = 1,,
D1265fUserUI.es.xml = 1,,
D1265fHelp.es.chm = 1,,
; Russian localization files
;[DriverDirLoc]
;D1265fDevBrowser.ru.xml
;D1265fPhonebook.ru.xml
;D1265fPort.ru.xml
;D1265fUI.ru.xml
;D1265fSendUI.ru.xml
;D1265fShell.ru.xml
;D1265fTray.ru.xml
;D1265fUserUI.ru.xml
;D1265fHelp.ru.chm
;[SourceDisksFiles]
;D1265fDevBrowser.ru.xml = 1,,
;D1265fPort.ru.xml = 1,,
;D1265fPhonebook.ru.xml = 1,,
;D1265fUI.ru.xml = 1,,
;D1265fSendUI.ru.xml = 1,,
;D1265fShell.ru.xml = 1,,
;D1265fTray.ru.xml = 1,,
;D1265fUserUI.ru.xml = 1,,
;D1265fHelp.ru.chm = 1,,
; Dutch localization files
[DriverDirLoc]
D1265fDevBrowser.nl.xml
D1265fPhonebook.nl.xml
D1265fPort.nl.xml
D1265fUI.nl.xml
D1265fSendUI.nl.xml
D1265fShell.nl.xml
D1265fTray.nl.xml
D1265fUserUI.nl.xml
D1265fHelp.nl.chm
[SourceDisksFiles]
D1265fDevBrowser.nl.xml = 1,,
D1265fPort.nl.xml = 1,,
D1265fPhonebook.nl.xml = 1,,
D1265fUI.nl.xml = 1,,
D1265fSendUI.nl.xml = 1,,
D1265fShell.nl.xml = 1,,
D1265fTray.nl.xml = 1,,
D1265fUserUI.nl.xml = 1,,
D1265fHelp.nl.chm = 1,,
; French localization files
[DriverDirLoc]
D1265fDevBrowser.fr.xml
D1265fPhonebook.fr.xml
D1265fPort.fr.xml
D1265fUI.fr.xml
D1265fSendUI.fr.xml
D1265fShell.fr.xml
D1265fTray.fr.xml
D1265fUserUI.fr.xml
D1265fHelp.fr.chm
[SourceDisksFiles]
D1265fDevBrowser.fr.xml = 1,,
D1265fPort.fr.xml = 1,,
D1265fPhonebook.fr.xml = 1,,
D1265fUI.fr.xml = 1,,
D1265fSendUI.fr.xml = 1,,
D1265fShell.fr.xml = 1,,
D1265fTray.fr.xml = 1,,
D1265fUserUI.fr.xml = 1,,
D1265fHelp.fr.chm = 1,,
; Chinese Simplified localization files
[DriverDirLoc]
D1265fDevBrowser.zh-cn.xml
D1265fPhonebook.zh-cn.xml
D1265fPort.zh-cn.xml
D1265fUI.zh-cn.xml
D1265fSendUI.zh-cn.xml
D1265fShell.zh-cn.xml
D1265fTray.zh-cn.xml
D1265fUserUI.zh-cn.xml
D1265fHelp.zh-cn.chm
[SourceDisksFiles]
D1265fDevBrowser.zh-cn.xml = 1,,
D1265fPort.zh-cn.xml = 1,,
D1265fPhonebook.zh-cn.xml = 1,,
D1265fUI.zh-cn.xml = 1,,
D1265fSendUI.zh-cn.xml = 1,,
D1265fShell.zh-cn.xml = 1,,
D1265fTray.zh-cn.xml = 1,,
D1265fUserUI.zh-cn.xml = 1,,
D1265fHelp.zh-cn.chm = 1,,
; Portuguese (Portugal) localization files
[DriverDirLoc]
D1265fDevBrowser.pt-pt.xml
D1265fPhonebook.pt-pt.xml
D1265fPort.pt-pt.xml
D1265fUI.pt-pt.xml
D1265fSendUI.pt-pt.xml
D1265fShell.pt-pt.xml
D1265fTray.pt-pt.xml
D1265fUserUI.pt-pt.xml
D1265fHelp.pt-pt.chm
[SourceDisksFiles]
D1265fDevBrowser.pt-pt.xml = 1,,
D1265fPort.pt-pt.xml = 1,,
D1265fPhonebook.pt-pt.xml = 1,,
D1265fUI.pt-pt.xml = 1,,
D1265fSendUI.pt-pt.xml = 1,,
D1265fShell.pt-pt.xml = 1,,
D1265fTray.pt-pt.xml = 1,,
D1265fUserUI.pt-pt.xml = 1,,
D1265fHelp.pt-pt.chm = 1,,
; Portuguese (Brazlil) localization files
[DriverDirLoc]
D1265fDevBrowser.pt-br.xml
D1265fPhonebook.pt-br.xml
D1265fPort.pt-br.xml
D1265fUI.pt-br.xml
D1265fSendUI.pt-br.xml
D1265fShell.pt-br.xml
D1265fTray.pt-br.xml
D1265fUserUI.pt-br.xml
D1265fHelp.pt-br.chm
[SourceDisksFiles]
D1265fDevBrowser.pt-br.xml = 1,,
D1265fPort.pt-br.xml = 1,,
D1265fPhonebook.pt-br.xml = 1,,
D1265fUI.pt-br.xml = 1,,
D1265fSendUI.pt-br.xml = 1,,
D1265fShell.pt-br.xml = 1,,
D1265fTray.pt-br.xml = 1,,
D1265fUserUI.pt-br.xml = 1,,
D1265fHelp.pt-br.chm = 1,,
; Polish localization files
[DriverDirLoc]
D1265fDevBrowser.pl.xml
D1265fPhonebook.pl.xml
D1265fPort.pl.xml
D1265fUI.pl.xml
D1265fSendUI.pl.xml
D1265fShell.pl.xml
D1265fTray.pl.xml
D1265fUserUI.pl.xml
D1265fHelp.pl.chm
[SourceDisksFiles]
D1265fDevBrowser.pl.xml = 1,,
D1265fPort.pl.xml = 1,,
D1265fPhonebook.pl.xml = 1,,
D1265fUI.pl.xml = 1,,
D1265fSendUI.pl.xml = 1,,
D1265fShell.pl.xml = 1,,
D1265fTray.pl.xml = 1,,
D1265fUserUI.pl.xml = 1,,
D1265fHelp.pl.chm = 1,,
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.