sst3m.inf Driver File Contents (SPL_MONO.zip)

; Copyright 2010 Samsung. ALL right reserved.

[Version]
Signature="$Windows NT$"
Class=Printer
Provider=%PROVIDER%
CatalogFile = sst3m.cat
DriverVer=06/22/2011, 3.11.34.00
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}

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

[Manufacturer]
%PROVIDER% = MODEL,NTx86,NTx86.6.0

; Model section for Windows 2000 and XP
[MODEL]
"Samsung CLP-320 Series (Mono)" = DRVINSTALL, USBPRINT\SamsungCLP-320_Serie17BF

[MODEL.NTx86]
"Samsung CLP-320 Series (Mono)" = DRVINSTALL, USBPRINT\SamsungCLP-320_Serie17BF

[MODEL.NTx86.6.0]
"Samsung CLP-320 Series (Mono)" = DRVINSTALL.NTx86.6.0, USBPRINT\SamsungCLP-320_Serie17BF

[OEM URLS]
%PROVIDER% = "http://www.samsungelectronics.com/printer/support/index.html"

;
; 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.
;

; Installation section for Win2000 and XP
[DRVINSTALL]
CopyFiles=DRVFILES,LANGMONFILES,COINSTFILES,PRPROCFILES
DataSection=DRVCONFIG
DataFile=sst3mpp.dll

[DRVINSTALL.NTx86.6.0]
CopyFiles=DRVFILES,LANGMONFILES,COINSTFILES,PRPROCFILES
DataSection=DRVCONFIG
DataFile=sst3mpp.dll
AddReg = DRVINSTALL.NTx86.6.0.AddReg

[DRVINSTALL.NTx86.6.0.AddReg]
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUIDEX%",AppName,0x00000000,sst3mex.exe
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUIDEX%",AppPath,0x00000000,"%51%\drivers\w32x86\3"
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUIDEX%",Policy,0x00010001,3

HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUIDSM%",AppName,0x00000000,sst3msm.exe
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUIDSM%",AppPath,0x00000000,"%51%\drivers\w32x86\3"
HKLM,"SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\%GUIDSM%",Policy,0x00010001,3

;
; Data Sections
;
; These sections contain data that is shared between devices.
;
[DRVCONFIG]
DriverFile=sst3m.dll
ConfigFile=sst3mdu.dll
HelpFile=sst3men.chm
LanguageMonitor="SST3M Langmon,sst3ml3.dll"
PrintProcessor="SST3MPC,sst3mpc.dll"

[DRVINSTALL.CoInstallers] 
AddReg=COINST.AddReg 
CopyFiles=COINSTFILES

[DRVINSTALL.NTx86.6.0.CoInstallers] 
AddReg=COINST.AddReg 
CopyFiles=COINSTFILES

[COINST.AddReg]
HKR,,CoInstallers32,0x10000,"sst3mci.dll,CoDeviceInstall"

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

; 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]
sst3ml3.dll
sst3ml3.smt

[PRPROCFILES]
sst3mpc.dll,  itdrvpc.dll

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

[DRVFILES]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Driver Core files and DLLs and Other files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3m.dll,    itdrv.dll
sst3mdu.dll,  itdrvdu.dll
sst3muc.dll,  itdrvuc.dll
sst3mur.dll,  itdrvur.dll
sst3mpp.dll,  itdrvpp.dll
sst3mo.dll,   itdrvo.dll
sst3mf.xml, itdrvf.xml

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; FrameBuffer files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mlf.dll,  itdrvlf.dll
sst3mum.dll,  itdrvum.dll
sst3mum.xml,  itdrvum.xml

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SmartCMS files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3msc.cts
sst3msc.dll,  itdrvsc.dll
sst3msf.dll,  itdrvsf.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Manual Duplex files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mm.dll,   itdrvm.dll
sst3mex.exe,  itdrvex.exe
sst3mm1.bmp,  itdrvm1.bmp
sst3mm2.bmp,  itdrvm2.bmp
sst3mm3.bmp,  itdrvm3.bmp

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


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent script files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mc.xml
sst3mp.xml
sst3mpp.ver

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Bmp files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mlc.bmp,  itdrvlc.bmp
sst3myc.bmp, itdrvyc.bmp
sst3mxc.bmp, itdrvxc.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent bitmap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mu.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SNMP files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mio.dll,  itdrvio.dll
sst3mn.dll,   itdrvn.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; AMPV
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mam.exe,	itdrvAM.exe

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Web agreement
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mDR.exe,    itdrvDR.exe
sst3mUA.dll,	itdrvUA.dll
sst3mUA.xml,	itdrvUA.xml

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Localized XML files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mab.xml,  itdrvab.xml 
sst3mbp.xml,  itdrvbp.xml 
sst3mcp.xml,  itdrvcp.xml
sst3mct.xml,  itdrvct.xml
sst3mcz.xml,  itdrvcz.xml
sst3mdn.xml,  itdrvdn.xml 
sst3mdt.xml,  itdrvdt.xml 
sst3men.xml,  itdrven.xml 
sst3mfi.xml,  itdrvfi.xml 
sst3mfn.xml,  itdrvfn.xml 
sst3mgr.xml,  itdrvgr.xml 
sst3mhb.xml,  itdrvhb.xml 
sst3mhu.xml,  itdrvhu.xml
sst3mit.xml,  itdrvit.xml 
sst3mkr.xml,  itdrvkr.xml 
sst3mnr.xml,  itdrvnr.xml 
sst3mpo.xml,  itdrvpo.xml 
sst3mpt.xml,  itdrvpt.xml 
sst3mru.xml,  itdrvru.xml 
sst3msp.xml,  itdrvsp.xml 
sst3msw.xml,  itdrvsw.xml 
sst3mtk.xml,  itdrvtk.xml 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Help files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mab.chm,  itdrvab.chm 
sst3mbp.chm,  itdrvbp.chm 
sst3mcp.chm,  itdrvcp.chm
sst3mct.chm,  itdrvct.chm
sst3mcz.chm,  itdrvcz.chm
sst3mdn.chm,  itdrvdn.chm 
sst3mdt.chm,  itdrvdt.chm 
sst3men.chm,  itdrven.chm 
sst3mfi.chm,  itdrvfi.chm 
sst3mfn.chm,  itdrvfn.chm 
sst3mgr.chm,  itdrvgr.chm 
sst3mhb.chm,  itdrvhb.chm 
sst3mhu.chm,  itdrvhu.chm
sst3mit.chm,  itdrvit.chm 
sst3mkr.chm,  itdrvkr.chm 
sst3mnr.chm,  itdrvnr.chm 
sst3mpo.chm,  itdrvpo.chm 
sst3mpt.chm,  itdrvpt.chm 
sst3mru.chm,  itdrvru.chm 
sst3msp.chm,  itdrvsp.chm 
sst3msw.chm,  itdrvsw.chm 
sst3mtk.chm,  itdrvtk.chm 


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

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

