3,217
edits
Changes
m
<source lang="xml"><package
</package></source>
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:
id="printer-kyocera"
name="Kyocera printer">
<install cmd='rundll32 printui.dll,PrintUIEntry /q /y /ga /in /n \\server\kyocera' />
This ensures that it will be executed each time the workstation is booted.