sdm3x.inf Driver File Contents (B1163w_Windows_V1.03_Applications.zip)

; Copyright 2013 Dell. ALL right reserved.

[Version]
Signature="$Windows NT$"
Class=Printer
Provider=%PROVIDER%
CatalogFile=sdm3x.cat
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
DriverVer=06/01/2013, 3.03.10.00
DriverIsolation=2

;
; The Manufacturer section lists all of the manufacturers that we will	
; display in the Dialog box

[Manufacturer]
%PROVIDER%=MODEL,ntx86.6.0,ntamd64.6.0

; Model section
[MODEL]

; Model section for ntx86	
[MODEL.ntx86.6.0]
"Dell B1163w Mono MFP XPS" = DRVINSTALL, LPTENUM\DellB1163w_Mono_MFP3226
"Dell B1163w Mono MFP XPS" = DRVINSTALL, USBPRINT\DellB1163w_Mono_MFP3226
"Dell B1163w Mono MFP XPS" = DRVINSTALL, WSDPRINT\DellB1163w_Mono_MFP3226

; Model section for ntamd64
[MODEL.ntamd64.6.0]
"Dell B1163w Mono MFP XPS" = DRVINSTALL, LPTENUM\DellB1163w_Mono_MFP3226
"Dell B1163w Mono MFP XPS" = DRVINSTALL, USBPRINT\DellB1163w_Mono_MFP3226
"Dell B1163w Mono MFP XPS" = DRVINSTALL, WSDPRINT\DellB1163w_Mono_MFP3226

[OEM URLS]
%PROVIDER% = "http://www.dell.com//"

;
; Installer Sections
;
; These sections control file installation, and reference all files that
; need to be copied. If the section name will be assumed to be the driver
; file, unless there is an explicit DriverFile section listed.
;
[DRVINSTALL.ntx86]
AddReg=LITESM_ADDREG_NTX86
CopyFiles=DRVFILES,LANGMONFILES,COINSTFILES
Include=ntprint.inf
Needs=xpsdrv.oem
DataSection=DRVCONFIG

[DRVINSTALL.ntamd64]
AddReg=LITESM_ADDREG_NTAMD64
CopyFiles=DRVFILES,LANGMONFILES,COINSTFILES
Include=ntprint.inf
Needs=xpsdrv.oem
DataSection=DRVCONFIG

;
; Data Sections
;
; These sections contain data that is shared between devices.
;
[DRVCONFIG]
DriverFile=mxdwdrv.dll
ConfigFile=sdm3xdu.dll
DataFile=sdm3xpp.dll
HelpFile=sdm3xen.chm
LanguageMonitor="sdm3x Langmon,sdm3xlm.dll"

;
; Co-Installer Sections
;
; These sections contain data that is co-installer
;
[DRVINSTALL.ntx86.CoInstallers]
AddReg=COINST_ADDREG
CopyFiles=COINSTFILES

[DRVINSTALL.ntamd64.CoInstallers]
AddReg=COINST_ADDREG
CopyFiles=COINSTFILES

;
; AddReg Sections
;
; These sections contain data that is registered to the specified registry
;
[COINST_ADDREG]
HKR,,CoInstallers32,0x10000,"sdm3xci.dll,CoDeviceInstall"

[LITESM_ADDREG_NTX86]
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUID_LITESM%",AppName,0x00000000,sdm3xsm.exe
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUID_LITESM%",AppPath,0x00000000,"%51%\drivers\w32x86\3"
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUID_LITESM%",Policy,0x00010001,3

[LITESM_ADDREG_NTAMD64]
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUID_LITESM%",AppName,0x00000000,sdm3xsm.exe
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUID_LITESM%",AppPath,0x00000000,"%51%\drivers\x64\3"
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUID_LITESM%",Policy,0x00010001,3

;------------------------------------------------------

; 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)
;
[LANGMONFILES]
sdm3xlm.dll,  itdrvlm.dll
sdm3xlm.smt

[COINSTFILES]
sdm3xci.dll,  coinst.dll
sdm3xci.exe,  coinst.exe

