Changes

Jump to: navigation, search

Printer configuration

60 bytes added, 19:29, 12 March 2008
m
no edit summary
If it prints, add a line like this to <code>/home/samba/unattended/packages/wpkg/wpkg-start.bat</code> (the batch file where the WPKG is started):
<source lang="dos">
rundll32 printui.dll,PrintUIEntry /q /y /ga /in /n \\server\kyocera
</source>
with the appropriate servername and printername.
To install a printer on certain workstations only, a WPKG entry like below could be used:
<source lang="xml"><package
id="printer-kyocera"
name="Kyocera printer">
 
<install cmd='rundll32 printui.dll,PrintUIEntry /q /y /ga /in /n \\server\kyocera' />
</package></source>
This ensures that it will be executed each time the workstation is booted.

Navigation menu