I have managed to sucessfully install the software using PDQ deploy using an extracted msi, however when it comes to installing the drivers (copied from the DriverStore\FileRepository) to the remote machine it fails to install the driver using various methods.
I have used the following command to install the certificates which works fine.
Code: Select all
cd C:\PicoDriver\
Certutil –addstore –f TrustedPublisher Pico_Technology_Ltd.cer
Certutil –addstore –f TrustedPublisher symanteccounter.cer
However when it comes to installing the drivers, I've used both dpinst and pnputil but both fail with the error
Code: Select all
Adding the driver package failed : The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted.
The certificates are installed but it still doesn't trust it.
I've got about 90 computers to install this on.
We are running windows 7 Enterprise SP1
Thanks in advance.