Page 1 of 1
Deploy printer drivers
Published: November 3, 2015 - 4:55 PM
by Jonathan
Hello,
I'm contacting you because I'm trying to install a WAPT package to set up three Konica printers. It seems I'm missing something during the installation process.
I'm sending you screenshots in case you can help me find the errors.
Thank you in advance.
Jonathan LPC2E
Re: Deploying printer drivers
Published: November 3, 2015 - 4:57 PM
by Jonathan
Here's the rest...
Best regards,
Jonathan LPC2E
Re: Deploying printer drivers
Published: November 3, 2015 - 10:42 PM
by sfonteneau
Is there an error message or is nothing happening at all?
Re: Deploying printer drivers
Published: November 4, 2015 - 8:00 AM
by htouvet
Apparently, the VBS script uses functions that cannot be "silent" (dialog box, message box...) so the script will remain waiting for user action in the background.
Re: Deploying printer drivers
Published: November 4, 2015 - 10:12 AM
by Jonathan
Yes, there is a timeout issue. It might be due to the user waiting for an action in the background.
I'll look for a solution.
Thank you.
Re: Deploying printer drivers
Published: January 12, 2016 - 10:24 AM
by Cédric
Hello,
take a look at the PnPUtil function (
https://technet.microsoft.com/fr-fr/lib ... s.10).aspx) which is native to Windows 7... You can use PnPUtil to add driver packages, remove driver packages, and list driver packages in the store...
Then, here's the script to add the printer:
http://www.badministrateur.com/fr/node/92
++
Cédric