Msbatch.inf Parameters: Installing PrintersLast reviewed: December 12, 1996Article ID: Q157866 |
The information in this article applies to:
SUMMARYThis article describes how to install printers using the Msbatch.inf file for batch installations of Windows 95.
MORE INFORMATIONMicrosoft does not encourage or support changes to .inf files; therefore, Microsoft Technical Support does not support the procedure in this article. Although we have tested the following procedure and it appears to function as described, make a backup copy of your .inf file before you proceed. In the Msbatch.inf file, modify the [printers] section to select printers to be installed during Setup. The following sections illustrate various printer selections.
No PrinterIf you do not want to install a printer, make sure the [printers] section exists but contains no entries.
Local PrintersMyPrinter=HP LaserJet IIIsi,LPT1 This entry specifies the friendly name of the printer (MyPrinter), the name of the printer from the Msprint.inf file (HP LaserJet IIISi), and the port to which it is connected.
Network PrintersNetworkprinter=HP LaserJet IIIsi,\\<printserver>\<printer> This entry specifies the friendly name (Networkprinter), the name of the printer from the Msprint.inf file (HP LaserJet IIISi), and the server and share name for the print queue.
|
KBCategory: kbsetup kbprint
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |