Unattended Printer Installation
Here is a Script to deploy a printer driver unattended (also drivers not included in the windows driver database, like Adobe PS, Adobe PDF):
[font="Courier New"]copy AD2KREGP.DLL "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
copy ADPDF6.PPD "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
copy Ps5ui.dll "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
copy Pscript.hlp "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
copy PSCRIPT5.DLL "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
GPSETUP.EXE /install Q:\APPS\ACROPRO\PRINTER.INI
Where GPSETUP.EXE is a generic Printer Setup Programm of mine.
This script also solves the unattended AcroPro Installation on WinXP SP2.
[font="Courier New"]copy AD2KREGP.DLL "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
copy ADPDF6.PPD "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
copy Ps5ui.dll "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
copy Pscript.hlp "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
copy PSCRIPT5.DLL "%SystemRoot%\System32\spool\DRIVERS\W32X86\*.*" >NUL
GPSETUP.EXE /install Q:\APPS\ACROPRO\PRINTER.INI
Where GPSETUP.EXE is a generic Printer Setup Programm of mine.
This script also solves the unattended AcroPro Installation on WinXP SP2.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
MSIMaker
20 years ago
Posted by:
Cooper
20 years ago
Posted by:
mickman
20 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.