Archive: Install a driver


Install a driver
I have create .inf & .sys file. And how could I install device driver, while user installing.


You could use the InstDrv plugin available in NSIS archive.
http://nsis.sourceforge.net/archive/download.php


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?