[SourceDisksNames]
1 = %DISK_NAME%,,,

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

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; FrameBuffer files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvlf.dll     = 1
itdrvum.dll     = 1
itdrvum.xml     = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SmartCMS files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3msc.cts     = 1
itdrvsc.dll     = 1
itdrvsf.dll     = 1

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

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Lite Status Monitor files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvsm.exe     = 1
itdrvsm.trs     = 1
itdrvsm.xml     = 1
sst3msm.bmp     = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent script files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mc.xml	= 1
sst3mp.xml	= 1
sst3mpp.ver	= 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Bmp files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvlc.bmp     = 1
itdrvyc.bmp    = 1
itdrvxc.bmp    = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent bitmap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3mu.bmp		= 1

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

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; AMPV
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvAM.exe		= 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Web agreement
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvDR.exe = 1
itdrvUA.dll = 1
itdrvUA.xml = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Localized XML files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvab.xml 	= 1
itdrvbp.xml 	= 1
itdrvcp.xml 	= 1
itdrvct.xml 	= 1
itdrvcz.xml 	= 1
itdrvdn.xml 	= 1
itdrvdt.xml 	= 1
itdrven.xml 	= 1
itdrvfi.xml 	= 1
itdrvfn.xml 	= 1
itdrvgr.xml 	= 1
itdrvhb.xml 	= 1
itdrvhu.xml 	= 1
itdrvit.xml 	= 1
itdrvkr.xml 	= 1
itdrvnr.xml 	= 1
itdrvpo.xml 	= 1
itdrvpt.xml 	= 1
itdrvru.xml 	= 1
itdrvsp.xml 	= 1
itdrvsw.xml 	= 1
itdrvtk.xml 	= 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Help files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvab.chm 	= 1
itdrvbp.chm 	= 1
itdrvcp.chm 	= 1
itdrvct.chm 	= 1
itdrvcz.chm 	= 1
itdrvdn.chm 	= 1
itdrvdt.chm 	= 1
itdrven.chm 	= 1
itdrvfi.chm 	= 1
itdrvfn.chm 	= 1
itdrvgr.chm 	= 1
itdrvhb.chm 	= 1
itdrvhu.chm 	= 1
itdrvit.chm 	= 1
itdrvkr.chm 	= 1
itdrvnr.chm 	= 1
itdrvpo.chm 	= 1
itdrvpt.chm 	= 1
itdrvru.chm 	= 1
itdrvsp.chm 	= 1
itdrvsw.chm 	= 1
itdrvtk.chm 	= 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; COINSTFILES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
coinst.dll      = 1 
coinst.exe      = 1 
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; LANGMONFILES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
sst3ml3.dll     = 1
sst3ml3.smt     = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PRPROCFILES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvpc.dll     = 1

[Strings]
PROVIDER = "Samsung"
DISK_NAME = "Samsung Printer Driver Installation CD"
GUIDEX = "{56E4F208-AD30-48fa-BC6C-E05CF11E86FA}"
GUIDSM = "{EEB31417-BCA4-4558-AF4F-41D6A552B3F6}"
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: web5, load: 0.68