Changes

Printer configuration

460 bytes added, 13:17, 29 November 2008
printmig
</packages>
</source>
 
= The lazy way =
 
... or you could use printmig ...
All you need to do is install the printers on one machine and export them from printmig... You will get a nice cab file this way...
 
<source lang="xml">
<packages>
<package
id="printer"
name="printer"
revision="0"
reboot="postponed"
priority="5"
execute="once">
<install cmd="%SOFTWARE%\printer\printmig.exe -i -r %SOFTWARE%\printer\printer.cab" />
</package>
</packages>
</source>
 
 
More silent printer installation options [http://www.msfn.org/board/lofiversion/index.php/t43120.html here].
58
edits