Skip to content
⌘ NSIS Forum Archive

Install a driver

3 posts

Morphus#

Install a driver

I have create .inf & .sys file. And how could I install device driver, while user installing.
Mikos21#
You could use the InstDrv plugin available in NSIS archive.
Morphus#
I have try this plugin, but it doesn't work. I want to install a usb device driver, but it do not contain a GUID, so I use the one example shows. But it do not install the driver, how can I do?