Jump to content

Instalar .inf desde linea de comandos


Balbis

Recommended Posts

Hola que tal, queria saber como puedo hacer para instalar un "inf" desde la linea de comandos. Ya busque por la red, pero no lo eh logrado.

Este es el Inf.

[Version]
Signature="$Windows NT$"
Class=Printer
Provider=%PROVIDER%
CatalogFile = xrxs1.cat
DriverVer=04/13/2007, 3.04.05
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, ntamd64

; Model section for Windows 2000 and XP
[MODEL.ntamd64]
"Xerox Phaser 3117" = DRVINSTALL, LPTENUM\XeroxPhaser_3117872C
"Xerox Phaser 3117" = DRVINSTALL, USBPRINT\XeroxPhaser_3117872C

[OEM URLS]
%PROVIDER% = "http://office.xerox.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.
;

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

;
; Data Sections
;
; These sections contain data that is shared between devices.
;
[DRVCONFIG]
DriverFile=xrxs1.dll
ConfigFile=xrxs1du.dll
LanguageMonitor="XRXS1 Langmon,xrxs1l6.dll"
PrintProcessor="XRXS1PC,xrxs1pc.dll"

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

[COINST.AddReg]
HKR,,CoInstallers32,0x10000,"xrxs1ci.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]
xrxs1l6.dll
xrxs1l6.smt

[PRPROCFILES]
xrxs1pc.dll, itdrvpc.dll

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

[DRVFILES]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Driver Core files and DLLs and Other files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1.dll, itdrv.dll
xrxs1du.dll, itdrvdu.dll
xrxs1pp.dll, itdrvpp.dll
xrxs1u.dll, itdrvu.dll
xrxs1u2.dll, itdrvu2.dll
xrxs1o.dll, itdrvo.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; FrameBuffer files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1cm.dll, itdrvcm.dll
xrxs1lf.dll, itdrvlf.dll
xrxs1um.dll, itdrvum.dll
xrxs1um.xml, itdrvum.xml
xrxs1cm.ctd, itdrvcm.ctd

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Manual Duplex files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1m.dll, itdrvm.dll
xrxs1ex.exe, itdrvex.exe
xrxs1m1.bmp, itdrvm1.bmp
xrxs1m2.bmp, itdrvm2.bmp
xrxs1m3.bmp, itdrvm3.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model specific script files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1pp.ver
xrxs1u.ini

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Bmp files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1uy.bmp, itdrvuy.bmp
xrxs1uz.bmp, itdrvuz.bmp
xrxs1ul.bmp, itdrvul.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Color bitmap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model dependent bitmap
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1u.bmp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SNMP files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Dat files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1bp.dat, itdrvbp.dat
xrxs1cp.dat, itdrvcp.dat
xrxs1cz.dat, itdrvcz.dat
xrxs1en.dat, itdrven.dat
xrxs1fn.dat, itdrvfn.dat
xrxs1hb.dat, itdrvhb.dat
xrxs1hu.dat, itdrvhu.dat
xrxs1po.dat, itdrvpo.dat
xrxs1ru.dat, itdrvru.dat
xrxs1sp.dat, itdrvsp.dat
xrxs1tk.dat, itdrvtk.dat

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Help files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1bp.chm, itdrvbp.chm
xrxs1cp.chm, itdrvcp.chm
xrxs1cz.chm, itdrvcz.chm
xrxs1en.chm, itdrven.chm
xrxs1fn.chm, itdrvfn.chm
xrxs1hb.chm, itdrvhb.chm
xrxs1hu.chm, itdrvhu.chm
xrxs1po.chm, itdrvpo.chm
xrxs1ru.chm, itdrvru.chm
xrxs1sp.chm, itdrvsp.chm
xrxs1tk.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
itdrvpp.dll = 1
itdrvu.dll = 1
itdrvu2.dll = 1
itdrvo.dll = 1

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

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

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Model specific script files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1u.ini = 1
xrxs1pp.ver = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Bmp files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvuy.bmp = 1
itdrvuz.bmp = 1
itdrvul.bmp = 1

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

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

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SNMP files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Dat files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvbp.dat = 1
itdrvcp.dat = 1
itdrvcz.dat = 1
itdrven.dat = 1
itdrvfn.dat = 1
itdrvhb.dat = 1
itdrvhu.dat = 1
itdrvpo.dat = 1
itdrvru.dat = 1
itdrvsp.dat = 1
itdrvtk.dat = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Help files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itdrvbp.chm = 1
itdrvcp.chm = 1
itdrvcz.chm = 1
itdrven.chm = 1
itdrvfn.chm = 1
itdrvhb.chm = 1
itdrvhu.chm = 1
itdrvpo.chm = 1
itdrvru.chm = 1
itdrvsp.chm = 1
itdrvtk.chm = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; COINSTFILES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
coinst.dll = 1
coinst.exe = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; LANGMONFILES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
xrxs1l6.dll = 1
xrxs1l6.smt = 1

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

[Strings]
PROVIDER = "Xerox"
DISK_NAME = "Xerox Printer Driver Installation CD"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...