Hi,
I want to install an USB driver via its .inf file using NSIS. I found a Wiki-entry regarding this that recommended to use Microsofts pnputil to add the .inf file to the driver storage.
Unfortunately pnputil fails, it cancels the operation with an error message "Access denied". This is strange because I have administrator privileges.
So what can I do - how can I pre-install a driver/.inf file so that it is used as soon as the related device is attached?
Elmi
I want to install an USB driver via its .inf file using NSIS. I found a Wiki-entry regarding this that recommended to use Microsofts pnputil to add the .inf file to the driver storage.
Unfortunately pnputil fails, it cancels the operation with an error message "Access denied". This is strange because I have administrator privileges.
So what can I do - how can I pre-install a driver/.inf file so that it is used as soon as the related device is attached?
Elmi
Comment