[DRVFILES]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Driver Core files and DLLs and Other files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xdu.dll,  itdrvdu.dll
sdm3xuc.dll,  itdrvuc.dll
sdm3xur.dll,  itdrvur.dll
sdm3xpp.dll,  itdrvpp.dll
sdm3xo.dll,   itdrvo.dll
sdm3xf.xml, itdrvf.xml

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; FrameBuffer files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xlf.dll,  itdrvlf.dll
sdm3xum.dll,  itdrvum.dll
sdm3xum.xml,  itdrvum.xml

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SmartCMS files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xsc.dll,  itdrvsc.dll
sdm3xsc.cts

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Manual Duplex files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;sdm3xm.dll,   itdrvm.dll
;sdm3xex.exe,  itdrvex.exe
;sdm3xm1.bmp,  itdrvm1.bmp
;sdm3xm2.bmp,  itdrvm2.bmp
;sdm3xm3.bmp,  itdrvm3.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Lite Status Monitor files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xsm.exe,  itdrvsm.exe
sdm3xsm.trs,  itdrvsm.trs
sdm3xsm.xml,  itdrvsm.xml
sdm3xsm.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; MUI files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xmu.dll,  itdrvmu.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; DCU files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xcu.dll,  itdrvcu.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent script files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xc.xml
sdm3xp.xml
sdm3xpp.ver

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Bmp files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xyc.bmp,  itdrvyc.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Color bitmap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent bitmap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;sdm3xu.bmp
;sdm3xu1.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SNMP files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xio.dll,  itdrvio.dll
sdm3xn.dll,   itdrvn.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; CrAL files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;sdm3xal.dll,  itdrval.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Web agreement
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;sdm3xDR.exe,    itdrvDR.exe
;sdm3xUA.dll,	itdrvUA.dll
;sdm3xUA.xml,	itdrvUA.xml

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Localized XML files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xcp.xml,  itdrvcp.xml
sdm3xen.xml,  itdrven.xml
sdm3xfn.xml,  itdrvfn.xml
sdm3xsp.xml,  itdrvsp.xml

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Help files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xcp.chm,  itdrvcp.chm
sdm3xen.chm,  itdrven.chm
sdm3xfn.chm,  itdrvfn.chm
sdm3xsp.chm,  itdrvsp.chm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; XPS Driver Filter files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xpj.dll,  xdrvpj.dll
sdm3xst.dll,  xdrvst.dll
sdm3xzr.dll,  xdrvzr.dll
sdm3xzo.dll,  xdrvzo.dll
sdm3xzd.dll,  xdrvzd.dll
sdm3x-PipelineConfig.xml

;
; Color profiles go to the colors directory.  All other files to the the
; system directory
;

[DestinationDirs]
DefaultDestDir=66000
LANGMONFILES=66002
COINSTFILES=66002

[SourceDisksNames]
5 = %DISK_NAME%,,,"Common\help"
4 = %DISK_NAME%,,,"Common\string"
1=%DISK_NAME%,,,
2=%DISK_NAME%,,,common
3=%DISK_NAME%,,,i386

[SourceDisksNames.amd64]
5 = %DISK_NAME%,,,"Common\help"
4 = %DISK_NAME%,,,"Common\string"
1=%DISK_NAME%,,,
2=%DISK_NAME%,,,common
3=%DISK_NAME%,,,amd64

[SourceDisksFiles]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Driver Core files and DLLs and Other files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvdu.dll     = 3
itdrvuc.dll     = 3
itdrvur.dll     = 3
itdrvpp.dll     = 3
itdrvo.dll      = 3
itdrvf.xml      = 2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; FrameBuffer files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvlf.dll     = 3
itdrvum.dll     = 3
itdrvum.xml     = 2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SmartCMS files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvsc.dll     = 3
sdm3xsc.cts     = 2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Manual Duplex files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;itdrvm.dll      = 3
;itdrvex.exe     = 3
;itdrvm1.bmp     = 3
;itdrvm2.bmp     = 3
;itdrvm3.bmp     = 3

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Lite Status Monitor files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvsm.exe     = 2
itdrvsm.trs     = 2
itdrvsm.xml     = 2
sdm3xsm.bmp     = 2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; MUI files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvmu.dll     = 3

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; DCU files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvcu.dll    = 3

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent script files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sdm3xc.xml      = 1
sdm3xp.xml      = 1
sdm3xpp.ver     = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Bmp files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvyc.bmp     = 2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Color bitmap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent bitmap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;sdm3xu.bmp      = 2
;sdm3xu1.bmp     = 2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SNMP files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvio.dll     = 3
itdrvn.dll      = 3

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; CrAL files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;itdrval.dll     = 3

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Web agreement
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;itdrvDR.exe = 3
;itdrvUA.dll = 3
;itdrvUA.xml = 2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Localized XML files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvcp.xml		= 4
itdrven.xml		= 4
itdrvfn.xml		= 4
itdrvsp.xml		= 4

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Help files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvcp.chm		= 5
itdrven.chm		= 5
itdrvfn.chm		= 5
itdrvsp.chm		= 5

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; COINSTFILES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
coinst.dll      = 3
coinst.exe      = 3

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; LANGMONFILES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvlm.dll     = 3
sdm3xlm.smt     = 3

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PRPROCFILES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; FILTER files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xdrvpj.dll	   = 3
xdrvst.dll     = 3
xdrvzr.dll     = 3
xdrvzo.dll     = 3
xdrvzd.dll     = 3
sdm3x-PipelineConfig.xml = 1

[Strings]
PROVIDER="Dell"
DISK_NAME="Dell Printer Driver Installation CD"
GUID_LITESM="{7E5111FA-816C-41D7-B697-DFC33BE93E38}"
Download Driver Pack

How To Update Drivers Manually

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.

server: web1, load: 1.72