Jump to content

How to make silent installation when driver not justified


Recommended Posts

I'm not sure if you mean not digitally signed or not PackageAware, if it's the latter you can try adding this to the Printers.inf file depending on the architecture of the printer:

For 32-bit drivers add:
[PrinterPackageInstallation.x86]
PackageAware=TRUE

For 64-bit drivers add:
[PrinterPackageInstallation.amd64]
PackageAware=TRUE

If the issue is a digital signature then you could modify your Group Policies although not recommended to allow unsigned drivers.

Link to comment
Share on other sites

You can allow the installation of an unsigned driver using GPO or Local policy :

gpedit.msc
Go to User Configuration / Administrative Templates / System / Driver Installation
Double click on Code signing for device drivers and check Enabled. Choose Ignore in the combo and the Apply.

But I'm not sure you can install an unsigned driver using WMI even if you apply this modification...
Another way could be to sign you drivers yourself

Edited by jguinch
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...