Deploy printer drivers

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Jonathan
Messages: 9
Registration: Oct 06, 2015 - 12:59

November 3, 2015 - 4:55 PM

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
Attachments
Capture3.JPG
Capture3.JPG (58.24 KB) Viewed 5817 times
Capture2.JPG
Capture2.JPG (82.06 KB) Viewed 5817 times
Capture1.JPG
Capture1.JPG (57.92 KB) Viewed 5817 times
Jonathan
Messages: 9
Registration: Oct 06, 2015 - 12:59

November 3, 2015 - 4:57 PM

Here's the rest... :)
Best regards,
Jonathan LPC2E
Attachments
Capture4b.JPG
Capture4b.JPG (85.12 KB) Viewed 5816 times
Capture4.JPG
Capture4.JPG (156.23 KB) Viewed 5816 times
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

November 3, 2015 - 10:42 PM

Is there an error message or is nothing happening at all?
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

November 4, 2015 - 8:00 AM

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.
Tranquil IT
Jonathan
Messages: 9
Registration: Oct 06, 2015 - 12:59

November 4, 2015 - 10:12

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.
Cédric
Messages: 3
Registration: January 12, 2016 - 10:16

January 12, 2016 - 10:24

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
Locked