Driver Installation problem
Hi,

I have to install a driver along with my application.

wrote a command line code for installation of driver also. and then used "nsExec::Exec" for creating setup. but the problem is it is taking lot of time while installation.

So while looking for some alternatives i came across

http://nsis.sourceforge.net/archive/...instances=0,32

This seems to satisfy some of my requirements. I am not getting how to use this along with my code. and the only functionality i seek is to install the driver and not starting and stopping of driver service as both of them are being done in my application code.

any leads??