General discussion

  • Creator
    Topic
  • #2075586

    Unattended setup of local printer

    Locked

    by edrox ·

    Hi,

    I want to unattended setup my local printer.
    It is a Lexmark printer which is gonna be connected to LPT-1

    Anybody any advice?

    Thanks in advance,
    Eduard de Vries

All Comments

  • Author
    Replies
    • #3784457

      Unattended setup of local printer

      by erikdr ·

      In reply to Unattended setup of local printer

      You’re leaving out quite some relevant details, like the protection of your C: drive for the end-users and your NT policies.
      Generally speaking, the C: drive and the registry are too much secured (by the organisational policy, not by NT defaults) for an end-user to install a printer driver manually so also to do it unattended. So you’ll need:
      – a SW distrib package which can run under a service account. SMS, ZENWorks, Intel LANDesk, Veritas WinInstall there are many
      – a way to make the printer setup unattended. If Lexmark doesn’t do it (expected – even HP doesn’t) then the solution is a snapshot in the sw distrib package. Or MS SysDiff if you don’t want to pay for this package, but then you have the security rights problem.

      Hope thishelps,

      / The Netherlands

    • #3784323

      Unattended setup of local printer

      by dc1 ·

      In reply to Unattended setup of local printer

      Do a runonce at the end of the unattended setup to call a batch file. In that batch file call SCRIPTIT and create a script that goes thru screens and adds the printer. This is no a pretty way to do it but it has been done before.

      • #3784274

        Unattended setup of local printer

        by edrox ·

        In reply to Unattended setup of local printer

        Sometimes, MS just makes you cry.

        But thanks, it is what I needed to know!

Viewing 1 reply thread